Skip site navigation (1)Skip section navigation (2)
Date:      21 Jun 2002 10:08:13 -0400
From:      Christopher Nehren <apeiron@prophecy.dyndns.org>
To:        gnome@freebsd.org
Subject:   XMMS and guppi-gnumeric segfault on startup
Message-ID:  <1024668493.19237.24.camel@prophecy.dyndns.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1024668493.19237.24.camel>