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

Re: Question on Backtrace


On Sunday, July 20th, 2025 at 21:44, Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> wrote:
> 
> It's the interpreter that internally creates a "void" stack entry when a
> function is called outside of the bytecode interpretation function (for
> example from the event loop, or from the NEW operator calling the
> constructor functions,...).
> 
> It allows to know when the bytecode interpretation function must be
> ended when unrolling the stack frame after an error has been raised.
> 
> I didn't find a way to get rid of it for years.
> 
> Regards,
> 
> --
> Benoît Minisini.
Thank you for explaining

gbWilly


References:
Question on BacktracegbWilly <gbWilly@xxxxxxxxxxxxxx>
Re: Question on BacktraceBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>