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