Bug 189949 - SIGARBT on application close
Summary: SIGARBT on application close
Status: RESOLVED FIXED
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: 4.2.2
Platform: FreeBSD Ports FreeBSD
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-18 11:22 UTC by George Potapov
Modified: 2009-05-03 10:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.