Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Attempt to stop a crash running self?.responseCompleted = false#69

Closed
carlbrown wants to merge 1 commit intoswift-server:developfrom
carlbrown:dontLetSelfGoAway1
Closed

Attempt to stop a crash running self?.responseCompleted = false#69
carlbrown wants to merge 1 commit intoswift-server:developfrom
carlbrown:dontLetSelfGoAway1

Conversation

@carlbrown
Copy link
Copy Markdown
Contributor

@carlbrown carlbrown commented Oct 6, 2017

 * thread #1, name = 'SwiftServerHttp', stop reason = signal SIGILL
 * frame #0: 0x00007f50a53f5d93 libdispatch.so`_os_object_release + 35
    frame #1: 0x00007f50a54115fd libdispatch.so`Dispatch.__DispatchData.__deallocating_deinit + 13
    frame #2: 0x00007f50a5419189 libdispatch.so`Dispatch.DispatchSource.__deallocating_deinit + 9
    frame #3: 0x00007f50a511464b libswiftCore.so`_swift_release_dealloc + 11
    frame #4: 0x00007fff5ec2b991 SwiftServerHttpTestBed`__swift_destroy_boxed_opaque_existential_1 at HTTPResponse.swift:0
    frame #5: 0x00007fff5ec4a59b SwiftServerHttpTestBed`closure #1 in PoCSocketConnectionListener.process(self=<unavailable>) at PoCSocketConnectionListener.swift:229

…al SIGILL

  * frame #0: 0x00007f50a53f5d93 libdispatch.so`_os_object_release + 35
    frame swift-server#1: 0x00007f50a54115fd libdispatch.so`Dispatch.__DispatchData.__deallocating_deinit + 13
    frame swift-server#2: 0x00007f50a5419189 libdispatch.so`Dispatch.DispatchSource.__deallocating_deinit + 9
    frame swift-server#3: 0x00007f50a511464b libswiftCore.so`_swift_release_dealloc + 11
    frame swift-server#4: 0x00007fff5ec2b991 SwiftServerHttpTestBed`__swift_destroy_boxed_opaque_existential_1 at HTTPResponse.swift:0
    frame swift-server#5: 0x00007fff5ec4a59b SwiftServerHttpTestBed`closure swift-server#1 in PoCSocketConnectionListener.process(self=<unavailable>) at PoCSocketConnectionListener.swift:229
@seabaylea
Copy link
Copy Markdown
Member

@carlbrown can you resolve the conflicts? If so, this should be good to merge.

@carlbrown
Copy link
Copy Markdown
Contributor Author

This won't be relevant after #96 is complete.

@carlbrown carlbrown closed this Nov 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants