Closed
Bug 713589
Opened 14 years ago
Closed 14 years ago
Crash Report [@ __atomic_cmpxchg ]
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox11 | --- | affected |
People
(Reporter: nhirata, Unassigned)
Details
(Keywords: crash, Whiteboard: [native-crash])
Crash Data
From Socorro:
https://crash-stats.mozilla.com/report/index/c86775e8-30e3-40f2-bf93-389212111224
Crashing Thread
Frame Module Signature [Expand] Source
0 libc.so __atomic_cmpxchg
1 libc.so pthread_mutex_lock
2 libmozutils.so malloc_mutex_lock memory/jemalloc/jemalloc.c:1604
3 libmozutils.so arena_dalloc memory/jemalloc/jemalloc.c:4624
4 libmozutils.so __wrap_free memory/jemalloc/jemalloc.c:6580
5 libmozalloc.so moz_free memory/mozalloc/mozalloc.cpp:97
6 libxul.so nsStringBuffer::Release xpcom/string/src/nsSubstring.cpp:193
7 libxul.so ReleaseData xpcom/string/src/nsSubstring.cpp:118
8 libxul.so nsAString_internal::SetCapacity xpcom/string/src/nsTSubstring.cpp:540
9 libxul.so nsAString_internal::SetLength xpcom/string/src/nsTSubstring.cpp:579
10 libxul.so nsAString_internal::Assign nsTSubstring.h:480
11 libxul.so nsTPriorityQueue<nsString, nsDefaultComparator<nsString, nsString> >::Swap nsTString.h:99
12 libxul.so nsAndroidHistory::NotifyURIVisited nsTPriorityQueue.h:123
13 libxul.so Java_org_mozilla_gecko_GeckoAppShell_notifyUriVisited widget/src/android/AndroidJNI.cpp:221
14 libmozutils.so Java_org_mozilla_gecko_GeckoAppShell_notifyUriVisited other-licenses/android/APKOpen.cpp:299
15 libdvm.so dvmPlatformInvoke
16 libdvm.so dvmCallJNIMethod_general
17 dalvik-jit-code-cache (deleted) dalvik-jit-code-cache @0x23e
18 libdvm.so dexDataMapAlloc
19 libdvm.so dvmMterpStd
20 libdvm.so dvmInterpret
21 libdvm.so dvmCallMethodV
22 libdvm.so dvmCallMethod
23 libdvm.so dvmDetachCurrentThread
24 libc.so __thread_entry
25 libc.so pthread_create
| Reporter | ||
Comment 1•14 years ago
|
||
Possibly the same crash on a different device?
https://crash-stats.mozilla.com/report/index/44152bec-c31b-4400-abfe-304652111223
| Reporter | ||
Comment 2•14 years ago
|
||
Last crash happened on the 01/06/2012 build. https://crash-stats.mozilla.com/report/list?query_search=signature&query_type=contains&reason_type=contains&range_value=4&range_unit=weeks&hang_type=any&process_type=any&signature=__atomic_cmpxchg&admin=1
going to set as WFM, please reopen if this crash occurs again.
Status: NEW → RESOLVED
Closed: 14 years ago
status-firefox11:
--- → affected
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•