[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question on Backtrace
[Thread Prev] | [Thread Next]
- Subject: Re: Question on Backtrace
- From: gbWilly <gbWilly@xxxxxxxxxxxxxx>
- Date: Sun, 20 Jul 2025 20:09:11 +0000
- Cc: user@xxxxxxxxxxxxxxxxxxxxxx
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
Question on Backtrace | gbWilly <gbWilly@xxxxxxxxxxxxxx> |
Re: Question on Backtrace | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |