Skip to content

Ignore functions before main and thread entry points in backtraces #49825

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

Closed
wants to merge 1 commit into from

Conversation

Zoxc
Copy link
Contributor

@Zoxc Zoxc commented Apr 9, 2018

Same PR as #47824

@rust-highfive
Copy link
Contributor

r? @BurntSushi

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 9, 2018
@BurntSushi
Copy link
Member

r? @alexcrichton

f()
fn mark_start(f: &mut FnMut()) {
f();
#[cfg(not(target_arch = "asmjs"))]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This now just excludes asmjs from the changes.

@pietroalbini
Copy link
Member

Ping from triage @alexcrichton! This PR needs your review.

@alexcrichton
Copy link
Member

Sorry for taking awhile to get to this, but can this include a test of some form to ensure it works across platforms and doesn't regress?

@alexcrichton alexcrichton mentioned this pull request Apr 24, 2018
@pietroalbini pietroalbini added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 30, 2018
@pietroalbini
Copy link
Member

Ping from triage @Zoxc! The reviewer asked for some changes.

@TimNN
Copy link
Contributor

TimNN commented May 8, 2018

Closing due to inactivity, feel free to re-open or submit a new PR in the future.

Thanks for your changes!

@TimNN TimNN closed this May 8, 2018
@TimNN TimNN added S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels May 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants