From: Charles Hedrick (hedrick@dartagnan.rutgers.edu)
Date: 03/15/92


From: hedrick@dartagnan.rutgers.edu (Charles Hedrick)
Subject: gdb: "Bad things happen"
Date: 15 Mar 1992 17:47:55 GMT

I've been trying out gdb, from tsx-11. It's not entirely easy to
install it, as I had to figure out what libg.a is supposed to be,
and I had to remember to use cc1-g from the 1.40 distribution.
But I've got something that mostly works. However when I try
to step through a call to localtime, I get

  Bad things happen: nonexistent page error in do_no_page
  Segmentation fault

This is the version of localtime from the BSD ctime.c, which is
in the libc I put out on athos.rutgers.edu a couple of weeks ago.