Segfault running tcpick. How-To-Repeat: cd /usr/ports/net/tcpick make install clean distclean (root@seca)[/usr/ports/net/tcpick]# tcpick important: `man 8 tcpick' explains all options available Starting tcpick 0.2.1 at 2011-05-26 09:57 BRT Timeout for connections is 600 tcpick: listening on em0 Segmentation fault: 11 (core dumped) (root@seca)[/usr/ports/net/tcpick]# gdb tcpick tcpick.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 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 "amd64-marcel-freebsd"...(no debugging symbols found)... Core was generated by `tcpick'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libpcap.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libpcap.so.7 Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x000000080086d447 in strlen () from /lib/libc.so.7
Responsible Changed From-To: freebsd-ports-bugs->nobutaka Fix synopsis and assign.
nobutaka 2011-06-04 05:57:56 UTC FreeBSD ports repository Modified files: net/tcpick Makefile Added files: net/tcpick/files patch-src_lookup.h Log: Fix segmentation fault on amd64. PR: ports/157347 Submitted by: Marcelo Gondim <gondim@intnet.com.br> Revision Changes Path 1.6 +1 -0 ports/net/tcpick/Makefile 1.1 +19 -0 ports/net/tcpick/files/patch-src_lookup.h (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed, thanks!