Le lundi 14 juillet 2008, Mike Hommey a écrit : > > [EMAIL PROTECTED]:~ $ gdb /usr/lib/iceweasel/firefox-bin core > > (...) > > > #1 0xf7fccab4 in open () from /usr/lib/libartsdsp.so.0 > > No symbol table info available. > > #2 0xf7fbe4ce in malloc_init_hard () at jemalloc.c:4945 > > Now, this is interesting, because that seems to validate my first > intuition, which was that there was a problem between jemalloc and > artsdsp. > > And actually, when I told you to try MOZ_NO_JEMALLOC, I was wrong. Can > you try with MOZILLA_NO_JEMALLOC=1 ?
Your first intuition seems to be good, it works with MOZILLA_NO_JEMALLOC=1 (with =0 too). Segfault becomes with MOZILLA_NO_JEMALLOC="") [EMAIL PROTECTED]:~ $ export MOZILLA_NO_JEMALLOC=1 ; iceweasel -V ICEWEASEL_DSP=artsdsp APPLICATION_ID=firefox CMDLINE_DISPLAY= DISPLAY=:1.0 OPTIONS=-a firefox DEBUG=0 DEBUGGER= MOZ_DISABLE_PANGO= MOZ_NO_REMOTE= Running: artsdsp /usr/lib/iceweasel/firefox-bin -a firefox GCJ PLUGIN: thread 0x805f940: NP_GetMIMEDescription GCJ PLUGIN: thread 0x805f940: NP_GetMIMEDescription return GCJ PLUGIN: thread 0x805f940: NP_GetValue GCJ PLUGIN: thread 0x805f940: NP_GetValue: returning plugin name. GCJ PLUGIN: thread 0x805f940: NP_GetValue return GCJ PLUGIN: thread 0x805f940: NP_GetValue GCJ PLUGIN: thread 0x805f940: NP_GetValue: returning plugin description. GCJ PLUGIN: thread 0x805f940: NP_GetValue return ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) Thanks, -- Michel Grentzinger OpenPGP key ID : B2BAFAFA Available on http://www.keyserver.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]