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.
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 :)
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.