Closed
Bug 1205592
Opened 9 years ago
Closed 9 years ago
Firefox stays as zombie process if started with parameter "-osint -url"
Categories
(Core :: DOM: Content Processes, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: frame86, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20150826023504
Steps to reproduce:
- Open a link from Skype, Thunderbird, WinSCP etc.
- Close browser.
Using Windows 8.x - several Firefox-versions are affected.
Actual results:
- The subprocess started with parameter "-osint -url" doesn't exit.
Expected results:
- The subprocess should exit.
This is maybe useful:
- There is just one thread at state Wait:UserRequest
- Stack:
0, ntoskrnl.exe!KeIsAttachedProcess+0x92e
1, ntoskrnl.exe!KeWaitForMultipleObjects+0x140f
2, ntoskrnl.exe!KeWaitForMultipleObjects+0xcb9
3, ntoskrnl.exe!KeWaitForSingleObject+0x2c0
4, ntoskrnl.exe!NtWaitForSingleObject+0xb2
5, ntoskrnl.exe!setjmpex+0x34a3
6, wow64cpu.dll!TurboDispatchJumpAddressEnd+0x598
7, wow64cpu.dll!TurboDispatchJumpAddressEnd+0x3e4
8, wow64.dll!Wow64LdrpInitialize+0x23a
9, wow64.dll!Wow64LdrpInitialize+0x172
10, ntdll.dll!LdrInitShimEngineDynamic+0x23d5
11, ntdll.dll!memset+0xddde
12, ntdll.dll!LdrInitializeThunk+0xe
13, ntdll.dll!ZwWaitForSingleObject+0xc (No unwind info)
14, KernelBase.dll!WaitForSingleObject+0x12 (No unwind info)
15, ccipc.dll!GetObjectCount+0x2270 (No unwind info)
16, ccipc.dll!GetObjectCount+0xe229 (No unwind info)
17, ccipc.dll!GetObjectCount+0xd2b3 (No unwind info)
18, ccipc.dll!GetObjectCount+0x1ba73 (No unwind info)
19, ccipc.dll!GetObjectCount+0x1bc99 (No unwind info)
20, ccipc.dll!GetObjectCount+0x1bbc3 (No unwind info)
21, ntdll.dll!RtlInitializeCriticalSection+0x10e (No unwind info)
22, ntdll.dll!RtlInitializeCriticalSection+0x88 (No unwind info)
23, ntdll.dll!RtlReportSilentProcessExit+0x108 (No unwind info)
24, ntdll.dll!RtlExitUserProcess+0x81 (No unwind info)
25, kernel32.dll!ExitProcess+0x13 (No unwind info)
26, firefox.exe+0x372c (No unwind info)
27, firefox.exe+0x39bb (No unwind info)
28, firefox.exe+0x39df (No unwind info)
29, firefox.exe+0x24b6 (No unwind info)
30, kernel32.dll!BaseThreadInitThunk+0x24 (No unwind info)
31, ntdll.dll!RtlInitializeExceptionChain+0x8f (No unwind info)
32, ntdll.dll!RtlInitializeExceptionChain+0x5a (No unwind info)
Updated•9 years ago
|
Component: Untriaged → DOM: Content Processes
Product: Firefox → Core
Comment 3•9 years ago
|
||
Windows 8.1 with latest Nightly builds appears to have corrected this - requesting more information/confirmation from the reporter.
Flags: needinfo?(frame86)
Comment 4•9 years ago
|
||
Closing this as incomplete due to inactivity and lack of response from the
reporter. Feel free to reopen the bug if the issue still reproduces on a
current build.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(frame86)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•