Closed
Bug 526655
Opened 15 years ago
Closed 15 years ago
win32 mochitest-ipcplugins "hangs"
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: bent.mozilla)
References
Details
win32 mochitest-ipcplugins hangs. In debug builds I get an error dialog:
[1104]193449;FATAL:base/command_line.h(64)] Check failed: current_process_commandline_.
Error initializing symbols (0). Dumping unresolved backtrace:
In a debugger attached to the child:
> xul.dll!CommandLine::ForCurrentProcess() Line 65 C++
xul.dll!ChildThread::ChildThread(base::Thread::Options options={...}) Line 27 + 0x28 bytes C++
xul.dll!mozilla::ipc::GeckoThread::GeckoThread(void * aParentProcessHandle=0x00000120) Line 64 + 0x34 bytes C++
xul.dll!mozilla::plugins::PluginThreadChild::PluginThreadChild(void * aParentHandle=0x00000120) Line 57 + 0x32 bytes C++
xul.dll!XRE_InitChildProcess(int aArgc=0x00000003, char * * aArgv=0x004e1b78, GeckoProcessType aProcess=GeckoProcessType_Plugin) Line 303 + 0x2b bytes C++
mozilla-runtime.exe!NS_internal_main(int argc=0x00000005, char * * argv=0x004e1b78) Line 64 + 0x15 bytes C++
mozilla-runtime.exe!wmain(int argc=0x00000005, wchar_t * * argv=0x00722008) Line 110 + 0xd bytes C++
current_process_commandline_ is null.
I'm going to blame bug 526397 because it fits the checkin range and area of code.
bent and I already discussed this, and bent said he was working on the fix.
Assignee: jones.chris.g → bent.mozilla
Assignee | ||
Comment 2•15 years ago
|
||
Oh oops, i forgot to check it in.
Assignee | ||
Comment 3•15 years ago
|
||
Pushed changeset 7f8abab790b4 to electrolysis.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•