[Ed2k-gtk-gui-users] crash
Brought to you by:
tautologist,
uberdork
|
From: Dmitry K. <dm...@dm...> - 2002-12-19 10:22:12
|
Hi!
After cvsuping my FreeBSD host and reinstalling whole world I have
problem with ed2k_gui:
myhost> uname -srm
FreeBSD 5.0-RC i386
myhost> pwd
~/ed2k_gui-0.4.0
myhost> echo $CFLAGS
-g
myhost> ./configure
....
myhost> make
....
myhost# make install
....
myhost> ed2k_gui
gui_uploadstats.txt: couldn't read file or file empty.
gui_stats.txt: couldn't read file or file empty.
gui_downloadsstats.txt: couldn't read file or file empty.
TODO: load specific OS logo instead of Tux here (init_xpms)
ed2k_gui in free(): error: junk pointer, too high to make sense
Abort (core dumped)
myhost> gdb `which ed2k_gui`
GNU gdb 5.2.1 (FreeBSD)
Copyright 2002 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-undermydesk-freebsd"...
(gdb) run
Starting program: /usr/local/bin/ed2k_gui
gui_uploadstats.txt: couldn't read file or file empty.
gui_stats.txt: couldn't read file or file empty.
gui_downloadsstats.txt: couldn't read file or file empty.
TODO: load specific OS logo instead of Tux here (init_xpms)
ed2k_gui in free(): error: junk pointer, too high to make sense
Program received signal SIGABRT, Aborted.
0x283e2473 in kill () from /usr/lib/libc.so.5
(gdb) backtrace
#0 0x283e2473 in kill () from /usr/lib/libc.so.5
#1 0x284450cc in abort () from /usr/lib/libc.so.5
#2 0x284439be in tcflow () from /usr/lib/libc.so.5
#3 0x284439eb in tcflow () from /usr/lib/libc.so.5
#4 0x28444408 in tcflow () from /usr/lib/libc.so.5
#5 0x28444634 in free () from /usr/lib/libc.so.5
#6 0x2824d723 in g_free () from /usr/local/lib/libglib12.so.3
#7 0x080795af in icons_get_installed_icon_themes () at icons.c:418
#8 0x08070a30 in options_page_make_lookfeel_frame (tooltips=0x814fb80) at options_page.c:487
#9 0x08071190 in options_page_make_page1_frame (tooltips=0x81411c0) at options_page.c:643
#10 0x08072c30 in populate_options_page (frame=0x813fd80) at options_page.c:878
#11 0x0807356f in notebook_create (window=0x80f2080, pos=GTK_POS_TOP) at notebook.c:342
#12 0x08077cc6 in mainwindow_create (szTitle=0x80fcc00 "eDonkey 2000 FreeBSD GUI - build Dec 19 2002 11:44:20",
pos=GTK_POS_TOP) at mainwindow.c:289
#13 0x08078ab9 in main (argc=1, argv=0xbfbff9f0) at main.c:629
#14 0x080558c5 in _start ()
(gdb)
What's wrong?
P.S. donkey core (installed from ports) seems to work fine in linux emulation mode.
--
Dmitry Kiselev
|