Re: Does Devel::Peek do anything to scalars to

2005-07-19 Thread Nicholas Clark
On Mon, Jul 18, 2005 at 06:59:42PM +0100, Robert Rothenberg wrote: I've tried increasing reference counts or using malloc/memcpy manually, but still get the same errors. My amateurish guess is that the new memory is being deallocated. There's nothing obvious in your code. Have you been able

Re: Does Devel::Peek do anything to scalars to

2005-07-19 Thread Sisyphus
- Original Message - From: Robert Rothenberg [EMAIL PROTECTED] To: perl-xs@perl.org Sent: Tuesday, July 19, 2005 3:59 AM Subject: Does Devel::Peek do anything to scalars to In Perl, I have a blessed scalar reference which contains an IV that is the pointer to a C struct which

Re: Does Devel::Peek do anything to scalars to

2005-07-19 Thread Robert Rothenberg
On 19/07/2005 11:05 Nicholas Clark wrote: There's nothing obvious in your code. Have you been able to run it under a debugger and get a stack backtrace? I'm using perl 5.8.7, compiled with MS Visual C++ Toolkit 2003 (the free version). Well, I set up the MS Debugger and lo and behold,