Closed
Bug 1223842
Opened 9 years ago
Closed 9 years ago
Crash in setUpWebServer
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1223426
Tracking | Status | |
---|---|---|
fxios | 1.2+ | --- |
People
(Reporter: aaronmt, Unassigned)
Details
(Keywords: crash, steps-wanted, Whiteboard: [dupeme])
See organizer.
Good luck, have fun!
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x0000000101d10bdc
Triggered by Thread: 0
Thread 0 name:
Thread 0 Crashed:
0 libswiftCore.dylib 0x0000000101d10bdc specialized _assertionFailed(StaticString, String, StaticString, UInt) -> () + 136
1 libswiftCore.dylib 0x0000000101d10bdc specialized _assertionFailed(StaticString, String, StaticString, UInt) -> () + 136
2 libswiftCore.dylib 0x0000000101c2461c swift_unexpectedError + 516
3 Client 0x000000010012aa64 specialized AppDelegate.(setUpWebServer in _AF87EDC6D00E2DEF427B1B2399CCFD7D)(Profile) -> () + 2400 (WebServer.swift:22)
4 Client 0x000000010012b460 specialized AppDelegate.application(UIApplication, willFinishLaunchingWithOptions : [NSObject : AnyObject]?) -> Bool + 1172 (AppDelegate.swift:35)
5 Client 0x0000000100129448 @objc AppDelegate.application(UIApplication, willFinishLaunchingWithOptions : [NSObject : AnyObject]?) -> Bool + 216 (AppDelegate.swift:0)
6 UIKit 0x0000000187779274 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 224 (UIApplication.m:1778)
Reporter | ||
Updated•9 years ago
|
tracking-fxios:
--- → ?
Updated•9 years ago
|
Flags: needinfo?(etoop)
Whiteboard: [dupeme]
Comment 1•9 years ago
|
||
This crash has been resolved by the fix whereby we stop force unwrapping the local webserver on start.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(etoop)
Resolution: --- → DUPLICATE
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•