Skip to content

[swiftc (97 vs. 5180)] Add crasher in ? #5628

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 3, 2016
Merged

[swiftc (97 vs. 5180)] Add crasher in ? #5628

merged 1 commit into from
Nov 3, 2016

Conversation

practicalswift
Copy link
Contributor

Add test case for crash triggered in ?.

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

Stack trace:

0  swift           0x00000000031dec28
1  swift           0x00000000031df4a6
2  libpthread.so.0 0x00007f0acf905330
3  swift           0x0000000000dc5ddc
4  swift           0x0000000000c27031
5  swift           0x0000000000c3272c
6  swift           0x0000000000c30dfb
7  swift           0x0000000000c28ee1
8  swift           0x0000000000c28bdd
9  swift           0x0000000000c29cf8
10 swift           0x0000000000c29df4
11 swift           0x0000000000c29bef
12 swift           0x0000000000c28379
13 swift           0x0000000000bd028b
14 swift           0x0000000000bc3656
15 swift           0x0000000000bc3456
16 swift           0x0000000000c22acf
17 swift           0x0000000000c21bf5
18 swift           0x0000000000c221a6
19 swift           0x0000000000c4007c
20 swift           0x0000000000baeb04
21 swift           0x0000000000c22b24
22 swift           0x0000000000c22346
23 swift           0x0000000000c360fa
24 swift           0x0000000000958b26
25 swift           0x00000000004a050e
26 swift           0x00000000004674de
27 libc.so.6       0x00007f0ace0aef45 __libc_start_main + 245
28 swift           0x0000000000464be6

Add test case for crash triggered in `?`.

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

Stack trace:

```
0  swift           0x00000000031dec28
1  swift           0x00000000031df4a6
2  libpthread.so.0 0x00007f0acf905330
3  swift           0x0000000000dc5ddc
4  swift           0x0000000000c27031
5  swift           0x0000000000c3272c
6  swift           0x0000000000c30dfb
7  swift           0x0000000000c28ee1
8  swift           0x0000000000c28bdd
9  swift           0x0000000000c29cf8
10 swift           0x0000000000c29df4
11 swift           0x0000000000c29bef
12 swift           0x0000000000c28379
13 swift           0x0000000000bd028b
14 swift           0x0000000000bc3656
15 swift           0x0000000000bc3456
16 swift           0x0000000000c22acf
17 swift           0x0000000000c21bf5
18 swift           0x0000000000c221a6
19 swift           0x0000000000c4007c
20 swift           0x0000000000baeb04
21 swift           0x0000000000c22b24
22 swift           0x0000000000c22346
23 swift           0x0000000000c360fa
24 swift           0x0000000000958b26
25 swift           0x00000000004a050e
26 swift           0x00000000004674de
27 libc.so.6       0x00007f0ace0aef45 __libc_start_main + 245
28 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 2b73a9a into swiftlang:master Nov 3, 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