Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!rice!sun-spots-request From: geoff@harvard.harvard.edu Newsgroups: comp.sys.sun Subject: undump or unexec for Sun-OS-4.x Keywords: Software Message-ID: <4536@brazos.Rice.edu> Date: 28 Jan 90 18:59:28 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 17 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 9, Issue 16, message 18 of 18 An unfortunate result of upgrading our Sun3 from OS-3.x to OS-4.x is that the undump utility no longer works. Has anyone been able to produce an undump for OS-4.x on a Sun3 ? Alternatively, does anyone have an unexec routine that I could load with my program to achieve the same effect. I have tried the unexec used by gnu-emacs (with -Bstatic as a compile/load option), but no luck ... I have also tried the unix-save used by kcl (kyoto common lisp), but it depends on using kcl's special purpose malloc/free, amoung other things. I am looking for undump or unexec, because the program's data structures are so complex and in such a state of flux, that writing data-specific dump routines would be very painful. Geoffrey Clemm geoff@harvard.harvard.edu