Comment 10 for bug 19891

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Fri, 26 Aug 2005 09:08:49 -0400
From: Josh Metzler <email address hidden>
To: David Hill <email address hidden>,
 <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#325092: kmail: Kmail segfault with libqt3c102-mt but works fine with libqt3-mt,
 but this situation isn't a livable one.

reassign 325092 kdelibs4
merge 320581 325092
thanks

On Thursday 25 August 2005 11:06 pm, David Hill wrote:
> Package: kmail
> Version: 4:3.3.2-3
> Severity: grave
> Justification: renders package unusable
>
>
> GDB=
> Received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1244882720 (LWP 29713)]
> 0xb758e95b in QString::QString () from /usr/lib/libqt-mt.so.3
>
> quite simple from this point of vue!

Right, this is actually a bug in the kdelibs version you have. Your two
options for now are:

1) downgrade kdelibs[4, -data, -bin] to the version in testing.
2) use kontact (which embeds kmail and doesn't suffer from this bug for some
reason).

> dpkg --force-depends -i libqt3-mt_3%3a3.3.4-7_i386.deb fixes the problem
> but creates conflicts with all the other kde packages that uses
> libqt3c102-mt

I'm surprised this works at all, as you are installing a supposedly ABI
incompatible qt that is compiled with gcc 4.0 while everything that uses it
is still compiled with gcc 3.3 (which had a different c++ ABI).

Josh