Re: gdb: "Bad things happen"

Previous thread: dvips (for TeX) by t dunbar on Sunday, March 15, 1992 - 4:26 pm. (1 message)

Next thread: Beginner questions by Budi Rahardjo on Sunday, March 15, 1992 - 5:13 pm. (1 message)
Date: Sunday, March 15, 1992 - 5:03 pm

The "bad things" error is a message that happens when the memory manager
gets a request for a page not in the users process-space, which
shouldn't be possible (as those errors should be trapped by the
segmentation handler). However, ptrace() does some mucking around with
the memory, and it had a bug (now fixed, I hope) that is probably the
reason for this. I'm happy most of it seems to work, though.

Linus

Previous thread: dvips (for TeX) by t dunbar on Sunday, March 15, 1992 - 4:26 pm. (1 message)

Next thread: Beginner questions by Budi Rahardjo on Sunday, March 15, 1992 - 5:13 pm. (1 message)