Closed
Bug 604865
Opened 15 years ago
Closed 15 years ago
crash during /tests/dom/src/threads/test/test_longThread.html | Exited with code 1 during test run
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mak, Unassigned)
References
Details
(Keywords: intermittent-failure)
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1287214418.1287214700.15779.gz
Rev3 MacOSX Snow Leopard 10.6.2 mozilla-central opt test mochitests-2/5 on 2010/10/16 00:33:38
the stack is not much useful
TEST-UNEXPECTED-FAIL | /tests/dom/src/threads/test/test_longThread.html | Exited with code 1 during test run
INFO | automation.py | Application ran for: 0:02:11.434496
INFO | automation.py | Reading PID log: /var/folders/H5/H5TD8hgwEqKq9hgKlayjWU+++TM/-Tmp-/tmpF0kQCtpidlog
PROCESS-CRASH | /tests/dom/src/threads/test/test_longThread.html | application crashed (minidump found)
Operating system: Mac OS X
10.6.2 10C540
CPU: amd64
family 6 model 23 stepping 10
2 CPUs
Crash reason: EXC_BAD_ACCESS / KERN_INVALID_ADDRESS
Crash address: 0x5fbfb608
Thread 0 (crashed)
0 0x111b92bf7
rbx = 0x00000004 r12 = 0x0b02c6d0 r13 = 0x1a127290 r14 = 0x15518780
r15 = 0x202fe228 rip = 0x11b92bf7 rsp = 0x5fbfb608 rbp = 0x5fbfb640
Found by: given as instruction pointer in context
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 2•15 years ago
|
||
What's with this really bizarre assertion that shows up in the log in comment 1 before the test failure? CCing ehsan because it involves editor, but I'm at a loss.
###!!! ASSERTION: InsertAsCitedQuotation: trying to insert html into plaintext editor: '!aInsertHTML', file /builds/slave/mozilla-central-macosx64-debug/build/editor/libeditor/html/nsHTMLDataTransfer.cpp, line 2408
nsHTMLEditor::InsertAsCitedQuotation [editor/libeditor/html/nsHTMLDataTransfer.cpp:2409]
nsXPCOMCycleCollectionParticipant::CheckForRightISupports [nsCycleCollectionParticipant.cpp:101]
nsXPCWrappedJS::cycleCollection::Traverse [js/src/xpconnect/src/xpcwrappedjs.cpp:56]
GCGraphBuilder::Traverse [xpcom/base/nsCycleCollector.cpp:1487]
nsCycleCollector::MarkRoots [xpcom/base/nsCycleCollector.cpp:1726]
nsCycleCollector::BeginCollection [xpcom/base/nsCycleCollector.cpp:2619]
nsCycleCollector::Collect [xpcom/base/nsCycleCollector.cpp:2486]
nsCycleCollector_collect [xpcom/base/nsCycleCollector.cpp:3199]
nsJSContext::CC [dom/base/nsJSEnvironment.cpp:3599]
nsJSContext::IntervalCC [dom/base/nsJSEnvironment.cpp:3688]
nsJSContext::CCIfUserInactive [dom/base/nsJSEnvironment.cpp:3679]
GCTimerFired [dom/base/nsJSEnvironment.cpp:3702]
nsTimerImpl::Fire [xpcom/threads/nsTimerImpl.cpp:426]
nsTimerEvent::Run [xpcom/threads/nsTimerImpl.cpp:519]
nsThread::ProcessNextEvent [xpcom/threads/nsThread.cpp:547]
NS_ProcessPendingEvents_P [nsThreadUtils.cpp:200]
nsBaseAppShell::NativeEventCallback [widget/src/xpwidgets/nsBaseAppShell.cpp:132]
nsAppShell::ProcessGeckoEvents [widget/src/cocoa/nsAppShell.mm:400]
CoreFoundation + 0x4d271
CoreFoundation + 0x4b469
CoreFoundation + 0x4ac2f
HIToolbox + 0x2ea4e
HIToolbox + 0x2e853
HIToolbox + 0x2e70c
AppKit + 0x441f2
-AppKit + 0x43b41
-AppKit + 0x9747
nsAppShell::Run [widget/src/cocoa/nsAppShell.mm:746]
nsAppStartup::Run [toolkit/components/startup/src/nsAppStartup.cpp:191]
XRE_main [toolkit/xre/nsAppRunner.cpp:3670]
main [browser/app/nsBrowserApp.cpp:158]
Comment 3•15 years ago
|
||
Nevermind, it looks like it's just trying to manipulate garbage memory and presumably thinks it's some editor component.
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 11•15 years ago
|
||
This code doesn't exist any longer.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•13 years ago
|
Keywords: intermittent-failure
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [orange]
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•