GNOME Bugzilla – Bug 571228
crash in Evolution Mail: I was closing Evolution.
Last modified: 2009-03-12 00:38:01 UTC
What were you doing when the application crashed? I was closing Evolution. Distribution: Debian 5.0 Gnome Release: 2.22.3 2008-09-18 (Debian) BugBuddy Version: 2.22.0 System: Linux 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686 X Vendor: The X.Org Foundation X Vendor Release: 10402000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 126255104 vsize: 126255104 resident: 29073408 share: 16891904 rss: 29073408 rss_rlim: 4294967295 CPU usage: start_time: 1234285985 rtime: 4086 utime: 3210 stime: 876 cutime:14 cstime: 30 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/evolution' [Thread debugging using libthread_db enabled] [New Thread 0xb65a86d0 (LWP 10273)] [New Thread 0xb3296b90 (LWP 5268)] [New Thread 0xb4298b90 (LWP 5266)] [New Thread 0xb1291b90 (LWP 5264)] [New Thread 0xb0876b90 (LWP 5262)] 0xb7f30424 in __kernel_vsyscall ()
+ Trace 212443
Thread 5 (Thread 0xb0876b90 (LWP 5262))
----------- .xsession-errors (16418 sec old) --------------------- TFindDeclarationTool.ValidateToolDependencies /usr/lib/lazarus/lcl/extctrls.pp TFindDeclarationTool.ValidateToolDependencies /usr/lib/lazarus/lcl/stdctrls.pp TFindDeclarationTool.ValidateToolDependencies /usr/lib/lazarus/lcl/menus.pp TFindDeclarationTool.ValidateToolDependencies /usr/lib/lazarus/lcl/buttons.pp TFindDeclarationTool.ValidateToolDependencies /usr/lib/lazarus/lcl/dialogs.pp TFindDeclarationTool.ValidateToolDependencies /usr/lib/lazarus/lcl/forms.pp TCustomFormEditor.GetDefineProperties APersistentClassName="TfProcessa" AncestorClassName="TForm" TCustomFormEditor.GetDefineProperties PersistentClass TForm is registered TCustomFormEditor.GetDefineProperties Getting define properties for TForm TDefinePropertiesPersistent.PublicDefineProperties START TDefinePropertiesPersistent :TForm TDefinePropertiesPersistent.PublicDefineProperties END TDefinePropertiesPersistent :TForm TLFMTree.AddError IdentifierNotFound: identifier OldCreateOrder not found in class "TfProcessa". Menu.lfm (15,3) NodePath=OldCreateOrder TFindDeclarationTool.ValidateToolDependencies /usr/lib/lazarus/lcl/lresources.pp TFindDeclarationTool.ValidateToolD ...Too much output, ignoring rest... --------------------------------------------------
This appears to be a bug in the NSS libraries from Mozilla. More specifically, it's https://bugzilla.mozilla.org/show_bug.cgi?id=427715 which the Mozilla folks appear to have at least a preliminary patch for.
For the first sigh I wouldn't say it's related to https://bugzilla.mozilla.org/show_bug.cgi?id=427715. Can you tell me please which of the threads actually crashed? -hb- (mozilla)
(In reply to comment #2) > For the first sigh I wouldn't say it's related to > https://bugzilla.mozilla.org/show_bug.cgi?id=427715. Can you tell me please > which of the threads actually crashed? This one:
+ Trace 213394
Thread 5 bt looks similar to thread's 4. It is not related to mozilla bug 427715. Looks like you are calling an nss ssl function after nss has been uninitialized. There is probably some net connection leaking. There are absolutely no checks in nss code for nss initialization. Calling nss while it is not initialized is a crash. Period.