From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 14 07:00:07 2007 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20EB816A419 for ; Wed, 14 Nov 2007 07:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 09AF913C46E for ; Wed, 14 Nov 2007 07:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE706S0027505 for ; Wed, 14 Nov 2007 07:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id lAE706Sb027504; Wed, 14 Nov 2007 07:00:06 GMT (envelope-from gnats) Date: Wed, 14 Nov 2007 07:00:06 GMT Message-Id: <200711140700.lAE706Sb027504@freefall.freebsd.org> To: gnome@FreeBSD.org From: Byung-Hee HWANG Cc: Subject: Re: ports/117996: everytime, x11/gnome-screensaver core dump! X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Byung-Hee HWANG List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2007 07:00:07 -0000 The following reply was made to PR ports/117996; it has been noted by GNATS. From: Byung-Hee HWANG To: Jeremy Messenger Cc: bug-followup@freebsd.org Subject: Re: ports/117996: everytime, x11/gnome-screensaver core dump! Date: Wed, 14 Nov 2007 15:56:13 +0900 On Tue, 2007-11-13 at 14:47 -0600, Jeremy Messenger wrote: > > after upgrade both kernel+userland > > From what? From FreeBSD 6.x to RELENG_7? yes, from 6.2-RELEASE > > i have no good idea. > > Me either, but you will have to collect the backtraces. We can't use your > *.core file, which it has to be use on same machine. In case if you don't > know how to do, you can do this: > > # gdb gnome-screensaver gnome-screensaver-20071112.core > # bt > # bt full > > Before you collect the backtraces, you will have to make sure > gnome-screensaver and possible more ports to be recompile with debug > (WITH_DEBUG=yes). here is the result ;; [...] (gdb) bt full #0 0x28bb2dcf in kill () from /lib/libc.so.7 No symbol table info available. #1 0x28ade8ac in raise () from /lib/libthr.so.3 No symbol table info available. #2 0x28bb1bbc in abort () from /lib/libc.so.7 No symbol table info available. #3 0x286ffbbc in dbus_malloc () from /usr/local/lib/libdbus-1.so.3 No symbol table info available. #4 0x286fc288 in dbus_watch_handle () from /usr/local/lib/libdbus-1.so.3 No symbol table info available. #5 0x286e41a9 in dbus_connection_add_filter () from /usr/local/lib/libdbus-1.so.3 No symbol table info available. #6 0x08056c0f in gs_listener_acquire (listener=0x28c24480, error=0xbfbfe5fc) at gs-listener-dbus.c:1976 acquired = 1 buserror = {name = 0x0, message = 0x0, dummy1 = 1, dummy2 = 0, dummy3 = 0, dummy4 = 0, dummy5 = 0, padding1 = 0xbfbfe5b8} is_connected = 1 __PRETTY_FUNCTION__ = "gs_listener_acquire" #7 0x0805107e in gs_monitor_start (monitor=0x28c23c00, error=0xbfbfe5fc) at gs-monitor.c:507 __PRETTY_FUNCTION__ = "gs_monitor_start" ---Type to continue, or q to quit--- #8 0x0804fc99 in main (argc=1, argv=0xbfbfe640) at gnome-screensaver.c:96 monitor = (GSMonitor *) 0x28c23c00 error = (GError *) 0x0 show_version = 0 no_daemon = 0 debug = 0 entries = {{long_name = 0x8065bd1 "version", short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x806caf4, description = 0x8065bd9 "Version of this application", arg_description = 0x0}, {long_name = 0x8065bf5 "no-daemon", short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x806caf0, description = 0x8065bff "Don't become a daemon", arg_description = 0x0}, {long_name = 0x8065c15 "debug", short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x806caec, description = 0x8065c1b "Enable debugging code", arg_description = 0x0}, {long_name = 0x0, short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}} __FUNCTION__ = "main" (gdb) q respect, bh -- "Johnny is one of the few man with bells in this town." -- Deanna Dunn, "Chapter 13", page 182