Skip to content

Instantly share code, notes, and snippets.

@johndpope
Created May 9, 2017 17:39
Show Gist options
  • Save johndpope/938bbe540d3f9e1dd626cc4e59392542 to your computer and use it in GitHub Desktop.
Save johndpope/938bbe540d3f9e1dd626cc4e59392542 to your computer and use it in GitHub Desktop.
crash log langserver-swift
fatal error: unexpectedly found nil while unwrapping an Optional value
Current stack trace:
0 libswiftCore.dylib 0x00000001012af130 swift_reportError + 129
1 libswiftCore.dylib 0x00000001012cbb50 _swift_stdlib_reportFatalError + 60
2 libswiftCore.dylib 0x00000001010bc250 specialized specialized StaticString.withUTF8Buffer<A> ((UnsafeBufferPointer<UInt8>) -> A) -> A + 342
3 libswiftCore.dylib 0x0000000101236e90 partial apply for (_fatalErrorMessage(StaticString, StaticString, file : StaticString, line : UInt, flags : UInt32) -> Never).(closure #2) + 109
4 libswiftCore.dylib 0x00000001010bc250 specialized specialized StaticString.withUTF8Buffer<A> ((UnsafeBufferPointer<UInt8>) -> A) -> A + 342
5 libswiftCore.dylib 0x00000001011e99a0 specialized _fatalErrorMessage(StaticString, StaticString, file : StaticString, line : UInt, flags : UInt32) -> Never + 96
6 LanguageServer 0x0000000100313100 handle(Request) -> Response + 1503
7 LanguageServer 0x0000000100311220 (closure #1) + 1070
8 LanguageServer 0x0000000100312040 thunk + 73
9 Foundation 0x00007fffaa7b5b5e -[__NSObserver _doit:] + 304
10 CoreFoundation 0x00007fffa8d8c500 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
11 CoreFoundation 0x00007fffa8d8c260 _CFXRegistrationPost + 427
12 CoreFoundation 0x00007fffa8d8c140 ___CFXNotificationPost_block_invoke + 50
13 CoreFoundation 0x00007fffa8d48e80 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1827
14 CoreFoundation 0x00007fffa8d48380 _CFXNotificationPost + 604
15 Foundation 0x00007fffaa76c955 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
16 Foundation 0x00007fffaa829a3c _performFileHandleSource + 1144
17 CoreFoundation 0x00007fffa8d963b0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
18 CoreFoundation 0x00007fffa8d770a0 __CFRunLoopDoSources0 + 557
19 CoreFoundation 0x00007fffa8d76420 __CFRunLoopRun + 934
20 CoreFoundation 0x00007fffa8d76020 CFRunLoopRunSpecific + 420
21 Foundation 0x00007fffaa78845d -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
22 Foundation 0x00007fffaa7883fe -[NSRunLoop(NSRunLoop) run] + 76
23 LanguageServer 0x0000000100310c60 main + 915
24 libdyld.dylib 0x00007fffbe4d9234 start + 1
[Info - 1:37:34 PM] Connection to server got closed. Server will restart.
fatal error: unexpectedly found nil while unwrapping an Optional value
Current stack trace:
0 libswiftCore.dylib 0x0000000110063130 swift_reportError + 129
1 libswiftCore.dylib 0x000000011007fb50 _swift_stdlib_reportFatalError + 60
2 libswiftCore.dylib 0x000000010fe70250 specialized specialized StaticString.withUTF8Buffer<A> ((UnsafeBufferPointer<UInt8>) -> A) -> A + 342
3 libswiftCore.dylib 0x000000010ffeae90 partial apply for (_fatalErrorMessage(StaticString, StaticString, file : StaticString, line : UInt, flags : UInt32) -> Never).(closure #2) + 109
4 libswiftCore.dylib 0x000000010fe70250 specialized specialized StaticString.withUTF8Buffer<A> ((UnsafeBufferPointer<UInt8>) -> A) -> A + 342
5 libswiftCore.dylib 0x000000010ff9d9a0 specialized _fatalErrorMessage(StaticString, StaticString, file : StaticString, line : UInt, flags : UInt32) -> Never + 96
6 LanguageServer 0x000000010f5c7100 handle(Request) -> Response + 1503
7 LanguageServer 0x000000010f5c5220 (closure #1) + 1070
8 LanguageServer 0x000000010f5c6040 thunk + 73
9 Foundation 0x00007fffaa7b5b5e -[__NSObserver _doit:] + 304
10 CoreFoundation 0x00007fffa8d8c500 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
11 CoreFoundation 0x00007fffa8d8c260 _CFXRegistrationPost + 427
12 CoreFoundation 0x00007fffa8d8c140 ___CFXNotificationPost_block_invoke + 50
13 CoreFoundation 0x00007fffa8d48e80 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1827
14 CoreFoundation 0x00007fffa8d48380 _CFXNotificationPost + 604
15 Foundation 0x00007fffaa76c955 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
16 Foundation 0x00007fffaa829a3c _performFileHandleSource + 1144
17 CoreFoundation 0x00007fffa8d963b0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
18 CoreFoundation 0x00007fffa8d770a0 __CFRunLoopDoSources0 + 557
19 CoreFoundation 0x00007fffa8d76420 __CFRunLoopRun + 934
20 CoreFoundation 0x00007fffa8d76020 CFRunLoopRunSpecific + 420
21 Foundation 0x00007fffaa78845d -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
22 Foundation 0x00007fffaa7883fe -[NSRunLoop(NSRunLoop) run] + 76
23 LanguageServer 0x000000010f5c4c60 main + 915
24 libdyld.dylib 0x00007fffbe4d9234 start + 1
[Info - 1:37:34 PM] Connection to server got closed. Server will restart.
fatal error: unexpectedly found nil while unwrapping an Optional value
Current stack trace:
0 libswiftCore.dylib 0x0000000102ed0130 swift_reportError + 129
1 libswiftCore.dylib 0x0000000102eecb50 _swift_stdlib_reportFatalError + 60
2 libswiftCore.dylib 0x0000000102cdd250 specialized specialized StaticString.withUTF8Buffer<A> ((UnsafeBufferPointer<UInt8>) -> A) -> A + 342
3 libswiftCore.dylib 0x0000000102e57e90 partial apply for (_fatalErrorMessage(StaticString, StaticString, file : StaticString, line : UInt, flags : UInt32) -> Never).(closure #2) + 109
4 libswiftCore.dylib 0x0000000102cdd250 specialized specialized StaticString.withUTF8Buffer<A> ((UnsafeBufferPointer<UInt8>) -> A) -> A + 342
5 libswiftCore.dylib 0x0000000102e0a9a0 specialized _fatalErrorMessage(StaticString, StaticString, file : StaticString, line : UInt, flags : UInt32) -> Never + 96
6 LanguageServer 0x0000000102432100 handle(Request) -> Response + 1503
7 LanguageServer 0x0000000102430220 (closure #1) + 1070
8 LanguageServer 0x0000000102431040 thunk + 73
9 Foundation 0x00007fffaa7b5b5e -[__NSObserver _doit:] + 304
10 CoreFoundation 0x00007fffa8d8c500 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
11 CoreFoundation 0x00007fffa8d8c260 _CFXRegistrationPost + 427
12 CoreFoundation 0x00007fffa8d8c140 ___CFXNotificationPost_block_invoke + 50
13 CoreFoundation 0x00007fffa8d48e80 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1827
14 CoreFoundation 0x00007fffa8d48380 _CFXNotificationPost + 604
15 Foundation 0x00007fffaa76c955 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
16 Foundation 0x00007fffaa829a3c _performFileHandleSource + 1144
17 CoreFoundation 0x00007fffa8d963b0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
18 CoreFoundation 0x00007fffa8d770a0 __CFRunLoopDoSources0 + 557
19 CoreFoundation 0x00007fffa8d76420 __CFRunLoopRun + 934
20 CoreFoundation 0x00007fffa8d76020 CFRunLoopRunSpecific + 420
21 Foundation 0x00007fffaa78845d -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
22 Foundation 0x00007fffaa7883fe -[NSRunLoop(NSRunLoop) run] + 76
23 LanguageServer 0x000000010242fc60 main + 915
24 libdyld.dylib 0x00007fffbe4d9234 start + 1
[Info - 1:37:35 PM] Connection to server got closed. Server will restart.
fatal error: unexpectedly found nil while unwrapping an Optional value
Current stack trace:
0 libswiftCore.dylib 0x000000010c93c130 swift_reportError + 129
1 libswiftCore.dylib 0x000000010c958b50 _swift_stdlib_reportFatalError + 60
2 libswiftCore.dylib 0x000000010c749250 specialized specialized StaticString.withUTF8Buffer<A> ((UnsafeBufferPointer<UInt8>) -> A) -> A + 342
3 libswiftCore.dylib 0x000000010c8c3e90 partial apply for (_fatalErrorMessage(StaticString, StaticString, file : StaticString, line : UInt, flags : UInt32) -> Never).(closure #2) + 109
4 libswiftCore.dylib 0x000000010c749250 specialized specialized StaticString.withUTF8Buffer<A> ((UnsafeBufferPointer<UInt8>) -> A) -> A + 342
5 libswiftCore.dylib 0x000000010c8769a0 specialized _fatalErrorMessage(StaticString, StaticString, file : StaticString, line : UInt, flags : UInt32) -> Never + 96
6 LanguageServer 0x000000010bea4100 handle(Request) -> Response + 1503
7 LanguageServer 0x000000010bea2220 (closure #1) + 1070
8 LanguageServer 0x000000010bea3040 thunk + 73
9 Foundation 0x00007fffaa7b5b5e -[__NSObserver _doit:] + 304
10 CoreFoundation 0x00007fffa8d8c500 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
11 CoreFoundation 0x00007fffa8d8c260 _CFXRegistrationPost + 427
12 CoreFoundation 0x00007fffa8d8c140 ___CFXNotificationPost_block_invoke + 50
13 CoreFoundation 0x00007fffa8d48e80 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1827
14 CoreFoundation 0x00007fffa8d48380 _CFXNotificationPost + 604
15 Foundation 0x00007fffaa76c955 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
16 Foundation 0x00007fffaa829a3c _performFileHandleSource + 1144
17 CoreFoundation 0x00007fffa8d963b0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
18 CoreFoundation 0x00007fffa8d770a0 __CFRunLoopDoSources0 + 557
19 CoreFoundation 0x00007fffa8d76420 __CFRunLoopRun + 934
20 CoreFoundation 0x00007fffa8d76020 CFRunLoopRunSpecific + 420
21 Foundation 0x00007fffaa78845d -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
22 Foundation 0x00007fffaa7883fe -[NSRunLoop(NSRunLoop) run] + 76
23 LanguageServer 0x000000010bea1c60 main + 915
24 libdyld.dylib 0x00007fffbe4d9234 start + 1
[Info - 1:37:35 PM] Connection to server got closed. Server will restart.
fatal error: unexpectedly found nil while unwrapping an Optional value
Current stack trace:
0 libswiftCore.dylib 0x0000000110760130 swift_reportError + 129
1 libswiftCore.dylib 0x000000011077cb50 _swift_stdlib_reportFatalError + 60
2 libswiftCore.dylib 0x000000011056d250 specialized specialized StaticString.withUTF8Buffer<A> ((UnsafeBufferPointer<UInt8>) -> A) -> A + 342
3 libswiftCore.dylib 0x00000001106e7e90 partial apply for (_fatalErrorMessage(StaticString, StaticString, file : StaticString, line : UInt, flags : UInt32) -> Never).(closure #2) + 109
4 libswiftCore.dylib 0x000000011056d250 specialized specialized StaticString.withUTF8Buffer<A> ((UnsafeBufferPointer<UInt8>) -> A) -> A + 342
5 libswiftCore.dylib 0x000000011069a9a0 specialized _fatalErrorMessage(StaticString, StaticString, file : StaticString, line : UInt, flags : UInt32) -> Never + 96
6 LanguageServer 0x000000010fcc3100 handle(Request) -> Response + 1503
7 LanguageServer 0x000000010fcc1220 (closure #1) + 1070
8 LanguageServer 0x000000010fcc2040 thunk + 73
9 Foundation 0x00007fffaa7b5b5e -[__NSObserver _doit:] + 304
10 CoreFoundation 0x00007fffa8d8c500 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
11 CoreFoundation 0x00007fffa8d8c260 _CFXRegistrationPost + 427
12 CoreFoundation 0x00007fffa8d8c140 ___CFXNotificationPost_block_invoke + 50
13 CoreFoundation 0x00007fffa8d48e80 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1827
14 CoreFoundation 0x00007fffa8d48380 _CFXNotificationPost + 604
15 Foundation 0x00007fffaa76c955 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
16 Foundation 0x00007fffaa829a3c _performFileHandleSource + 1144
17 CoreFoundation 0x00007fffa8d963b0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
18 CoreFoundation 0x00007fffa8d770a0 __CFRunLoopDoSources0 + 557
19 CoreFoundation 0x00007fffa8d76420 __CFRunLoopRun + 934
20 CoreFoundation 0x00007fffa8d76020 CFRunLoopRunSpecific + 420
21 Foundation 0x00007fffaa78845d -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
22 Foundation 0x00007fffaa7883fe -[NSRunLoop(NSRunLoop) run] + 76
23 LanguageServer 0x000000010fcc0c60 main + 915
24 libdyld.dylib 0x00007fffbe4d9234 start + 1
[Error - 1:37:35 PM] Connection to server got closed. Server will not be restarted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment