Libcurl (was Re: [Announce] GnuPG 1.4.1 released)

Neil Williams linux at codehelp.co.uk
Tue Mar 22 11:19:50 CET 2005


On Tuesday 22 March 2005 9:46 am, Carlo Luciano Bianco wrote:
> Program received signal SIGSEGV, Segmentation fault.
> 0x77c16137 in strdup () from C:\WINDOWS\system32\msvcrt.dll

To find out what caused that fault, use the bt command: backtrace.

It happened in strdup() so that's usually because the string you are trying to 
copy (or copy to) is not accessible - maybe not properly initialised. The 
fault is not necessarily in the file identified above, it just showed up 
there. Use up and down commands after getting the backtrace to inspect the 
calls that lead to the segmentation fault.

> (gdb) continue
> Continuing.

You can't usually continue after a segmentation fault - or if you try you 
won't get predictable behaviour.

> Should I try something else?

bt

-- 

Neil Williams
=============
http://www.dcglug.org.uk/
http://www.nosoftwarepatents.com/
http://sourceforge.net/projects/isbnsearch/
http://www.neil.williamsleesmill.me.uk/
http://www.biglumber.com/x/web?qs=0x8801094A28BCB3E3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /pipermail/attachments/20050322/cbb5ce47/attachment.pgp


More information about the Gnupg-users mailing list