Closed
Bug 1165955
Opened 11 years ago
Closed 10 years ago
FF38 - Running Selenium tests causes Firefox to "quit unexpectantly"
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: chris.quon, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36
Steps to reproduce:
Run a selenium test
Actual results:
pop-up appears, Firefox "quit unexpectantly"
partial crash report:
Process: firefox-bin [47293]
Path: /Applications/Firefox.app/Contents/MacOS/firefox-bin
Identifier: org.mozilla.firefox
Version: 38.0.1 (3815.5.13)
Code Type: X86-64 (Native)
Parent Process: ruby [47290]
Responsible: iTerm [1602]
User ID: 502
Date/Time: 2015-05-18 11:19:30.437 -0400
OS Version: Mac OS X 10.10.3 (14D136)
Report Version: 11
Time Awake Since Boot: 170000 seconds
Time Since Wake: 8200 seconds
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Expected results:
doesn't cause the pop-up to appear
Comment 1•11 years ago
|
||
Happens every time for me. EXCEPTION_ACCESS_VIOLATION_READ when running Selenium tests.
Frame Module Signature Source
0 xul.dll mozilla::storage::Connection::AsyncClose(mozIStorageCompletionCallback*) storage/src/mozStorageConnection.cpp
1 xul.dll nsCookieService::CloseDBStates() netwerk/cookie/nsCookieService.cpp
2 xul.dll nsCookieService::~nsCookieService() netwerk/cookie/nsCookieService.cpp
3 xul.dll nsCookieService::`scalar deleting destructor'(unsigned int)
4 xul.dll nsCookieService::Release() netwerk/cookie/nsCookieService.cpp
5 xul.dll FreeFactoryEntries xpcom/components/nsComponentManager.cpp
6 xul.dll nsBaseHashtable<nsIDHashKey, nsFactoryEntry*, nsFactoryEntry*>::s_EnumReadStub(PLDHashTable*, PLDHashEntryHdr*, unsigned int, void*) xpcom/glue/nsBaseHashtable.h
7 xul.dll nsBaseHashtable<nsIDHashKey, nsFactoryEntry*, nsFactoryEntry*>::EnumerateRead(PLDHashOperator (*)(nsID const&, nsFactoryEntry*, void*), void*) xpcom/glue/nsBaseHashtable.h
8 xul.dll nsBaseHashtable<nsIDHashKey, nsFactoryEntry*, nsFactoryEntry*>::s_EnumReadStub(PLDHashTable*, PLDHashEntryHdr*, unsigned int, void*) xpcom/glue/nsBaseHashtable.h
9 xul.dll nsBaseHashtable<nsIDHashKey, nsFactoryEntry*, nsFactoryEntry*>::s_EnumReadStub(PLDHashTable*, PLDHashEntryHdr*, unsigned int, void*) xpcom/glue/nsBaseHashtable.h
10 xul.dll nsCOMPtr_base::assign_from_qi(nsQueryInterface, nsID const&) xpcom/glue/nsCOMPtr.cpp
11 xul.dll mozilla::UniquePtr<ScopedXPCOMStartup, mozilla::DefaultDelete<ScopedXPCOMStartup> >::reset(ScopedXPCOMStartup*) mfbt/UniquePtr.h
12 xul.dll XREMain::XRE_main(int, char** const, nsXREAppData const*) toolkit/xre/nsAppRunner.cpp
13 xul.dll XRE_main toolkit/xre/nsAppRunner.cpp
14 firefox.exe do_main browser/app/nsBrowserApp.cpp
15 firefox.exe NS_internal_main(int, char**) browser/app/nsBrowserApp.cpp
Comment 2•10 years ago
|
||
Hi,
Please download the Firefox Nightly from here: https://nightly.mozilla.org/ and retest the problem.
Also you can try to test this with Firefox 42 last release, download it from here:https://www.mozilla.org/en-US/firefox/channel/#
Flags: needinfo?(chris.quon)
Comment 3•10 years ago
|
||
Hi,
Marking this as Resolved: Incomplete due to the lack of response from the reporter.
Reporter, please feel free to reopen it if you are still having this issue on the latest Firefox version.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(chris.quon)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•