Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2002 00:21:23 -0600
From:      "B. Jack" <brian@brians-anime.com>
To:        ports@freebsd.org
Subject:   cheesetracker - fails to run
Message-ID:  <200206280628.g5S6S4H17494@nall.brians-anime.com>

next in thread | raw e-mail | index | archive | help

After installing cheesetracker  from the ports collection under -current (and 
working around sourceforge's annoying download system that breaks the 
port-tree's auto-fetch feature - ie: by downloading manually into 
/usr/portsdistfiles) it fails to run.

BTW: The downloads at sourceforge all seem to be fetching some 'select a 
mirror' page now.  Perhaps the web fetcher needs to send a cookie of some 
sort for sourceforge downloads to be able to get the file directly.

It stops fairly quickly.
The splash screen appears to be the point of failure:

Script started on Fri Jun 28 00:04:54 2002
bash-2.05a# rm cheesetracker.core
bash-2.05a# cheesetracker
Segmentation fault (core dumped)
bash-2.05a# gdb /usr/local/bin/cheesetracker
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd"...
(no debugging symbols found)...
(gdb) core-file cheesetracker.core
Core was generated by `cheesetracker'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/X11R6/lib/libgtkmm.so.2...
(no debugging symbols found)...done.
Reading symbols from /usr/X11R6/lib/libgdkmm.so.2...
(no debugging symbols found)...done.
Reading symbols from /usr/X11R6/lib/libgtk12.so.2...
(no debugging symbols found)...done.
Reading symbols from /usr/X11R6/lib/libgdk12.so.2...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/libgmodule12.so.3...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/libglib12.so.3...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/libintl.so.1...
(no debugging symbols found)...done.
Reading symbols from /usr/X11R6/lib/libXext.so.6...
(no debugging symbols found)...done.
Reading symbols from /usr/X11R6/lib/libX11.so.6...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/libm.so.2...(no debugging symbols 
found)...done.
Reading symbols from /usr/local/lib/libsigc.so.1...
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)...done.
Reading symbols from /usr/lib/libstdc++.so.3...(no debugging symbols 
found)...
done.
Reading symbols from /usr/lib/libc_r.so.4...(no debugging symbols found)...
done.
Reading symbols from /usr/X11R6/lib/libXThrStub.so.6...
(no debugging symbols found)...done.
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols 
found)...
done.
#0  0x0 in ?? ()
(gdb) bt
#0  0x0 in ?? ()
#1  0x28252a15 in Gtk::Container_Class::add_callback ()
   from /usr/X11R6/lib/libgtkmm.so.2
#2  0x2837a0ab in gtk_marshal_NONE__POINTER ()
   from /usr/X11R6/lib/libgtk12.so.2
#3  0x283a9d41 in gtk_signal_real_emit () from /usr/X11R6/lib/libgtk12.so.2
#4  0x283a7f0b in gtk_signal_emit () from /usr/X11R6/lib/libgtk12.so.2
#5  0x28337f24 in gtk_container_add () from /usr/X11R6/lib/libgtk12.so.2
#6  0x28252367 in Gtk::Container::add () from /usr/X11R6/lib/libgtkmm.so.2
#7  0x811c132 in Popup_Splash::Popup_Splash ()
#8  0x8066955 in main ()
#9  0x8066215 in _start ()
(gdb) quit
bash-2.05a# exit
exit

Script done on Fri Jun 28 00:05:39 2002

I've been able to run other gtk-based apps (such as gtk-gnutella or gtkmidi) 
so I don't know what gives, nor whether it's a gtk library failure or a 
cheesetracker failure.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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