From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KzCAM-00050m-Gn for garchives@archives.gentoo.org; Sun, 09 Nov 2008 15:25:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2330AE0290; Sun, 9 Nov 2008 15:25:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CFF91E0290 for ; Sun, 9 Nov 2008 15:25:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 031BB6552C for ; Sun, 9 Nov 2008 15:25:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.598 X-Spam-Level: X-Spam-Status: No, score=-2.598 required=5.5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E58T7nwSiaRG for ; Sun, 9 Nov 2008 15:25:20 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.242]) by smtp.gentoo.org (Postfix) with ESMTP id DB5086552E for ; Sun, 9 Nov 2008 15:25:17 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id c5so1897450rvf.24 for ; Sun, 09 Nov 2008 07:25:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=GUZc4E0UvbVUsEVB2XMs4bdIHxCuyEP9J/5mkhP6D7A=; b=IDlAvL1xB2DNVlI7OA4J58lbgI2KAoXmpqmPDdx0tf+S+zx2CaseNZzokzJiBtYcbE 7Gs310dFQFZOCt+aLC/4auo4booqTnKT0lrpm2uy7OGtE1AC5UHhmy4DQclyiWEvzCgM uxynlez2g2Q/O3Fzlimr1EdQD7aKWG/KsZmoI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=uRSUkuZWUWMV9k6RjV/YZnC/cX0VApDHUqDWYvqKDxjfnZF9hzP0VJh9a4Xt+0/u7z s0tn4x8fYMl9TLPRlRVQ3VcjenyVpAqXcc0lo5dUlU3SnJRQUFKz+GEAheAZoHNaqiqa 9Vhp2sBPwp7VhHxk1bBkFeQxN+2Hyo4ppwnDo= Received: by 10.141.128.19 with SMTP id f19mr3012385rvn.9.1226244317673; Sun, 09 Nov 2008 07:25:17 -0800 (PST) Received: by 10.140.147.10 with HTTP; Sun, 9 Nov 2008 07:25:17 -0800 (PST) Message-ID: <5e5428ed0811090725l701ef000hd30971cacda5bbfb@mail.gmail.com> Date: Sun, 9 Nov 2008 16:25:17 +0100 From: "Peter Gille" To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Qt 4 programs segfault on startup Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_56971_8653886.1226244317671" X-Archives-Salt: bc23bd3d-87a6-4e04-ade2-d49eba57e003 X-Archives-Hash: 3aeec67c20f4eceb4746789de8c0feba ------=_Part_56971_8653886.1226244317671 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello list, All of the programs on my computer using qt4 segfaults on startup. When I look in /var/log/messages I see a line like this: Nov 9 16:15:27 duolith [1029300.702228] qttest[29812]: segfault at 100000130 ip 00007f051f392269 sp 00007fff2e3e3570 error 4 in libqt-mt.so.3.3.8[7f051edbd000+7c4000] which is odd, since the programs don't depend on qt3, they depend on qt4. Programs using qt3, however, work as normal. The program I used to get the above segfault looked like this: #include int main(int argc, char *argv[]) { QApplication app(argc,argv); return app.exec(); } Does anyone have any idea what's going on and how to fix this? I'm using qt-3.3.8b and qt-4.4.2 ------=_Part_56971_8653886.1226244317671 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello list,

All of the programs on my computer using qt4 segfaults on startup. When I look in /var/log/messages I see a line like this:

Nov  9 16:15:27 duolith [1029300.702228] qttest[29812]: segfault at 100000130 ip 00007f051f392269 sp 00007fff2e3e3570 error 4 in libqt-mt.so.3.3.8[7f051edbd000+7c4000]

which is odd, since the programs don't depend on qt3, they depend on qt4.
Programs using qt3, however, work as normal.

The program I used to get the above segfault looked like this:

#include <QApplication>

int main(int argc, char *argv[])
{
        QApplication app(argc,argv);

        return app.exec();
}


Does anyone have any idea what's going on and how to fix this?
I'm using qt-3.3.8b and qt-4.4.2
------=_Part_56971_8653886.1226244317671--