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

Test fails on Windows #24

Closed
PearCoding opened this issue May 15, 2022 · 3 comments
Closed

Test fails on Windows #24

PearCoding opened this issue May 15, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@PearCoding
Copy link
Owner

The compilation process fails on Windows without any informative error message. Similar to this:

FAILED: src/tests/artic/generated_test_interface.h C:/Development/Projects/Ignis/out/build/x64-Release/src/tests/artic/generated_test_interface.h 
  src\tests\artic\CMakeFiles\generated_test_interface.h-78e3175.bat e4ad684195040947
  Batch file failed at line 3 with errorcode -1073741571
  ninja: build stopped: subcommand failed.

A workaround is to simply disable tests.
The error is most likely within Thorin and related to AnyDSL/thorin#124

@PearCoding PearCoding added the bug Something isn't working label May 15, 2022
@PearCoding
Copy link
Owner Author

Fixed with the most recent Thorin (30th. May 2024)

@PearCoding PearCoding reopened this Jun 3, 2024
@PearCoding
Copy link
Owner Author

Still an issue with artic and AnyDSL

PearCoding added a commit that referenced this issue Jul 9, 2024
@PearCoding
Copy link
Owner Author

This issue is related to the stack size of artic. Using the JIT with higher internal stack size fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant