Program terminated with signal 11, Segmentation fault.
#0  0x08244b3b in parse_ipv6_addr (s=0x95177cb "", dst=0xbffa0538 
"8JS\tT?\235??f?T?\235?", endptr=0x0) at parse.c:218
218                     *endptr = s;
(gdb) bt
#0  0x08244b3b in parse_ipv6_addr (s=0x95177cb "", dst=0xbffa0538 
"8JS\tT?\235??f?T?\235?", endptr=0x0) at parse.c:218
#1  0x08236e93 in string_to_host_addr (s=0x95177b8 "2001:bb8:2045:ff::1", 
endptr=0x0, addr_ptr=0xbffa0604) at host_addr.c:566
#2  0x080dd53a in node_check_remote_ip_header (peer={net = 6, addr = {ipv6 = " 
\002?E\224;?G???213?, ipv4 = 1473839648}}, head=0xbf0ca7e4) at nodes.c:4172
#3  0x080ec31b in call_node_process_handshake_header (obj=0xbe9da554, 
header=0xbf0ca7e4) at nodes.c:5199
#4  0x080d4797 in io_header_parse (ih=0xbe5967ec) at ioheader.c:344
#5  0x0823cd22 in dispatch_poll (unused_source=0x83d62a8, unused_cond=G_IO_IN, 
udata=0x83ba540) at inputevt.c:715
#6  0xb78bccbf in g_io_unix_dispatch (source=0x83d6300, callback=0x823cbb2 
<dispatch_poll>, user_data=0x83ba540) at giounix.c:162
#7  0xb7893771 in IA__g_main_context_dispatch (context=0x83d6580) at 
gmain.c:2045
#8  0xb78967e6 in g_main_context_iterate (context=0x83d6580, block=1, 
dispatch=1, self=0x83d8f58) at gmain.c:2677
#9  0xb7896ba7 in IA__g_main_loop_run (loop=0x90b7140) at gmain.c:2881
#10 0xb7d2b281 in IA__gtk_main () at gtkmain.c:1003
#11 0x0818b84e in main_gui_run (geometry_spec=0x0) at main.c:697
#12 0x08056669 in main (argc=1, argv=0xbffa0c04) at main.c:1660
(gdb) p s
$1 = 0x95177cb ""
(gdb) p endptr
$2 = (const char **) 0x0

endptr seems to be NULL.

I'm running IPv4+IPv6 ultrapeer with real routable IPv6 address and I 
occassionally see some IPv6 peers connecting, one regular 6to4 user and 
others come and go. So IPv6 has at least worked some, for many months.

-- 
Meelis Roos (mr...@linux.ee)

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gtk-gnutella-devel mailing list
gtk-gnutella-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to