Igor Schein on Fri, 12 Nov 1999 22:52:48 -0500


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

trace() bug


Hi,

in all versions up to 2.0.17 I see the following:

? trace([;])
  ***   bus error: bug in GP (please report).

In current CVS version:

? trace([;])
0
\\ Is the bug really fixed?
? allocatemem()
  ***   Warning: doubling stack size; new stack = 8000000.
? trace([;])
  ***   segmentation fault: bug in GP (please report).
\\ nope, it obviously isn't

At least the stack doesn't get correpted, which is a good news.

Thanks

Igor