--- crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
On Sun, Mar 14, 2021 at 7:34 PM Jeffrey Walton <noloa...@gmail.com> wrote: > You probably need to go to frame 1 ('f 1' under gdb) and disassemble > ('disass .' or 'disass' followed by a bunch of pages). That will show > the offending instruction. yes. because it's a JIT it's not the stack that's needed so much as the actual instruction at the actual PC. it won't be the statically-compiled program, because that program *created* the program (JIT compiled) currently being run. l.