cURL

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] #1328 curl crashes with a SEGFAULT on FreeBSD with GSS-API calls

From: Michael Osipov <michael-o_at_users.sf.net>
Date: Mon, 16 Jun 2014 12:37:58 +0000

Hi Daniel, I do have an update on the issue. It turned out that this is NOT a bug in curl but the base version in FreeBSD, Heimdal 1.1.0 is broken. The very same error has been observed in serf by me recently. This should apply to curl too. One would need to check in the configure script for the Heimdal version. See reference for serf: https://groups.google.com/forum/#!topic/serf-dev/6J3StLWgGIo

---
** [bugs:#1328] curl crashes with a SEGFAULT on FreeBSD with GSS-API calls**
**Status:** closed-later
**Created:** Wed Jan 29, 2014 11:36 AM UTC by Michael Osipov
**Last Updated:** Wed Apr 16, 2014 04:03 PM UTC
**Owner:** Daniel Stenberg
l$ bin/curl -V
curl 7.35.0 (i386-unknown-freebsd9.2) libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 libssh2/1.4.3
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: GSS-Negotiate IDN Largefile NTLM NTLM_WB SSL libz TLS-SRP
$ bin/curl --verbose --negotiate -u : http://hostname:8080/manager/html
* Hostname was NOT found in DNS cache
*   Trying 1.2.3.4...
* Connected to hostname (1.2.3.4) port 8080 (#0)
> GET /manager/html HTTP/1.1
> User-Agent: curl/7.35.0
> Host: hostname:8080
> Accept: */*
>
< HTTP/1.1 401 Unauthorized
* Server Apache-Coyote/1.1 is not blacklisted
< Server: Apache-Coyote/1.1
< Cache-Control: private
< Expires: Thu, 01 Jan 1970 01:00:00 CET
Segmentation fault: 11 (Speicherabzug geschrieben)
Curl crashes with segmentation fault. I am on:
uname -a
FreeBSD hostname2 9.2-STABLE FreeBSD 9.2-STABLE
Core files can be provided on request.
---
Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/bugs/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.
Received on 2014-06-16

These mail archives are generated by hypermail.

donate! Page updated March 21, 2014.
web site info

File upload with ASP.NET