From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Ken Faiczak Cc: "'egcs'" Subject: Re: Date: Tue, 31 Mar 1998 00:46:00 -0000 Message-id: <1655.891240631@hurl.cygnus.com> References: <3521B963898BD111AA6A006008A845160707BC@SERVER> X-SW-Source: 1998-03/msg01047.html In message < 3521B963898BD111AA6A006008A845160707BC@SERVER >you write: > The code is being generated, it throws the exception but then the thread > is terminated since no frames are found. How do I register the frames? On ELF systems it's done by placing calls to __register_frame_info in the .init section. See crtstuff.c in the gcc directory. jeff