NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/51652: makefs dies due to segmentation fault



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

From: Sevan Janiyan <venture37%geeklan.co.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/51652: makefs dies due to segmentation fault
Date: Fri, 25 Nov 2016 19:36:39 +0000

 From FreeBSD 12.0-CURRENT r308359
 
 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"...
 Core was generated by `makefs -t cd9660 /tmp/t.iso .'.
 Program terminated with signal 11, Segmentation fault.
 Reading symbols from /lib/libutil.so.9...Reading symbols from
 /usr/lib/debug//lib/libutil.so.9.debug...done.
 done.
 Loaded symbols for /lib/libutil.so.9
 Reading symbols from /lib/libsbuf.so.6...Reading symbols from
 /usr/lib/debug//lib/libsbuf.so.6.debug...done.
 done.
 Loaded symbols for /lib/libsbuf.so.6
 Reading symbols from /lib/libc.so.7...Reading symbols from
 /usr/lib/debug//lib/libc.so.7.debug...done.
 done.
 Loaded symbols for /lib/libc.so.7
 Reading symbols from /libexec/ld-elf.so.1...Reading symbols from
 /usr/lib/debug//libexec/ld-elf.so.1.debug...done.
 done.
 Loaded symbols for /libexec/ld-elf.so.1
 #0  cd9660_convert_structure (root=<value optimized out>,
     parent_node=<value optimized out>, level=<value optimized out>,
     numDirectories=0x7fff00000001, error=<value optimized out>)
     at /usr/src/usr.sbin/makefs/cd9660.c:1092
 1092				if (*naming == ';')
 (gdb) bt
 #0  cd9660_convert_structure (root=<value optimized out>,
     parent_node=<value optimized out>, level=<value optimized out>,
     numDirectories=0x7fff00000001, error=<value optimized out>)
     at /usr/src/usr.sbin/makefs/cd9660.c:1092
 #1  0x0000000000403a58 in cd9660_makefs (image=0x7fffffffed61 "/tmp/t.iso",
     dir=0x7fffffffed6c ".", root=0x80141d060, fsopts=<value optimized out>)
     at /usr/src/usr.sbin/makefs/cd9660.c:503
 #2  0x0000000000409400 in main (argc=<value optimized out>,
     argv=<value optimized out>) at /usr/src/usr.sbin/makefs/makefs.c:335
 #3  0x0000000000402d6f in _start ()
 #4  0x0000000800642000 in ?? ()
 #5  0x0000000000000000 in ?? ()
 Current language:  auto; currently minimal
 


Home | Main Index | Thread Index | Old Index