Closed
Bug 704735
Opened 14 years ago
Closed 14 years ago
_state is not initialized in Android-MessagePumpForUI ctor
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: romaxa, Assigned: romaxa)
Details
Attachments
(1 file, 1 obsolete file)
|
744 bytes,
patch
|
cjones
:
review+
|
Details | Diff | Splinter Review |
Tried to startup message pump for android-non-xpcom UI process and immediately got crash
0x72ecb716 in base::MessagePumpForUI::Run (this=0x50813360, delegate=0xbe9b2240)
at ipc/chromium/src/base/message_pump_android.cc:43
43 state.run_depth = state_ ? state_->run_depth + 1 : 1;
(gdb) bt
#0 0x72ecb716 in base::MessagePumpForUI::Run (this=0x50813360, delegate=0xbe9b2240)
at ipc/chromium/src/base/message_pump_android.cc:43
#1 0x72ea77ea in MessageLoop::RunInternal (this=0xbe9b2240)
at ipc/chromium/src/base/message_loop.cc:208
#2 0x72ea784a in RunHandler (this=<optimized out>)
at ipc/chromium/src/base/message_loop.cc:201
#3 MessageLoop::Run (this=0xbe9b2240)
at ipc/chromium/src/base/message_loop.cc:175
#4 0x72271f9a in XRE_InitIPCEmbedding (aArgc=3, aArgv=<optimized out>, aListener=0x5080d0f0)
(gdb) p state_
$1 = (base::MessagePumpForUI::RunState *) 0xa5a5a5a5
| Assignee | ||
Comment 1•14 years ago
|
||
| Assignee | ||
Comment 2•14 years ago
|
||
This should be better
Attachment #576394 -
Attachment is obsolete: true
Attachment #576394 -
Flags: review?(jones.chris.g)
Attachment #576398 -
Flags: review?(jones.chris.g)
Updated•14 years ago
|
Attachment #576398 -
Flags: review?(jones.chris.g) → review+
| Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 3•14 years ago
|
||
Keywords: checkin-needed
Target Milestone: --- → mozilla11
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•