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

Stack overflow during CFG tests #520

Open
2 tasks done
SipengXie opened this issue Nov 20, 2024 · 0 comments
Open
2 tasks done

Stack overflow during CFG tests #520

SipengXie opened this issue Nov 20, 2024 · 0 comments
Assignees
Labels
T-bug Type: bug

Comments

@SipengXie
Copy link

Component

Heimdall (Core)

Have you ensured that you are up to date?

  • Bifrost
  • Heimdall

What version of Heimdall are you on?

0.8.4

Operating System

Windows

Describe the bug

During the heavy_integration_test() in test_cfg.rs, I encounter stack overflow issue.

cargo.exe test --package heimdall-core --test test_cfg -- integration_tests::heavy_integration_test --exact --show-output --ignored 

    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
     Running tests\test_cfg.rs (target\debug\deps\test_cfg-2a54c12ae887432a.exe)

running 1 test

thread 'integration_tests::heavy_integration_test' has overflowed its stack
error: test failed, to rerun pass `-p heimdall-core --test test_cfg`

Caused by:
  process didn't exit successfully: `D:\development\heimdall-rs\target\debug\deps\test_cfg-2a54c12ae887432a.exe integration_tests::heavy_integration_test --exact --show-output --ignored` (exit code: 0xc00000fd, STATUS_STACK_OVERFLOW)
note: test exited abnormally; to see the full output pass --nocapture to the harness.
@SipengXie SipengXie added the T-bug Type: bug label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-bug Type: bug
Projects
None yet
Development

No branches or pull requests

2 participants