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 on OSX after llvm-dsymutil segfault #210

Open
aidanhs opened this issue Dec 27, 2017 · 0 comments
Open

Segfault on OSX after llvm-dsymutil segfault #210

aidanhs opened this issue Dec 27, 2017 · 0 comments

Comments

@aidanhs
Copy link
Contributor

aidanhs commented Dec 27, 2017

rust-lang/rust#47000 (comment)

Log at https://api.travis-ci.org/v3/job/321678421/log.txt

If you search for "Date/Time:" (each result is a crash report generated turing the travis job), you can see two segfaults of /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-dsymutil and then sccache crashes.

Of possible interest:

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread

0   sccache                       	0x00000001088179a3 std::sys_common::thread_info::set::h2a8735518479c578 + 3

1   sccache                       	0x000000010856d264 start + 52

There's even register info in there so I guess you could use rip to look up the exact instruction/what it was trying to do at the time of crash.

I don't think we've seen if before and don't know if it's even sccache's fault, but wanted to report it at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant