help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] GC Crash/Bug due recursion?


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] GC Crash/Bug due recursion?
Date: Fri, 10 Jun 2011 16:07:23 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

Hi,

with the attached in progress grammar for a MGCP I end up with a crash when
marking OOPs (the code has a bug but probably should not crash the GC).

It probably crashes in the testReply, most likely because responseCode,
responseStringe and packageName have no proper return.


some backtrace.. it crashes because the stack overruns

#31 0x00f56c8a in _gst_mark_an_oop_internal (oop=<value optimized out>) at
oop.c:2262
#32 0x00f56c8a in _gst_mark_an_oop_internal (oop=<value optimized out>) at
oop.c:2262
#33 0x00f56c8a in _gst_mark_an_oop_internal (oop=<value optimized out>) at
oop.c:2262
#34 0x00f56c8a in _gst_mark_an_oop_internal (oop=<value optimized out>) at
oop.c:2262
#35 0x00f56c8a in _gst_mark_an_oop_internal (oop=<value optimized out>) at
oop.c:2262
#36 0x00f56c8a in _gst_mark_an_oop_internal (oop=<value optimized out>) at
oop.c:2262


Attachment: MGCPGrammar.st
Description: Text document

Attachment: MGCPGrammarTest.st
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]