From: Jeff D. <jd...@ka...> - 2000-10-16 23:04:32
|
yd...@al... said: > Program received signal SIGSEGV, Segmentation fault. > 0x10034a70 in ?? () > (gdb) symbol-file kernel-source-2.4.0-test9-um/linux > Reading symbols from kernel-source-2.4.0-test9-um/linux...done. > (gdb) bt #0 > 0x10034a70 in padzero (elf_bss=1073818712) > at >/home/dwitch/usr/src/umlinux/kernel-source-2.4.0-test9-um/include/asm/arch/str ing.h:418 > #1 0x10035349 in load_elf_interp(interp_elf_ex=0x50053d48, This and the others are correct. The process is segfaulting so as to demand-load itself. To avoid seeing them, do this: handle SIGSEGV pass nostop noprint As of test10, SIGSEGVs won't be routed through gdb, so that won't be necessary. Jeff |