Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!rpi!zaphod.mps.ohio-state.edu!usc!snorkelwacker!mit-eddie!uw-beaver!rice!sun-spots-request From: btree!tobin@ucsd.edu (Roy Tobin) Newsgroups: comp.sys.sun Subject: Sparcstation 1 kernel dump Keywords: Miscellaneous Message-ID: <8206@brazos.Rice.edu> Date: 24 May 90 19:16:12 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 10 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 9, Issue 182, message 17 I am writing a device driver for a Sun Sparcstation 1 running SunOS 4.0.3. Every now and then I get a kernel bus fault and am trying to debug it with an event log which I compiled into the kernel. I would like to write a program which analyzes the kernel coredump and prints this event log. I can find the virtual address of my event log using adb. The problem is that the event log (along with my driver) is dynamically loaded and I don't know how to map kernel virtual addresses to coredump offsets. Does anybody have the answer? tobin%btree.uucp@ucsd.edu