|
From: Nicholas N. <nj...@ca...> - 2004-01-04 10:43:05
|
On Sun, 4 Jan 2004, Nick wrote: > > Unfortunately, it falls over sometimes. The reason is, I maintain a stack > > of activation records, and if the function returned from doesn't match > > that on the top, it dies. Actually, I do some fiddling with %esp which > > catches many uses of longjmp, but not all. > > What would you call "sometimes", as a short test case? IIRC, it gets most programs right, but falls over on some big ones like OpenOffice. N |