Xref: utzoo alt.sys.sun:1318 comp.sources.wanted:13158 Path: utzoo!utgpu!cs.utexas.edu!samsung!uunet!synaptx!glenn From: glenn@synaptx.Synaptics.Com (Glenn Gribble) Newsgroups: alt.sys.sun,comp.sources.wanted Subject: Stack trace code wanted (sun3/4) Message-ID: <1298@synaptx.Synaptics.Com> Date: 3 Sep 90 20:21:45 GMT Reply-To: glenn@synaptics.com (Glenn Gribble) Followup-To: alt.sys.sun Organization: Synaptics Inc., San Jose, CA Lines: 13 I am looking for some code to print out a stack trace from inside a program for Sun3 and Sun4. Example use: catchSigBus() { fprintf(stderr,"BUSERROR!\n"); printStackTrace(); longjmp(top_context, 1); } Any code that does something like this would be appreciated. -- Glenn Gribble glenn@synaptics.com uunet!synaptx!glenn