|
发表于 2006-7-27 13:09:23
|
显示全部楼层
点击频道,结果SIGSEGV:- (gdb) bt
- #0 0x009b9eae in ____strtol_l_internal () from /lib/libc.so.6
- #1 0x009b9c57 in __strtol_internal () from /lib/libc.so.6
- #2 0x009b7511 in atoi () from /lib/libc.so.6
- #3 0x08050519 in statistics_show (buf=0x8052440 "HTTP/1.0")
- at src/iostatistics.c:94
- #4 0x08050687 in io_socket_statistics (source=0x8c31278, cond=G_IO_IN, d=0x0)
- at src/iostatistics.c:133
- #5 0x001c5c2d in g_io_channel_unix_get_fd () from /usr/lib/libglib-2.0.so.0
- #6 0x0019d15d in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
- #7 0x001a03ef in g_main_context_check () from /usr/lib/libglib-2.0.so.0
- #8 0x001a0799 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
- #9 0x0595b634 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
- #10 0x0804dad2 in main (argc=-2082109099, argv=0x45c728ec) at src/main.c:56
复制代码 |
|