Closed
Bug 917594
Opened 12 years ago
Closed 12 years ago
crash in js::ShapeTable::search(int, bool)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox26 | - | --- |
People
(Reporter: nhirata, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [b2g-crash], burirun1)
Crash Data
This bug was filed from the Socorro interface and is
report bp-3a0c63a8-17a7-4dc8-886d-4596e2130916.
=============================================================
Crashing Thread
Frame Module Signature Source
0 libxul.so js::ShapeTable::search(int, bool) js/src/vm/Shape.cpp
1 libxul.so js::ObjectImpl::nativeLookup(js::ExclusiveContext*, int) js/src/vm/Shape.h
2 libxul.so js::baseops::LookupProperty<(js::AllowGC)1u> js/src/jsobj.cpp
3 libxul.so JSObject::lookupGeneric(JSContext*, JS::Handle<JSObject*>, JS::Handle<int>, JS::MutableHandle<JSObject*>, JS::MutableHandle<js::Shape*>) js/src/jsobj.cpp
4 libxul.so JS_HasPropertyById(JSContext*, JSObject*, int, bool*) js/src/jsapi.cpp
5 libxul.so JS_HasProperty(JSContext*, JSObject*, char const*, bool*) js/src/jsapi.cpp
6 libxul.so mozilla::dom::workers::EventListenerManager::DispatchEvent(JSContext*, mozilla::dom::workers::EventTarget const&, JSObject*, mozilla::ErrorResult&) const dom/workers/EventListenerManager.cpp
7 libxul.so mozilla::dom::EventTargetBinding_workers::dispatchEvent dom/workers/EventTarget.h
8 libxul.so mozilla::dom::EventTargetBinding_workers::genericMethod /builds/slave/b2g_m-cen_hamachi_ntly-0000000/build/objdir-gecko/dom/bindings/EventTargetBinding.cpp
9 libxul.so js::Invoke js/src/jscntxtinlines.h
10 libxul.so JS_CallFunctionName(JSContext*, JSObject*, char const*, unsigned int, JS::Value*, JS::Value*) js/src/jsapi.cpp
11 libxul.so mozilla::dom::workers::events::DispatchEventToTarget(JSContext*, JS::Handle<JSObject*>, JS::Handle<JSObject*>, bool*) dom/workers/Events.cpp
12 libxul.so EventRunnable::WorkerRun dom/workers/XMLHttpRequest.cpp
13 libxul.so mozilla::dom::workers::WorkerRunnable::Run() dom/workers/WorkerPrivate.cpp
14 libxul.so mozilla::dom::workers::WorkerPrivate::DoRunLoop(JSContext*) dom/workers/WorkerPrivate.cpp
15 libxul.so WorkerThreadRunnable::Run dom/workers/RuntimeService.cpp
16 libxul.so nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp
17 libxul.so NS_ProcessNextEvent(nsIThread*, bool) xpcom/glue/nsThreadUtils.cpp
18 libxul.so nsThread::ThreadFunc(void*) xpcom/threads/nsThread.cpp
19 libnss3.so _pt_root nsprpub/pr/src/pthreads/ptthread.c
20 libc.so __thread_entry bionic/libc/bionic/pthread.c
21 libc.so pthread_create bionic/libc/bionic/pthread.c
22 @0x43dcd002
Happens in Calendar app for b2g
![]() |
Reporter | |
Comment 1•12 years ago
|
||
Note: this crash happens on multiple devices. This stack is more towards b2g, though the js::ShapeTable::search signature has been seen in multiple platforms (bug 812319,bug 842097,bug 851806 )
cc'ed jsmith and james lal in hopes that they might have an idea on how to reproduce the crash based on the stack.
Comment 2•12 years ago
|
||
(In reply to Naoki Hirata :nhirata (please use needinfo instead of cc) from comment #1)
> Note: this crash happens on multiple devices. This stack is more towards
> b2g, though the js::ShapeTable::search signature has been seen in multiple
> platforms (bug 812319,bug 842097,bug 851806 )
>
> cc'ed jsmith and james lal in hopes that they might have an idea on how to
> reproduce the crash based on the stack.
There's a full test pass going on right now to test the calendar, so if we see something during the test pass, then we'll know if we managed to be able to reproduce.
Is this really happening on b2g-18, or is that a mistake?
![]() |
||
Updated•12 years ago
|
tracking-firefox26:
--- → ?
![]() |
||
Comment 4•12 years ago
|
||
Is this fixed now that bug 918450 is fixed?
Flags: needinfo?(nhirata.bugzilla)
![]() |
Reporter | |
Comment 5•12 years ago
|
||
This should be a 26 bug. This crash still occurs :
https://crash-stats.mozilla.com/report/index/3bf13953-f3be-4e7d-84fb-c839c2130923
Flags: needinfo?(nhirata.bugzilla)
Version: 18 Branch → 26 Branch
![]() |
||
Comment 6•12 years ago
|
||
Does it occur after today's landing of bug 918450 on Aurora?
Flags: needinfo?(nhirata.bugzilla)
Comment 8•12 years ago
|
||
FWIW - the dupe confirms this can be reproduced with the calendar app.
QA Wanted also for comment 6 - try using the STR in bug 919673 to reproduce before and after bug 918450 lands.
Keywords: qawanted
Updated•12 years ago
|
Whiteboard: [b2g-crash] → [b2g-crash], burirun1
Updated•12 years ago
|
Updated•12 years ago
|
blocking-b2g: --- → koi?
Updated•12 years ago
|
QA Contact: sarsenyev → sparsons
Comment 9•12 years ago
|
||
Unable to reproduce this issue per comment 8 using the STR from bug 919673 on the Buri 1.2 Aurora Build ID: 20130929004004
Environmental Variables
Build ID: 20130929004004
Gecko: http://hg.mozilla.org/releases/mozilla-aurora/rev/48faa2668dd8
Gaia: N/A
Platform Version: 26.0a2
Keywords: qawanted
Comment 10•12 years ago
|
||
Works for me per comment 9 then.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•12 years ago
|
blocking-b2g: koi? → ---
![]() |
Reporter | |
Comment 11•12 years ago
|
||
Sorry, I had to relook at this crash, it is no longer occuring in socorro.
Keywords: topcrash
Comment 12•12 years ago
|
||
Thanks!
Updated•12 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•