Date: Sat, 11 Apr 2020 11:41:50 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 245530] Clang 10 crashes on Ceph-master source. Message-ID: <bug-245530-227-BFs13dbOdb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-245530-227@https.bugs.freebsd.org/bugzilla/> References: <bug-245530-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245530 Dimitry Andric <dim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dim@FreeBSD.org --- Comment #1 from Dimitry Andric <dim@FreeBSD.org> --- (In reply to Willem Jan Withagen from comment #0) > Preproccesed source is to big to upload. > Find it on:=20 > 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=3Diso-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 Cur= rent Dload Upload Total Spent Left Spe= ed 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245530-227-BFs13dbOdb>