Re: Debugging a XS problem.. where to start?
[email protected] (Marvin Humphrey)
| Newsgroups | perl.xs |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jan 16, 2012 at 07:05:13PM +0000, Alberto Simões wrote: > GDB doesn't show much info as well: > Any idea where should I look? I'd advocate trying a run under Valgrind, which can sometimes reveal the cause for a problem when GDB only reveals the effect. Marvin Humphrey