From owner-freebsd-gnome Fri Jun 21 7: 8:35 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from prophecy.dyndns.org (modem102.phl-tc04b.fcc.net [63.121.119.189]) by hub.freebsd.org (Postfix) with ESMTP id 3951037B431 for ; Fri, 21 Jun 2002 07:07:45 -0700 (PDT) Received: (from apeiron@localhost) by prophecy.dyndns.org (8.12.3/8.11.6) id g5LE8DRl049562; Fri, 21 Jun 2002 10:08:13 -0400 (EDT) (envelope-from apeiron@prophecy.dyndns.org) Subject: XMMS and guppi-gnumeric segfault on startup From: Christopher Nehren To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.7 Date: 21 Jun 2002 10:08:13 -0400 Message-Id: <1024668493.19237.24.camel@prophecy.dyndns.org> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I built these programs successfully from ports, without a hitch. But when I run them, I get the following outputs: XMMS: [(9:50:30) apeiron@prophecy ~]> xmms Segmentation fault You've probably found a bug in XMMS, please visit http://bugs.xmms.org and fill out a bug report. gdb output: [(9:58:59) apeiron@prophecy ~]> gdb -silent xmms (no debugging symbols found)...(gdb) run Starting program: /usr/X11R6/bin/xmms=20 (no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x2835887a in xdr_u_int () from /usr/lib/libc.so.4 (gdb) bt #0 0x2835887a in xdr_u_int () from /usr/lib/libc.so.4 #1 0x28358fde in xdr_bytes () from /usr/lib/libc.so.4 #2 0x283590b0 in xdr_netobj () from /usr/lib/libc.so.4 #3 0x2836f47e in .cerror () from /usr/lib/libc.so.4 #4 0x28168aaa in xmms_connect_to_session (session=3D0) at xmmsctrl.c:243 #5 0x28167f64 in xmms_remote_is_running (session=3D0) at xmmsctrl.c:127 #6 0x80630be in setup_ctrlsocket () #7 0x80749bc in main () #8 0x8056b4d in _start () (gdb)=20 guppi-gnumeric: [(9:51:36) apeiron@prophecy ~]> guppi-gnumeric guppi:gnumeric-ERROR **: I could not register a Gnumeric::Graph::Manager factory. aborting... Abort (core dumped) gdb output: [(10:01:50) apeiron@prophecy ~]> gdb -silent guppi-gnumeric (no debugging symbols found)...(gdb) run Starting program: /usr/X11R6/bin/guppi-gnumeric=20 guppi:gnumeric-ERROR **: I could not register a Gnumeric::Graph::Manager factory. aborting... Program received signal SIGABRT, Aborted. 0x28e34a94 in kill () from /usr/lib/libc_r.so.4 (gdb) bt #0 0x28e34a94 in kill () from /usr/lib/libc_r.so.4 #1 0x28e83506 in abort () from /usr/lib/libc_r.so.4 #2 0x28c2c44a in g_logv (log_domain=3D0x805fdf9 "guppi:gnumeric",=20 log_level=3DG_LOG_LEVEL_ERROR,=20 format=3D0x805fdc0 "I could not register a Gnumeric::Graph::Manager factory.", args1=3D0xbfbffac4 "=B8=C9\005\b\001") at gmessages.c:391 #3 0x28c2c501 in g_log (log_domain=3D0x805fdf9 "guppi:gnumeric",=20 log_level=3DG_LOG_LEVEL_ERROR,=20 format=3D0x805fdc0 "I could not register a Gnumeric::Graph::Manager factory.") at gmessages.c:408 #4 0x805c99f in gup_gnm_plot_make_config_model () #5 0x805c9f1 in gup_gnm_plot_make_config_model () #6 0x805ca65 in main () #7 0x8050bfd in _start () (gdb)=20 I'd think that the error with guppi-gnumeric is because of something missing, but I built this successfully from ports as part of the gnome-fifth-toe port, so all of the dependencies should have been met, correct? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message