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

Segfault with RUST_TRACK_ORIGINS=1 #7890

Closed
kmcallister opened this issue Jul 18, 2013 · 1 comment
Closed

Segfault with RUST_TRACK_ORIGINS=1 #7890

kmcallister opened this issue Jul 18, 2013 · 1 comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.

Comments

@kmcallister
Copy link
Contributor

When I run

RUST_TRACK_ORIGINS=1 ./servo http://google.com

it segfaults immediately within stack_walk::next.

@huonw
Copy link
Member

huonw commented Oct 23, 2013

Triage: RUST_TRACK_ORIGINS was removed with the rest of the C++ runtime and doesn't exist in codebase at all now. Closing.

@huonw huonw closed this as completed Oct 23, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Nov 4, 2021
Ignore references to type aliases in ptr_arg

Works using the fact that the hir path will point to a TyAlias, rather than being resolved to the underlying type

Fixes rust-lang#7699

changelog: [`ptr_arg`] No longer lints references to type aliases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Projects
None yet
Development

No branches or pull requests

2 participants