http://qs1969.pair.com?node_id=11145970


in reply to Re: XS Error: Segfault with B::HooksAtRuntime
in thread XS Error: Segfault with B::HooksAtRuntime

Looks like gibberish

You forgot take LE byte order into account. It's actually "nstance␊" (the final letters of "instance" or "Instance" followed by a LF).

$ perl -e' use DDP print_escapes => 1; p ${\ pack "J", 0xa65636e6174736e }; ' "nstance\n"