3.1.12-cvs (2001.3.7) This GDB was configured as "alpha--netbsd"... Core was generated by `indexer'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/libexec/ld.elf_so...done. Reading symbols from /usr/local/lib/libudmsearch.so.0...done. Reading symbols from /usr/lib/libcrypt.so.0...done. Reading symbols from /usr/local/lib/libpq.so.2...done. Reading symbols from /usr/lib/libc.so.12...done. Reading symbols from /usr/lib/libresolv.so.1...done. #0 bzero () at /usr/src/lib/libc/arch/alpha/string/bzero.S:73 73 stq zero,0(a0) (gdb) bt #0 bzero () at /usr/src/lib/libc/arch/alpha/string/bzero.S:73 warning: Hit heuristic-fence-post without finding warning: enclosing function for address 0x1ffff0b90 This warning occurs if you are debugging a function without any symbols (for example, in a stripped executable). In that case, you may wish to increase the size of the search with the `set heuristic-fence-post' command. Otherwise, you told GDB there was a function where there isn't one, or (more likely) you have encountered a bug in GDB. Current language: auto; currently asm (gdb) l 68 /* 69 * Loop, zeroing 64 bytes at a time 70 */ 71 beq t3,bzero_lp_done 72 bzero_lp: 73 stq zero,0(a0) 74 stq zero,8(a0) 75 stq zero,16(a0) 76 stq zero,24(a0) 77 subq t3,64,t3 (gdb) __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
