MOZILLA_FIVE_HOME=. LD_LIBRARY_PATH=.:./plugins:. DISPLAY=:0.0 DYLD_LIBRARY_PATH=.:. LIBRARY_PATH=.:./components:. SHLIB_PATH=.:. LIBPATH=.:. ADDON_PATH=. MOZ_PROGRAM=/usr/lib/thunderbird/thunderbird-bin MOZ_TOOLKIT= moz_debug=1 moz_debugger=gdb /usr/bin/gdb /usr/lib/thunderbird/thunderbird-bin -x /tmp/mozargs.ZsTAko GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "arm-linux-gnueabi"... (gdb) r Starting program: /usr/lib/thunderbird/thunderbird-bin [Thread debugging using libthread_db enabled] [New Thread 0x40f6b4c0 (LWP 7214)] [New Thread 0x42e30440 (LWP 7217)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x40f6b4c0 (LWP 7214)] 0x4004899c in mult (a=0x2d9400, b=0x2d9420) at jsdtoa.c:659 659 jsdtoa.c: No such file or directory. in jsdtoa.c Current language: auto; currently c (gdb) backtrace #0 0x4004899c in mult (a=0x2d9400, b=0x2d9420) at jsdtoa.c:659 #1 0x40049598 in pow5mult (b=0x2d9420, k=1185) at jsdtoa.c:789 #2 0x4004b738 in JS_dtostr (buffer=0xbe9a5846 "Ã@\020\204\a", bufferSize=621765855, mode=DTOSTR_STANDARD, precision=0, d=8.2265532824141687e-308) at jsdtoa.c:2493 #3 0x40073aac in js_NumberToString (cx=0x783f8, d=2147500034) at jsnum.c:724 #4 0x400a3b2c in js_ValueToString (cx=0x783f8, v=3101778) at jsstr.c:2689 #5 0x400595a4 in js_ReportUncaughtException (cx=0x783f8) at jsexn.c:1290 #6 0x40032428 in JS_CallFunctionValue (cx=0x783f8, obj=, fval=, argc=, argv=0xbe9a5964, rval=0x783f8) at jsapi.c:4390 #7 0x4174ed40 in nsXPCWrappedJSClass::CallQueryInterfaceOnJSObject ( this=, ccx=, jsobj=0x2f53e8, aIID=@0x41765bb8) at xpcwrappedjsclass.cpp:278 #8 0x4174ee24 in nsXPCWrappedJSClass::GetRootJSObject (this=0x2d9460, ccx=@0x2d9400, aJSObj=0x0) at xpcwrappedjsclass.cpp:674 #9 0x4174c38c in nsXPCWrappedJS::GetNewOrUsed (ccx=@0xbe9a5a1c, aJSObj=0x2f53e8, aIID=@0x41768d60, aOuter=0x0, wrapperResult=0xbe9a59d4) at xpcwrappedjs.cpp:242 #10 0x4173e388 in XPCConvert::JSObject2NativeInterface (ccx=@0xbe9a5a1c, dest=0xbe9a5af4, src=0x2f53e8, iid=0x41768d60, aOuter=0x0, pErr=0xbe9a5a94) at xpcconvert.cpp:1253 #11 0x4173120c in nsXPConnect::WrapJS (this=, aJSContext=, aJSObj=0x2f53e8, aIID=@0x41768d60, result=0xbe9a5af4) at nsXPConnect.cpp:647 #12 0x41763280 in mozJSComponentLoader::ModuleForLocation (this=0x8ac38, registryLocation=0x2bf868 "rel:nsMailDefaultHandler.js", component=, status=0xbe9a5c5c) at mozJSComponentLoader.cpp:1007 #13 0x4176377c in mozJSComponentLoader::AttemptRegistration (this=0x8ac38, component=0x274260, deferred=2573064) at mozJSComponentLoader.cpp:761 #14 0x41763c50 in mozJSComponentLoader::AutoRegisterComponent (this=0x8ac38, when=, component=0x274260, registered=0xbe9a5d0c) at mozJSComponentLoader.cpp:688 #15 0x41761564 in mozJSComponentLoader::RegisterComponentsInDir ( this=0x8ac38, when=0, dir=) at mozJSComponentLoader.cpp:596 #16 0x4013ed80 in nsComponentManagerImpl::AutoRegisterNonNativeComponents ( this=0x70e28, spec=) at nsComponentManager.cpp:3262 #17 0x4013f130 in nsComponentManagerImpl::AutoRegisterImpl (this=0x70e28, when=, inDirSpec=, fileIsCompDir=) at nsComponentManager.cpp:3232 #18 0x4013f2c8 in nsComponentManagerImpl::AutoRegister (this=0x70e28, aSpec=0x0) at nsComponentManager.cpp:3404 #19 0x40106618 in NS_InitXPCOM3_P (result=0xbe9a5ebc, binDirectory=0x40179918, appFileLocationProvider=0xbe9a61e8, staticComponents=0x40178d10, componentCount=1) at nsXPComInit.cpp:635 #20 0x0000bfe0 in ScopedXPCOMStartup::Initialize (this=0x2d9460) at nsAppRunner.cpp:807 #21 0x0000d77c in SelectProfile (aResult=0xbe9a6304, aNative=0x70340, aStartOffline=) at nsAppRunner.cpp:1720 #22 0x0000e850 in XRE_main (argc=, argv=, aAppData=) at nsAppRunner.cpp:2529 #23 0x40be703c in __libc_start_main () from /lib/vfp/libc.so.6 #24 0x0000af6c in _start () (gdb) q Script done on Tue 16 Jun 2009 12:35:06 BST