Closed
Bug 1042225
Opened 11 years ago
Closed 5 years ago
Crash (SIGSEGV) on entry into Guest Browsing in ElfLoader::DebuggerHelper::Add
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: aaronmt, Unassigned)
Details
(Keywords: crash)
Attachments
(1 file)
|
29.05 KB,
text/plain
|
Details |
I/DEBUG ( 177): backtrace:
I/DEBUG ( 177): #00 pc 0002b3f8 /data/app-lib/org.mozilla.fennec-2/libmozglue.so (ElfLoader::DebuggerHelper::Add(ElfLoader::link_map*)+59)
I/DEBUG ( 177): #01 pc 0002b43d /data/app-lib/org.mozilla.fennec-2/libmozglue.so (ElfLoader::Register(LibHandle*)+36)
I/DEBUG ( 177): #02 pc 0002a4cb /data/app-lib/org.mozilla.fennec-2/libmozglue.so (CustomElf::Load(Mappable*, char const*, int)+874)
I/DEBUG ( 177): #03 pc 0002bae5 /data/app-lib/org.mozilla.fennec-2/libmozglue.so (ElfLoader::Load(char const*, int, LibHandle*)+208)
I/DEBUG ( 177): #04 pc 0002bba5 /data/app-lib/org.mozilla.fennec-2/libmozglue.so (__wrap_dlopen+16)
I/DEBUG ( 177): #05 pc 0002fe59 /data/app-lib/org.mozilla.fennec-2/libmozglue.so (_ZL11loadNSSLibsPKc.part.1+84)
I/DEBUG ( 177): #06 pc 0002febf /data/app-lib/org.mozilla.fennec-2/libmozglue.so (loadSQLiteLibs(char const*)+10)
I/DEBUG ( 177): #07 pc 0002ff07 /data/app-lib/org.mozilla.fennec-2/libmozglue.so (Java_org_mozilla_gecko_mozglue_GeckoLoader_loadSQLiteLibsNative+46)
I/DEBUG ( 177): #08 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
I/DEBUG ( 177): #09 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
I/DEBUG ( 177): #10 pc 0004fb0d /system/lib/libdvm.so (dvmResolveNativeMethod(unsigned int const*, JValue*, Method const*, Thread*)+184)
I/DEBUG ( 177): #11 pc 00026fe0 /system/lib/libdvm.so
I/DEBUG ( 177): #12 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
I/DEBUG ( 177): #13 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
I/DEBUG ( 177): #14 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
I/DEBUG ( 177): #15 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
I/DEBUG ( 177): #16 pc 00055287 /system/lib/libdvm.so
I/DEBUG ( 177): #17 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
I/DEBUG ( 177): #18 pc 0000d308 /system/lib/libc.so (pthread_create+240)
--
Nightly (07/22, 34.0a1)
Asus Nexus 7 (Android 4.4.4)
| Reporter | ||
Updated•11 years ago
|
Attachment #8460393 -
Attachment mime type: text/x-log → text/plain
| Reporter | ||
Updated•11 years ago
|
Summary: Crash (SIGSEGV) on entry into Guest Browsing → Crash (SIGSEGV) on entry into Guest Browsing in ElfLoader::DebuggerHelper::Add
Comment 1•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•