Bug 157347 - Segfault in net/tcpick
Summary: Segfault in net/tcpick
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-26 15:20 UTC by Marcelo Gondim
Modified: 2011-06-04 07:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcelo Gondim 2011-05-26 15:20:08 UTC
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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-05-26 19:50:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-04 06:58:09 UTC
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"
Comment 3 MANTANI Nobutaka freebsd_committer freebsd_triage 2011-06-04 06:58:17 UTC
State Changed
From-To: open->closed

Fixed, thanks!