-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[swiftc (98 vs. 5180)] Add crasher in ? #5629
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
[swiftc (98 vs. 5180)] Add crasher in ? #5629
Conversation
Add test case for crash triggered in `?`. Current number of unresolved compiler crashers: 98 (5180 resolved) Stack trace: ``` 0 swift 0x00000000031dec28 1 swift 0x00000000031df4a6 2 libpthread.so.0 0x00007f76ca7e0330 3 libc.so.6 0x00007f76c8f9ec37 gsignal + 55 4 libc.so.6 0x00007f76c8fa2028 abort + 328 5 swift 0x0000000000d8018f 6 swift 0x0000000000d838af 7 swift 0x0000000000d79e5c 8 swift 0x0000000000d8a740 9 swift 0x0000000000d8aa36 10 swift 0x0000000000d8a71c 11 swift 0x0000000000d8982d 12 swift 0x0000000000d88d72 13 swift 0x0000000000d88c74 14 swift 0x0000000000dde2ee 15 swift 0x0000000000d707bc 16 swift 0x0000000000b1d023 17 swift 0x0000000000b54610 18 swift 0x0000000000958b03 19 swift 0x00000000004a050e 20 swift 0x00000000004674de 21 libc.so.6 0x00007f76c8f89f45 __libc_start_main + 245 22 swift 0x0000000000464be6 ```
@swift-ci please smoke test and merge |
@swift-ci please test and merge |
@swift-ci please smoke test and merge |
Hi @practicalswift, if you run swiftc in a debugger, you can get a useful backtrace;
|
@swift-ci please smoke test and merge |
@swift-ci please test and merge |
@practicalswift Assuming you are using Linux, For example:
|
Add test case for crash triggered in
?
.Current number of unresolved compiler crashers: 98 (5180 resolved)
Stack trace: