[Bug 245530] Clang 10 crashes on Ceph-master source.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Apr 11 11:41:51 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245530
Dimitry Andric <dim at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dim at FreeBSD.org
--- Comment #1 from Dimitry Andric <dim at FreeBSD.org> ---
(In reply to Willem Jan Withagen from comment #0)
> Preproccesed source is to big to upload.
> Find it on:
> http://smtp.digiware.nl/FreeBSD/config-958680.cpp.xz
For some reason this doesn't work over IPv6:
$ curl -v -O http://smtp.digiware.nl/FreeBSD/config-958680.cpp.xz
* Trying 2001:4cb8:90:ffff::3:80...
* TCP_NODELAY set
* Connected to smtp.digiware.nl (2001:4cb8:90:ffff::3) port 80 (#0)
> GET /FreeBSD/config-958680.cpp.xz HTTP/1.1
> Host: smtp.digiware.nl
> User-Agent: curl/7.68.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 404 Not Found
< Date: Sat, 11 Apr 2020 11:39:43 GMT
< Server: Apache/2.4.41 (FreeBSD) PHP/7.2.26
< Content-Length: 196
< Content-Type: text/html; charset=iso-8859-1
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
</body></html>
but it *does* work over IPv4?
$ curl -4 -v -O http://smtp.digiware.nl/FreeBSD/config-958680.cpp.xz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0*
Trying 176.74.240.9:80...
* TCP_NODELAY set
* Connected to smtp.digiware.nl (176.74.240.9) port 80 (#0)
> GET /FreeBSD/config-958680.cpp.xz HTTP/1.1
> Host: smtp.digiware.nl
> User-Agent: curl/7.68.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Date: Sat, 11 Apr 2020 11:40:38 GMT
< Server: Apache/2.4.41 (FreeBSD) PHP/7.2.26
< Last-Modified: Sat, 11 Apr 2020 10:16:09 GMT
< ETag: "14dce4-5a3012386c54b"
< Accept-Ranges: bytes
< Content-Length: 1367268
< Content-Type: application/x-xz
<
{ [2641 bytes data]
100 1335k 100 1335k 0 0 14.1M 0 --:--:-- --:--:-- --:--:-- 14.1M
* Connection #0 to host smtp.digiware.nl left intact
Anyway I got the file now.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list