On Tuesday, Jul 22, 2003 at 9:48, Christian Biere wrote: > Wait! That's a *SIGPIPE*.
I had noticed this... curiously enough, this only happened after I tried the CVS version. Before that it was definitely a seg fault. Here's the backtrace from the 0.92 release version: ....[snip] 03/07/22 10:05:53 (WARNING): [old searches (gtkg pre v0.90)] unable to retrieve: no alternate locations known 03/07/22 10:05:53 (WARNING): No configuration found, trying legacy config file 03/07/22 10:05:53 (WARNING): file_info_retrieve_binary(): could not find trailer in /tmp/.X0-lock 03/07/22 10:05:54 (WARNING): could not launch a "GET http://codered2.www2.dotnetplayground.com/gcache.asp?hostfile=1&client=GTKG&version=0.92" request: Connection failed 03/07/22 10:05:55 (WARNING): could not launch a "GET http://www.emixode.com/gcache/hipe.dll?hostfile=1&client=GTKG&version=0.92" request: Connection failed Program received signal SIGSEGV, Segmentation fault. 0x8151a2e in deflateInit2_ () at eval.c:88 88 eval.c: No such file or directory. (gdb) bt #0 0x8151a2e in deflateInit2_ () at eval.c:88 #1 0x81519ef in deflateInit_ () at eval.c:88 #2 0x812a247 in zlib_deflater_make (data=0x846b2f8, len=32768, level=9) at zlib_util.c:79 #3 0x81302e2 in qrt_patch_compress (rp=0x83ec898, done_callback=0x8131240 <qrt_patch_computed>, arg=0x8336728) at qrp.c:581 #4 0x81315ad in qrt_patch_compute () at qrp.c:1367 #5 0x81311d2 in qrp_step_install (h=0x83fef48, u=0x83ec880, ticks=1) at qrp.c:1182 #6 0x814601f in bg_sched_timer () at bg.c:987 #7 0x811b072 in main_timer (p=0x0) at main.c:280 #8 0x4019088d in g_timeout_dispatch (source_data=0x8387720, dispatch_time=0xbffff970, user_data=0x0) at gmain.c:1302 #9 0x4018f47c in g_main_dispatch (dispatch_time=0xbffff970) at gmain.c:656 #10 0x4018fcb3 in g_main_iterate (block=1, dispatch=1) at gmain.c:877 #11 0x4018feac in g_main_run (loop=0x8468400) at gmain.c:935 #12 0x400ae7e7 in gtk_main () at eval.c:88 #13 0x80d4332 in main_gui_run () at main_gui.c:650 #14 0x811b4d1 in main (argc=1, argv=0xbffffa94, env=0xbffffa9c) at main.c:463 #15 0x402af2eb in __libc_start_main (main=0x811b2c0 <main>, argc=1, ubp_av=0xbffffa94, init=0x8062a68 <_init>, fini=0x815797c <_fini>, rtld_fini=0x4000c130 <_dl_fini>, stack_end=0xbffffa8c) at ../sysdeps/generic/libc-start.c:129 >Enter this at the gdb prompt (before run a: > handle SIGPIPE noprint nostop pass Ok, here's the backtrace from that, using the 2003.07.19 CVS version: ...[snip] 03/07/22 10:09:53 (WARNING): adns_reply_callback: removed myself 03/07/22 10:09:54 (WARNING): adns_query_callback: write() failed: Broken pipe 03/07/22 10:09:54 (WARNING): adns_query_callback: removed myself 03/07/22 10:09:54 (WARNING): adns_query_callback: using fallback Program received signal SIGSEGV, Segmentation fault. 0x81587de in deflateInit2_ () at eval.c:88 warning: Source file is more recent than executable. 88 void eval_close(void) (gdb) bt #0 0x81587de in deflateInit2_ () at eval.c:88 #1 0x815879f in deflateInit_ () at eval.c:88 #2 0x812b6e7 in zlib_deflater_make (data=0x84ade28, len=32768, level=9) at zlib_util.c:79 #3 0x8132132 in qrt_patch_compress (rp=0x841b280, done_callback=0x8133010 <qrt_patch_computed>, arg=0x83635c0) at qrp.c:581 #4 0x813337d in qrt_patch_compute () at qrp.c:1372 #5 0x8132fa6 in qrp_step_install (h=0x842d630, u=0x841b250, ticks=1) at qrp.c:1187 #6 0x8148ddf in bg_sched_timer () at bg.c:987 #7 0x811bed1 in main_timer (p=0x0) at main.c:289 #8 0x4019088d in g_timeout_dispatch (source_data=0x83b5040, dispatch_time=0xbffff930, user_data=0x0) at gmain.c:1302 #9 0x4018f47c in g_main_dispatch (dispatch_time=0xbffff930) at gmain.c:656 #10 0x4018fcb3 in g_main_iterate (block=1, dispatch=1) at gmain.c:877 #11 0x4018feac in g_main_run (loop=0x84a9c28) at gmain.c:935 #12 0x400ae7e7 in gtk_main () at eval.c:88 #13 0x80d3e4a in main_gui_run () at main_gui.c:605 #14 0x811c340 in main (argc=1, argv=0xbffffa54, env=0xbffffa5c) at main.c:469 #15 0x402af2eb in __libc_start_main (main=0x811c120 <main>, argc=1, ubp_av=0xbffffa54, init=0x80639fc <_init>, fini=0x815e72c <_fini>, rtld_fini=0x4000c130 <_dl_fini>, stack_end=0xbffffa4c) at ../sysdeps/generic/libc-start.c:129 Hmm... that looks more like the above backtrace, so hopefully these will mean something to someone. Thanks&B*B, -Smoke. ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
