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

Move the fail upcall to core::rt for better debugging #3259

Closed
brson opened this issue Aug 23, 2012 · 1 comment
Closed

Move the fail upcall to core::rt for better debugging #3259

brson opened this issue Aug 23, 2012 · 1 comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Aug 23, 2012

On lesser platforms like windows we can't backtrace through __morestack in gdb, so finding the cause of a failure is hard. if we could break before switching stacks then we could see the entire backtrace.

@brson
Copy link
Contributor Author

brson commented Aug 23, 2012

This is already done, dummy.

@brson brson closed this as completed Aug 23, 2012
RalfJung pushed a commit to RalfJung/rust that referenced this issue Jan 7, 2024
use jemalloc as global allocator

Hopefully fixes rust-lang/miri#3255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

1 participant