Project

General

Profile

Bug #1596

Updated by brettmahar about 12 years ago

Hi: 

 Summary: 
 The DragonFlyBSD installer seg-faults on AMD64 while configuring 
 a nfe0 interface with DHCP. 

 Version: 
 DragonFlyBSD 2.4.1  

 Reproducible: 
 always 

 Stack trace: 
 Script started on Wed Nov    4 22:33:08 2009 

 # gdb /usr/sbin/dfuibe_installer ./dfuibe_installer.core  
 gdb 6.7.1 
 This GDB was configured as "amd64-dragonfly"... 
 (no debugging symbols found) 
 Reading symbols from /usr/lib/libc.so.7...(no debugging symbols found)...done. 
 Loaded symbols for /usr/lib/libc.so.7 
 Reading symbols from /usr/libexec/ld-elf.so.2...(no debugging symbols found)...done. 
 Loaded symbols for /usr/libexec/ld-elf.so.2 

 Core was generated by `dfuibe_installer'. 
 Program terminated with signal 11, Segmentation fault. 
 #0    0x00000008006ff8b2 in __vfprintf () from /usr/lib/libc.so.7 
 (gdb) bt 
 #0    0x00000008006ff8b2 in __vfprintf () from /usr/lib/libc.so.7 
 #1    0x00000008006f4fe3 in vasprintf () from /usr/lib/libc.so.7 
 #2    0x000000000040fc82 in ?? () 
 #3    0x00000000004053c7 in ?? () 
 #4    0x00000000004086b5 in ?? () 
 #5    0x00000000004051b7 in ?? () 
 #6    0x000000000040245d in ?? () 
 #7    0x000000000040e71f in ?? () 
 #8    0x0000000000402360 in ?? () 
 #9    0x0000000800554000 in ?? () 
 #10 0x0000000000000000 in ?? () 
 (gdb) q 
 # exit 
 exit 

 Script done on Wed Nov    4 22:34:02 2009 

 thanks 
 Saifi.

Back