in reply to The perl debugger and an embedded interpreter

Check your "app" for instances of "caller"

Did you build your own or are you using http://citrusperl.com//http://cavapackager.com/ ?

  • Comment on Re: The perl debugger and an embedded interpreter (Mac Cocoa)

Replies are listed 'Best First'.
Re^2: The perl debugger and an embedded interpreter (Mac Cocoa)
by aufflick (Deacon) on Jun 07, 2012 at 03:07 UTC
    It's inherited code, so I don't know it inside out yet but grep tells me that caller() is used in some logging modules.

    Not sure what the problem would be, but I commented out all instances of caller() but no change to my symptoms - what are you thinking might be happening?

    I'm using the Apple supplied perl/libperl 5.10.1 in Lion (which is not the default perl - that's 5.12).