Skip to content

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

Closed
Zoxc wants to merge 1 commit into
rust-lang:masterfrom
Zoxc:backtraces
Closed

Ignore functions before main and thread entry points in backtraces#49825
Zoxc wants to merge 1 commit into
rust-lang:masterfrom
Zoxc:backtraces

Conversation

@Zoxc

@Zoxc Zoxc commented Apr 9, 2018

Copy link
Copy Markdown
Contributor

Same PR as #47824

@rust-highfive

Copy link
Copy Markdown
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
Copy Markdown
Member

r? @alexcrichton

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

Copy link
Copy Markdown
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.

@emilyalbini

Copy link
Copy Markdown
Member

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

@alexcrichton

Copy link
Copy Markdown
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
@emilyalbini emilyalbini 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
@emilyalbini

Copy link
Copy Markdown
Member

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

@TimNN

TimNN commented May 8, 2018

Copy link
Copy Markdown
Contributor

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