I guess you didn't need me to track down the CVS
changes
Well, I just started updating some slides for tomorrows Perl workshop in Bupapast: http://www.perl.org.hu/english/ changed a single line of code and got a segfault in the slide presentation program (slpod.imc). The gdb backtrace showed marking a PerlHash up the stack, so I compared the address of that hash generated in nci.c with the faulting one - they did differ. Ok what now:
gdb> p dump_hash(interpreter, hash)
revealed two hash keys: "_type" and "_filename". Grepping in the Parrot source gave 2 possible hashes that have a "_type" key, but only the library PMC has both. The rest was easy ;)
... THANKS.
welcome
Cheers Joshua Gatcomb
leo