Yes, it expects a frame pointer. It should be enough if eval_instruction_low in interpret.c sets up one, if you can fix that.
/ Martin Stjernholm, Roxen IS
Previous text:
2003-09-18 20:19: Subject: Re: Pike 7.4.28
On Thu, Sep 18, 2003 at 05:35:04PM +0200, Martin Stjernholm, Roxen IS @ Pike developers forum wrote:
A gdb backtrace would be helpful to begin with.
Unfortunately, this is impossible. As I found, the compiler flag "-fomit-frame-pointer" causes the crash, however it is not clear what is the real problem - compiler issue or something else (I use gcc 3.2). And it is impossible to get gdb backtrace with this flag set...
May be machine code generation expects that frame pointers are present?
Regards, /Al
/ Brevbäraren