Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Process finished with exit code -1073741819 (0xC0000005) #312

Open
dasha-klim opened this issue Feb 2, 2025 · 1 comment
Open

Comments

@dasha-klim
Copy link

Describe the bug
A lot of time i get errors like:
Process finished with exit code -1073741819 (0xC0000005)

To Reproduce
Report following things

  1. Happens with different topics (i.e Colombia history)
  2. No files were generated
  3. Using following arguments (reduced amount of max_thread_num to 4, but it didn't help):
    engine_args = STORMWikiRunnerArguments(
        max_search_queries_per_turn=2,
        search_top_k=2,  # Retrieve top 2 search results
        max_thread_num=4,
        output_dir="./output"  # Save output files in the ./output directory
    )

Screenshots
Screenshot from logs: https://prnt.sc/0FdUIq01H53L

Environment:

  • OS: [Windows]
@dasha-klim dasha-klim changed the title [BUG] [BUG] - Process finished with exit code -1073741819 (0xC0000005) Feb 3, 2025
@Yucheng-Jiang
Copy link
Collaborator

Hi, thanks for reporting the bug. Seems like this issue is Windows specific. We haven't encountered this issue before so we don't have a good advice at this point. Probably due to AMD GPU issue mentioned here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants