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] In aptos-move/e2e-move-tests, cargo test test_aggregator_overflow fails with stack overflow error. #130

Open
andygolay opened this issue Jan 28, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@andygolay
Copy link

🐛 Bug

In aptos-move/e2e-move-tests, cargo test test_aggregator_overflow fails with stack overflow error.

This error is also present in Aptos Labs' aptos-core repository main branch.

To reproduce

In aptos-move/e2e-move-tests, run cargo test.

Stack trace/error message

thread 'tests::aggregator::test_aggregator_overflow' has overflowed its stack
fatal runtime error: stack overflow
error: test failed, to rerun pass `--lib`

Caused by:
  process didn't exit successfully: `/Users/andygmove/Downloads/repos/aptos-core/target/debug/deps/e2e_move_tests-67a7005e637e57d6` (signal: 6, SIGABRT: process abort signal)

Expected Behavior

Test should pass.

Additional context

Again, this error is also in https://github.com/aptos-labs/aptos-core. So it's apparently an upstream bug.

@andygolay andygolay added the bug Something isn't working label Jan 28, 2025
@0xmovses
Copy link
Collaborator

Thanks for this. Let's keep an eye on the upstream.

@andygolay andygolay changed the title [Bug] In aptos-move/e2e-move-tests, cargo test test_aggregator_overflow fails with stack overflow error. [Bug] In aptos-move/e2e-move-tests, cargo test test_aggregator_overflow fails with stack overflow error. Jan 28, 2025
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

2 participants