| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: How to debug a perl module using libcurl?
From: Cris Bailiff <c.bailiff_at_awayweb.com>
Date: Tue, 29 Jan 2002 10:19:59 +1100
Hi Georg,
I'm not sure which version of Curl::easy you are using, and you don't say if you
Can you post a sample of your code? Ideally, you can remove all the non-libcurl
In terms of debugging, you can actually run perl under gdb and get a traceback,
$ gdb perl mycrashingprog.pl
then, when gdb says the program crashed, do a stack backtrace:
gdb> bt
This will traceback though perl, the XS calling functions and the libcurl
(You can of course use the perl debugger, but only up to the point of
One 'bug' which bit recently (and is now noted in the Curl::easy pod information)
Cris
Georg Horn wrote:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info