The following reply was made to PR ports/96367; it has been noted by GNATS.

From: Michael Nottebrock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc:  
Subject: Re: ports/96367: kontact crashes when I try to make a calendar appt.
Date: Thu, 27 Apr 2006 17:33:17 +0200

 Yes, it's easy to get confused by this - pretty much every stack trace
 of a crashed KDE program ends in libpthread. This is because every KDE
 program is in turn a Qt program and since Qt became threads-enabled in
 2.2, that makes pretty much every program run in a thread by default.
 
 In practice, when debugging a KDE application crash, symbols from the
 system threads libraries in stack traces can be ignored, as can most
 symbols from Qt itself. If a trace doesn't turn up symbols from the
 actual KDE program or at least from a KDE-related library, that usually
 means that something needs to be recompiled with debug symbols enabled.
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to