Skip to content

[swiftc (88 vs. 5180)] Add crasher: UNREACHABLE executed at swift/include/swift/AST/CanTypeVisitor.h:41 #5582

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

Merged
merged 1 commit into from
Nov 1, 2016
Merged

[swiftc (88 vs. 5180)] Add crasher: UNREACHABLE executed at swift/include/swift/AST/CanTypeVisitor.h:41 #5582

merged 1 commit into from
Nov 1, 2016

Conversation

practicalswift
Copy link
Contributor

Add test case for crash triggered in ?.

Current number of unresolved compiler crashers: 88 (5180 resolved)

Stack trace:

0  swift           0x00000000031da6c8
1  swift           0x00000000031daf46
2  libpthread.so.0 0x00007ff86e2b5330
3  libc.so.6       0x00007ff86ca73c37 gsignal + 55
4  libc.so.6       0x00007ff86ca77028 abort + 328
5  swift           0x000000000318311d
6  swift           0x0000000000c74998
7  swift           0x0000000000c73156
8  swift           0x0000000000c72bfe
9  swift           0x0000000000c6fda2
10 swift           0x0000000000c6e237
11 swift           0x0000000000c69d0f
12 swift           0x0000000000c5a9a6
13 swift           0x0000000000c60e90
14 swift           0x0000000000ba991f
15 swift           0x0000000000bac3be
16 swift           0x0000000000bafe77
17 swift           0x0000000000c2099d
18 swift           0x0000000000c202bc
19 swift           0x0000000000c1f455
20 swift           0x0000000000c1e7a3
21 swift           0x0000000000c1e5f7
22 swift           0x0000000000c1f1fc
23 swift           0x0000000000c32e18
24 swift           0x0000000000c3398b
25 swift           0x0000000000957a26
26 swift           0x00000000004a050e
27 swift           0x00000000004674de
28 libc.so.6       0x00007ff86ca5ef45 __libc_start_main + 245
29 swift           0x0000000000464be6

…lude/swift/AST/CanTypeVisitor.h:41

Add test case for crash triggered in `?`.

Current number of unresolved compiler crashers: 88 (5180 resolved)

Stack trace:

```
0  swift           0x00000000031da6c8
1  swift           0x00000000031daf46
2  libpthread.so.0 0x00007ff86e2b5330
3  libc.so.6       0x00007ff86ca73c37 gsignal + 55
4  libc.so.6       0x00007ff86ca77028 abort + 328
5  swift           0x000000000318311d
6  swift           0x0000000000c74998
7  swift           0x0000000000c73156
8  swift           0x0000000000c72bfe
9  swift           0x0000000000c6fda2
10 swift           0x0000000000c6e237
11 swift           0x0000000000c69d0f
12 swift           0x0000000000c5a9a6
13 swift           0x0000000000c60e90
14 swift           0x0000000000ba991f
15 swift           0x0000000000bac3be
16 swift           0x0000000000bafe77
17 swift           0x0000000000c2099d
18 swift           0x0000000000c202bc
19 swift           0x0000000000c1f455
20 swift           0x0000000000c1e7a3
21 swift           0x0000000000c1e5f7
22 swift           0x0000000000c1f1fc
23 swift           0x0000000000c32e18
24 swift           0x0000000000c3398b
25 swift           0x0000000000957a26
26 swift           0x00000000004a050e
27 swift           0x00000000004674de
28 libc.so.6       0x00007ff86ca5ef45 __libc_start_main + 245
29 swift           0x0000000000464be6
```
@practicalswift
Copy link
Contributor Author

@swift-ci please smoke test and merge

@practicalswift
Copy link
Contributor Author

@swift-ci please test and merge

@swift-ci swift-ci merged commit 3e03ff4 into swiftlang:master Nov 1, 2016
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

Successfully merging this pull request may close these issues.

2 participants