Closed
Bug 372615
Opened 18 years ago
Closed 18 years ago
Crash every time after I used tinderbox build [@ libc.so.6 ]
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: hubert+bmo, Assigned: mscott)
Details
(Keywords: crash)
Crash Data
User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.2) Gecko/20061023 SUSE/2.0.0.2-1.1 Firefox/2.0.0.2
Build Identifier: 2.0pre (2007030303)
I tried to run Thunderibrd tinderbox build (build log - http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla1.8-l10n-pl/1173027780.1173028589.11832.gz)
Thunderbird crashed.
On console I saw:
$ *** glibc detected *** /usr/lib/thunderbird/thunderbird-bin: double free or corruption (fasttop): 0x096c7318 ***
======= Backtrace: =========
(...)
======= Memory map: ========
(...)
Now, when I'm trying to run Thunderbird 2.0pre (pl or en-US) on the same profile - I see segmentation fault.
On new profile Tb works fine.
Reproducible: Always
Tb crash ID: 29909109:
libc.so.6 + 0x65d63 (0xb732fd63)
PR_Free() [mozilla/nsprpub/pr/src/malloc/prmem.c, line 491]
NS_Free_P() [mozilla/xpcom/base/nsMemoryImpl.cpp, line 361]
nsCSubstring::Adopt() [mozilla/xpcom/string/src/nsSubstring.cpp, line 74]
nsMsgAccountManager::SetSpecialFolders() [mozilla/mailnews/base/src/nsMsgAccountManager.cpp, line 603]
XPTC_InvokeByIndex()
XPCWrappedNative::CallMethod(XPCCallContext&, XPCWrappedNative::CallMode)() [mozilla/js/src/xpconnect/src/xpcwrappednative.cpp, line 3171]
XPC_WN_CallMethod() [mozilla/js/src/xpconnect/src/xpcwrappednativejsops.cpp, line 1455]
js_Invoke() [mozilla/js/src/jsinterp.c, line 1396]
js_Interpret() [mozilla/js/src/jsinterp.c, line 3973]
js_Invoke() [mozilla/js/src/jsinterp.c, line 1415]
js_InternalInvoke() [mozilla/js/src/jsinterp.c, line 1490]
JS_CallFunctionValue() [mozilla/js/src/jsapi.c, line 4356]
nsJSContext::CallEventHandler() [mozilla/dom/src/base/nsJSEnvironment.cpp, line 1495]
nsGlobalWindow::RunTimeout() [mozilla/dom/src/base/nsGlobalWindow.cpp, line 848]
nsGlobalWindow::TimerCallback() [mozilla/dom/src/base/nsGlobalWindow.cpp, line 7126]
nsTimerImpl::Fire() [mozilla/xpcom/threads/nsTimerImpl.cpp, line 395]
handleTimerEvent() [mozilla/xpcom/threads/nsTimerImpl.cpp, line 462]
PL_HandleEvent() [mozilla/xpcom/threads/plevent.c, line 688]
PL_ProcessPendingEvents() [mozilla/xpcom/threads/plevent.c, line 623]
nsEventQueueImpl::ProcessPendingEvents() [mozilla/xpcom/threads/nsEventQueue.cpp, line 421]
event_processor_callback() [mozilla/widget/src/gtk2/nsAppShell.cpp, line 71]
libglib-2.0.so.0 + 0x5766d (0xb78c566d)
libglib-2.0.so.0 + 0x2dde2 (0xb789bde2)
libglib-2.0.so.0 + 0x30e1f (0xb789ee1f)
libglib-2.0.so.0 + 0x311c9 (0xb789f1c9)
libgtk-x11-2.0.so.0 + 0x12ccd4 (0xb7b71cd4)
nsAppShell::Run() [mozilla/widget/src/gtk2/nsAppShell.cpp, line 141]
nsAppStartup::Run() [mozilla/toolkit/components/startup/src/nsAppStartup.cpp, line 152]
XRE_main() [mozilla/toolkit/xre/nsAppRunner.cpp, line 848]
main() [mozilla/mail/app/nsMailApp.cpp, line 63]
libc.so.6 + 0x15f9c (0xb72dff9c)
Reporter | ||
Comment 1•18 years ago
|
||
I know where is the problem. I opened prefs.js file and removed one line:
user_pref("mail.server.server12.deferred_to_account", "account12");
After this - Tb works fine.
I didn't add that line manually, so I am not sure: should I close this bug?
Comment 3•18 years ago
|
||
closing this bug report. I have tested Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1.4pre) Gecko/20070514 Thunderbird/2.0.0.4pre ID:2007051403 (not a tinderbox build, but a nightly pl build) and its working fine and no crash on startup.
Closing as wfm for now.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Keywords: crash
Summary: Crash every time after I used tinderbox build [ @ libc.so.6 ] → Crash every time after I used tinderbox build [@ libc.so.6 ]
Reporter | ||
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Crash Signature: [@ libc.so.6 ]
You need to log in
before you can comment on or make changes to this bug.
Description
•