ports/157274: gfind (findutils-4.5.10_1) Segmentation fault: 11 (core dumped)

Fabian Wenk fabian at wenks.ch
Mon May 23 17:10:12 UTC 2011


The following reply was made to PR ports/157274; it has been noted by GNATS.

From: Fabian Wenk <fabian at wenks.ch>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/157274: gfind (findutils-4.5.10_1) Segmentation fault:
 11 (core dumped)
Date: Mon, 23 May 2011 19:05:45 +0200

 The part after the . at the starting of the line got cut away, 
 here it is:
 
 root at batman:~# gfind
 .
 Segmentation fault: 11 (core dumped)
 root at batman:~# ls -l gfind.core
 -rw-------  1 root  wheel  2236416 May 23 18:34 gfind.core
 root at batman:~#
 
 root at batman:~# gdb /usr/local/bin/gfind -core gfind.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 `gfind'.
 Program terminated with signal 11, Segmentation fault.
 Reading symbols from /usr/local/lib/libintl.so.9...(no debugging 
 symbols found)...done.
 Loaded symbols for /usr/local/lib/libintl.so.9
 Reading symbols from /usr/local/lib/libiconv.so.3...(no debugging 
 symbols found)...done.
 Loaded symbols for /usr/local/lib/libiconv.so.3
 Reading symbols from /lib/libm.so.5...(no debugging symbols 
 found)...done.
 Loaded symbols for /lib/libm.so.5
 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  0x0000000800b5a620 in telldir () from /lib/libc.so.7
 (gdb) bt
 #0  0x0000000800b5a620 in telldir () from /lib/libc.so.7
 #1  0x000000000041a5da in fts_open ()
 #2  0x000000000041b1fb in fts_read ()
 #3  0x000000000040386f in ?? ()
 #4  0x0000000000403fc3 in ?? ()
 #5  0x00000000004032de in ?? ()
 #6  0x0000000800565000 in ?? ()
 #7  0x0000000000000000 in ?? ()
 #8  0x0000000000000000 in ?? ()
 #9  0x0000000000000001 in ?? ()
 #10 0x00007fffffffed30 in ?? ()
 #11 0x0000000000000000 in ?? ()
 #12 0x00007fffffffed36 in ?? ()
 #13 0x00007fffffffed50 in ?? ()
 #14 0x00007fffffffed61 in ?? ()
 #15 0x00007fffffffed98 in ?? ()
 #16 0x00007fffffffedab in ?? ()
 #17 0x00007fffffffedb5 in ?? ()
 #18 0x00007fffffffede3 in ?? ()
 #19 0x00007fffffffedee in ?? ()
 #20 0x00007fffffffee03 in ?? ()
 #21 0x00007fffffffee23 in ?? ()
 #22 0x00007fffffffee7a in ?? ()
 #23 0x00007fffffffee8e in ?? ()
 #24 0x00007fffffffee9a in ?? ()
 #25 0x00007fffffffeea4 in ?? ()
 #26 0x00007fffffffeeb4 in ?? ()
 #27 0x00007fffffffeebc in ?? ()
 #28 0x00007fffffffeec7 in ?? ()
 #29 0x00007fffffffeed4 in ?? ()
 #30 0x00007fffffffef22 in ?? ()
 #31 0x00007fffffffef70 in ?? ()
 #32 0x00007fffffffef87 in ?? ()
 #33 0x0000000000000000 in ?? ()
 #34 0x0000000000000003 in ?? ()
 #35 0x0000000000400040 in ?? ()
 #36 0x0000000000000004 in ?? ()
 #37 0x0000000000000038 in ?? ()
 #38 0x0000000000000005 in ?? ()
 #39 0x0000000000000007 in ?? ()
 #40 0x0000000000000006 in ?? ()
 #41 0x0000000000001000 in ?? ()
 #42 0x0000000000000008 in ?? ()
 #43 0x0000000000000000 in ?? ()
 #44 0x0000000000000009 in ?? ()
 #45 0x0000000000403250 in ?? ()
 #46 0x0000000000000007 in ?? ()
 #47 0x000000080053a000 in ?? ()
 #48 0x000000000000000f in ?? ()
 #49 0x00007fffffffffab in ?? ()
 #50 0x0000000000000000 in ?? ()
 #51 0x0000000000000000 in ?? ()
 ---Type <return> to continue, or q <return> to quit---q
 Quit
 (gdb) quit
 root at batman:~#



More information about the freebsd-ports-bugs mailing list