Re: JIT bug with restoretop

2003-08-03 Thread Simon Glover
On Sun, 3 Aug 2003, Daniel Grunblatt wrote: > On Sunday 03 August 2003 15:27, Simon Glover wrote: > > On 3 Aug 2003, Luke Palmer wrote: > > > This fix has worked fine with JIT until now, so I suspect the problem > > > is elsewhere. > > > > Bug confirmed here (although I need a slightly longer st

Re: JIT bug with restoretop

2003-08-03 Thread Daniel Grunblatt
On Sunday 03 August 2003 15:27, Simon Glover wrote: > On 3 Aug 2003, Luke Palmer wrote: > > This fix has worked fine with JIT until now, so I suspect the problem > > is elsewhere. > > Bug confirmed here (although I need a slightly longer string to trigger > it). Here's a stacktrace: I couldn't r

Re: JIT bug with restoretop

2003-08-03 Thread Simon Glover
On 3 Aug 2003, Luke Palmer wrote: > This fix has worked fine with JIT until now, so I suspect the problem > is elsewhere. > Bug confirmed here (although I need a slightly longer string to trigger it). Here's a stacktrace: --

JIT bug with restoretop

2003-08-03 Thread Luke Palmer
(or something) The following program segfaults when run under JIT. .sub _main newsub P0, .Sub, _echo $S0 = "abcdefghij" savetop restoretop end .end .sub _echo print P5 invoke P1 .end (note that I never call _echo, but th