Re: [fpc-devel] ExceptAddrStack FRAMETYPE=1 ?

2010-06-11 Thread Sven Barth
Hi! Am 10.06.2010 17:27, schrieb Sergei Gorelkin: What does FRAMETYPE = 1 mean? Guess it is the value of FPC_EXCEPTION (trunk/rtl/inc/except.inc), the only currently available/supported value for FrameType. If I remember my analysis of FPC's exception system correctly, this field is not

[fpc-devel] ExceptAddrStack FRAMETYPE=1 ?

2010-06-10 Thread Martin
I am still stuck on this issue. I don't know if fpc_reraise has been entered while it should not; or if the data was corrupted. What does FRAMETYPE = 1 mean? Should it expect an ExceptionObject? Should it be on top of the frame list, when in fpc_reraise? Or does it indicate that

Re: [fpc-devel] ExceptAddrStack FRAMETYPE=1 ?

2010-06-10 Thread Sergei Gorelkin
Martin wrote: I am still stuck on this issue. I don't know if fpc_reraise has been entered while it should not; or if the data was corrupted. Normally you should be able to figure it out by examining the call stack/backtrace. What does FRAMETYPE = 1 mean? Guess it is the value of