Bug 189949

Summary: SIGARBT on application close
Product: [I don't know] kde Reporter: George Potapov <nephrite>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED FIXED    
Severity: crash CC: andresbajotierra
Priority: NOR    
Version: 4.2.2   
Target Milestone: ---   
Platform: FreeBSD Ports   
OS: FreeBSD   
Latest Commit: Version Fixed In:

Description George Potapov 2009-04-18 11:22:32 UTC
Version:            (using KDE 4.2.2)
Compiler:          gcc-4.2.5 
OS:                FreeBSD
Installed from:    FreeBSD Ports

Any time I close kde4 application window or exit the application any other way it crashes with SIGABRT signal.
100% reproducible, it happens any time I exit an application. It happens only to native KDE4 programs such as Dolphin, KDE3 programs and all other e.g. xterm work fine. As it happens only on exit it is more of an annoyance than a real show stopper but anyway...

KDE configuration: just compiled and installed, no additional configuration was made
OS: FreeBSD 7.0-STABLE i386
How to reproduce: close any native KDE4 application, 100% reproducible
No backtrace yet, but I'll try to provide one later.
Comment 1 Dario Andres 2009-05-01 16:59:03 UTC
As you can "reproduce the crash at will", may you read http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports and post a complete backtrace here? Thanks :)
Comment 2 George Potapov 2009-05-03 10:24:44 UTC
I have "fixed" this bug myself.
It was some assertion failed in IlmThreadSemaphorePosixCompat.cpp in ilmbase library.
It appeared I had old ilmbase (version 1.0.0) and OpenEXR (1.4.0).
After upgrading to latest ilmbase and OpenEXR the problem has gone away.

Anyway, I suggest adding stricter version requirements for OpenEXR and ilmbase because KDE4 built with no problem but crashed like this.