You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • There's a GDB macro called whereami in .gdbinit that should tell you what the call was.

    Looks to me like that's an issue when running jsvCopy on a 'bound' function parameter. Could be it's an argument type that jsvCopy doesn't usually get run with.

    If you can find out what the parameter was ( p jsvTrace(value,0) in jspeFunctionCall's scope) it should be trivial to reproduce.

About

Avatar for Gordon @Gordon started