Skip Menu |

This queue is for tickets about the App-Stacktrace CPAN distribution.

Report information
The Basics
Id: 68841
Status: open
Priority: 0/
Queue: App-Stacktrace

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: (no value)



Subject: Stops at eval
In the CPAN shell immediately after installing App::Staticperl I get: cpan[2]> !system "$^X-stacktrace $$" [Thread debugging using libthread_db enabled] 0x00002b503949cd7e in waitpid () from /lib/libc.so.6 -e:1 lib/CPAN.pm:361 cpan[2]> The result is correct but should the frames around the eval be omitted? Thanks for an amazing new tool!
Subject: Re: [rt.cpan.org #68841] Stops at eval
Date: Thu, 16 Jun 2011 05:15:35 -0700
To: bug-App-Stacktrace [...] rt.cpan.org
From: Joshua ben Jore <twists [...] gmail.com>
On Wed, Jun 15, 2011 at 8:16 PM, Andreas Koenig via RT <bug-App-Stacktrace@rt.cpan.org> wrote: Show quoted text
> Wed Jun 15 23:16:03 2011: Request 68841 was acted upon. > Transaction: Ticket created by ANDK >       Queue: App-Stacktrace >     Subject: Stops at eval >   Broken in: 0.02 >    Severity: Normal >       Owner: Nobody >  Requestors: ANDK@cpan.org >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=68841 > > > > In the CPAN shell immediately after installing App::Staticperl I get: > > cpan[2]> !system "$^X-stacktrace $$" > [Thread debugging using libthread_db enabled] > 0x00002b503949cd7e in waitpid () from /lib/libc.so.6 > -e:1 > lib/CPAN.pm:361 > >  cpan[2]> > > The result is correct but should the frames around the eval be omitted? > > Thanks for an amazing new tool!
It may be a bug in how I'm iterating over the PERL_SI* list. I didn't write a test to exercise that. Josh