From owner-freebsd-amd64@FreeBSD.ORG Wed Jun 23 17:12:31 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9CBF16A4CE; Wed, 23 Jun 2004 17:12:31 +0000 (GMT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DA5D43D2D; Wed, 23 Jun 2004 17:12:30 +0000 (GMT) (envelope-from tilman@arved.at) Received: from huckfinn-wi0.arved.de (localhost [127.0.0.1]) i5NHCKqk052921; Wed, 23 Jun 2004 19:12:21 +0200 (CEST) (envelope-from tilman@arved.at) Received: (from tilman@localhost) by huckfinn-wi0.arved.de (8.12.11/8.12.6/Submit) id i5NHCKic052920; Wed, 23 Jun 2004 19:12:20 +0200 (CEST) X-Authentication-Warning: huckfinn-wi0.arved.de: tilman set sender to tilman@arved.at using -f Date: Wed, 23 Jun 2004 19:12:20 +0200 From: Tilman Linneweh To: kde@FreeBSD.org Message-ID: <20040623171220.GX65887@arved.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i cc: amd64@FreeBSD.org Subject: Konqueror krashing on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2004 17:12:31 -0000 Hi, Anybody running KDE on amd64-CURRENT? Somewhere in the last three months something broke. Today I finally recompiled kdelibs with DEBUG support. Several applications start to crash on startup, like konqueror, kmix, kate and others still run fine, like konsole or kicker. The BT looks like this: Program received signal SIGSEGV, Segmentation fault. 0x0000000202883b39 in QString::fromUtf8 () from /usr/X11R6/lib/libqt-mt.so.3 (gdb) bt #0 0x0000000202883b39 in QString::fromUtf8 () from /usr/X11R6/lib/libqt-mt.so.3 #1 0x00000002018ea580 in KXMLGUIFactory::readConfigFile (filename=@0xacf0b0, never_null=false, _instance=0xffffffffffff9fff) at kxmlguifactory.cpp:127 #2 0x00000002018ea30d in KXMLGUIFactory::readConfigFile (filename=@0xad0000, instance=0xffffffffffff9fff) at kxmlguifactory.cpp:99 #3 0x00000002018e7748 in KXMLGUIClient::findMostRecentXMLFile ( files=@0x7fffffffdd20, doc=@0x7fffffffdd60) at kxmlguiclient.cpp:630 #4 0x00000002018e5dfb in KXMLGUIClient::setXMLFile (this=0x8d97a0, _file=@0x7fffffffde10, merge=false, setXMLDoc=16) at kxmlguiclient.cpp:183 [...] Any ideas? regards tilman