Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!hao!ames!ucbcad!zen!ucbvax!CS.BUFFALO.EDU!phillips From: phillips@CS.BUFFALO.EDU (Gretchen Phillips) Newsgroups: comp.sys.tahoe Subject: my machine crashes. Message-ID: <8710271910.AA10741@marvin.cs.Buffalo.EDU> Date: Tue, 27-Oct-87 14:10:02 EST Article-I.D.: marvin.8710271910.AA10741 Posted: Tue Oct 27 14:10:02 1987 Date-Received: Fri, 30-Oct-87 02:33:21 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 24 I have isolated a problem with my machine that I would appreciate some thoughts on fixing. I have a simple program that should get a segmentation fault when it accesses reserved memory. However, instead of performing the error detection and handling, the machine just crashes. I would appreciate some advice about how to isolate the real culprit. This same program works fine (segmentation faults) on the tahoe at albany so I think it is a local problem. I compiled the program on the albany machine and brought the binary back and that still crashed my machine so it seems to be in the error handling. I am including the program here but am omitting the reserved address for security reasons. If you want an address to put in there that crashes my machine you can contact me directly. main () { asm ("movl $0x????????,r0"); asm ("cvtbl 4(r0),r0"); } Thanks in advance, Gretchen