home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-12 / text0058.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  867 b   |  24 lines

  1. > Hi,
  2. > I just tried out gdb on kernel 713, but when I step through programmes
  3. > I always keep on getting a lot of trapsignals:
  4. > Dec    4 14:21:30 atze /netbsd: trapsignal(105, 5, 0, 0, 221e)
  5.  
  6. This is from a printf in sys/arch/amiga/amiga/trap.c.  Remove
  7. the printf (or comment it out), remove trap.o from your compile
  8. directory if you're not using mkdep, and rebuild.
  9.  
  10. > The last field keeps on changing, the others stay the same. What can
  11. > be done to get rid of those messages? (gdb itself seems to work just
  12. > fine :-)
  13.  
  14. I think the third field is the trap code; in this case it indicates
  15. a bus error from the processor.  I would expect a lot of trace traps,
  16. but I've had this commented out so long I forget.
  17.  
  18. --
  19. ------------------------------------------------------------------------
  20. Andy Heffernan                                            ahh@netcom.com
  21.  
  22.