Closed
Bug 27570
Opened 25 years ago
Closed 25 years ago
crash on startup if no network connection; OT not initialized
Categories
(Core :: Networking, defect, P2)
Tracking
()
M14
People
(Reporter: Brade, Assigned: gordon)
Details
(Keywords: crash, Whiteboard: [PDT+])
I crash on startup if I don't have a network connection. This is a huge
regression. I think this should be fixed for beta1.
From what I can tell from a Mac stack crawl, I crashed in the destructor for
nsDNSService. I'm guessing that the problem is a lack of a network connection
but it could also be due to OT not being initialized. I can check that out in a
few minutes.
Reporter | ||
Updated•25 years ago
|
Reporter | ||
Comment 1•25 years ago
|
||
Based on additional testing, I'm guessing that the problem is a lack of OT
initialization.
Summary: crash on startup if no network connection (or uninit'd OT?) → crash on startup if no network connection; OT not initialized
It should be pretty simple to make the calls to clean up Open Transport
conditional on mServiceRef having been allocated. If we couldn't initialize Open
Transport for some reason, we should be closing it. I recommend PDT+. I could
fix this tonight or Monday.
Status: NEW → ASSIGNED
Comment 3•25 years ago
|
||
-> gordon
Assignee: warren → gordon
Status: ASSIGNED → NEW
Target Milestone: M14
Kathy, do you have to have no network connection from the time you boot the Mac?
I tried unplugging the network, but I was able to launch and quit mozilla with no
crash. I'll put in the code to conditionally deallocate the OT service provider
only when it has been allocated, but I would like to be able to reproduce the bug
myself. Any additional hints you can think of would be appreciated.
Status: NEW → ASSIGNED
Comment 6•25 years ago
|
||
*** This bug has been marked as a duplicate of 25321 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•