~> sudo aptitude install libcurl3-dbg ~> gdb curl GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... (no debugging symbols found) (gdb) run -v --krb clear ftp://[EMAIL PROTECTED]/file Starting program: /usr/bin/curl -v --krb clear ftp://[EMAIL PROTECTED]/file (no debugging symbols found) [Thread debugging using libthread_db enabled] * About to connect() to server port 21 (#0) * Trying 192.168.112.17... connected * Connected to server (192.168.112.17) port 21 (#0) < 220 khan FTP server (Version 5.60) ready. * Trying GSSAPI... > AUTH GSSAPI < 334 Using authentication type GSSAPI; ADAT must follow * Trying against [EMAIL PROTECTED] [New Thread 0x2b4e07a94540 (LWP 16376)] * Error creating security contextAUTH GSSAPI
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x2b4e07a94540 (LWP 16376)] Curl_GetFTPResponse (nreadp=0x7fffa69c79c8, conn=0x648eb0, ftpcode=0x0) at ftp.c:623 623 ftp.c: No such file or directory. in ftp.c (gdb) where #0 Curl_GetFTPResponse (nreadp=0x7fffa69c79c8, conn=0x648eb0, ftpcode=0x0) at ftp.c:623 #1 0x00002b4e043230ab in krb5_auth (app_data=0x6497f0, conn=0x648eb0) at krb5.c:189 #2 0x00002b4e0432236f in Curl_sec_login (conn=0x648eb0) at security.c:503 #3 0x00002b4e0430fb96 in ftp_statemach_act (conn=0x648eb0) at ftp.c:2582 #4 0x00002b4e0430fcd5 in ftp_easy_statemach (conn=0x648eb0) at ftp.c:2985 #5 0x00002b4e043108c7 in ftp_connect (conn=0x648eb0, done=0x7fffa69c7ec6) at ftp.c:3101 #6 0x00002b4e043113b2 in Curl_protocol_connect (conn=0x648eb0, protocol_done=0x7fffa69c7ec6) at url.c:2795 #7 0x00002b4e043116e0 in SetupConnection (conn=0x648eb0, hostaddr=0x649a50, protocol_done=0x7fffa69c7ec6) at url.c:4281 #8 0x00002b4e04311f53 in Curl_async_resolved (conn=0x7fffa69c77e0, protocol_done=0x7fffa69c7868) at url.c:4381 #9 0x00002b4e04321480 in Curl_perform (data=0x62c7c0) at transfer.c:2283 #10 0x0000000000407b4f in ?? () #11 0x00002b4e047751c4 in __libc_start_main () from /lib/libc.so.6 #12 0x00000000004020b9 in ?? () #13 0x00007fffa69c8788 in ?? () #14 0x0000000000000000 in ?? () (gdb) On Wed, May 7, 2008 at 3:09 PM, Daniel Stenberg <[EMAIL PROTECTED]> wrote: > On Wed, 7 May 2008, Liam Healy wrote: > > > > * Trying against [EMAIL PROTECTED] > > * Error creating security contextAUTH GSSAPI > > Segmentation fault > > > > Any chance you could (use a debug version and) show us a stack trace or > something from the segfault? > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]