From owner-freebsd-current Sun Feb 16 2: 0:24 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C312637B401 for ; Sun, 16 Feb 2003 02:00:22 -0800 (PST) Received: from seed.net.tw (sn15.seed.net.tw [139.175.54.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBBCE43F85 for ; Sun, 16 Feb 2003 02:00:21 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.132.128] (port=49192 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:3) id 18kLau-000PRq-00 for FreeBSD-current@FreeBSD.ORG; Sun, 16 Feb 2003 18:00:21 +0800 Received: from leafy.idv.tw (nobody@localhost [127.0.0.1]) by leafy.idv.tw (8.12.7/8.12.7) with ESMTP id h1GA0JhW051362 for ; Sun, 16 Feb 2003 18:00:20 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.7/8.12.7/Submit) id h1GA0JlL051361 for FreeBSD-current@FreeBSD.ORG; Sun, 16 Feb 2003 18:00:19 +0800 (CST) Date: Sun, 16 Feb 2003 18:00:19 +0800 From: leafy To: FreeBSD-current@FreeBSD.ORG Subject: Re: gcc3.2.2 import might have trashed ld-elf.so.1 Message-ID: <20030216100019.GA51330@leafy.idv.tw> Mail-Followup-To: FreeBSD-current@FreeBSD.ORG References: <20030215180924.GA6102@leafy.idv.tw> <20030216002018.44231799.kabaev@bellatlantic.net> <3E4F2F30.1000906@melbpc.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <3E4F2F30.1000906@melbpc.org.au> User-Agent: Mutt/1.5.3i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Feb 16, 2003 at 05:26:56PM +1100, Peter Kostouros wrote: > #0 0x00000000 in ?? () > #1 0x28f8204c in __static_initialization_and_destruction_0(int, int) () > from /opt/kde-3.1/lib/libkio.so.5 > #2 0x28f8209a in _GLOBAL__D__ZNK13KOpenSSLProxy9hasLibSSLEv () > from /opt/kde-3.1/lib/libkio.so.5 I have now managed to get a core dump from the same command (it doesn't complain anymore, just straight to the dump), here is the backtrace for uic.core: #0 0x00000000 in ?? () #1 0x28cbf6aa in __static_initialization_and_destruction_0 ( __initialize_p=671684942, __priority=671767260) at qmake_image_collection.cpp:9223 #2 0x28cbf6e5 in _GLOBAL__D__Z19qInitImages_wizardsv () at qvaluelist.h:597 #3 0x28ca6379 in __do_global_dtors_aux () from /usr/X11R6/plugins/designer/libwizards.so #4 0x28cc0a81 in _fini () from /usr/X11R6/plugins/designer/libwizards.so #5 0x2809316c in dlclose () from /usr/libexec/ld-elf.so.1 #6 0x285df6d9 in QLibraryPrivate::freeLibrary() (this=0x80d1be0) at tools/qlibrary_unix.cpp:144 #7 0x286022b9 in QLibrary::unload() (this=0x808fa60) at tools/qlibrary.cpp:264 #8 0x285e32b1 in QComLibrary::unload() (this=0x808fa60) at tools/qcomlibrary.cpp:87 #9 0x285e3156 in ~QComLibrary (this=0x808fa60) at tools/qcomlibrary.cpp:65 #10 0x285feff5 in QGPluginManager::addLibrary(QLibrary*) (this=0x80cde80, lib=0x808fa60) at tools/qgpluginmanager.cpp:523 #11 0x285fe696 in QGPluginManager::featureList() const (this=0x80cde80) at tools/qgpluginmanager.cpp:433 #12 0x080811a9 in WidgetDatabase::setupPlugins() () at ../shared/widgetdatabase.cpp:563 #13 0x0807ea35 in WidgetDatabase::setupDataBase(int) (id=-2) at ../shared/widgetdatabase.cpp:107 #14 0x08081a16 in WidgetDatabase::idFromClassName(QString const&) ( name=@0xbfbfed20) at ../shared/widgetdatabase.cpp:765 #15 0x080686fb in Uic::createFormImpl(QDomElement const&) (this=0xbfbff004, e=@0xbfbfef40) at form.cpp:781 #16 0x080553f4 in Uic (this=0xbfbff004, fn=@0xbfbfeff4, outputFn=0x0, outStream=@0xbfbff134, doc= { = {_vptr$QDomNode = 0x2877fc68, impl = 0x80a44c0}, }, decl=false, subcl=false, trm=@0xbfbff184, subClass=@0xbfbff0c4, omitForwardDecls=false) at uic.cpp:179 #17 0x08051d9e in main (argc=7, argv=0xbfbff294) at main.cpp:305 #18 0x080505e5 in _start () -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message