Re: openssl and libcurl issue with cargo

2025-06-01 Thread Jon Turney via Cygwin
On 25/05/2025 17:53, Jeremy Drake via Cygwin wrote: On Sun, 25 May 2025, ASSI via Cygwin wrote: Jeremy Drake via Cygwin writes: Apparently the fix that MSYS2 made for openssl in https://github.com/msys2/MSYS2-packages/pull/3448 is also not present in Cygwin, so cargo continues to crash after

Re: openssl and libcurl issue with cargo

2025-05-25 Thread Brian Inglis via Cygwin
On 2025-05-25 13:03, Brian Inglis wrote: On 2025-05-25 12:30, Jeremy Drake wrote: On Sun, 25 May 2025, Brian Inglis via Cygwin wrote: So please try installing the relevant Cygwin/Mingw64 OpenSSL test packages, with the latest curl packages, retest and report, if you don't mind. Cargo issue (

Re: openssl and libcurl issue with cargo

2025-05-25 Thread Jeremy Drake via Cygwin
On Sun, 25 May 2025, Brian Inglis via Cygwin wrote: > On 2025-05-25 12:30, Jeremy Drake wrote: > > Cargo issue (manifests as a hang, but running under gdb shows a SIGSEGV) > > still reproduces without the curl patch :( > > Could you please post the gdb backtrace and build details or sufficient inf

Re: openssl and libcurl issue with cargo

2025-05-25 Thread Brian Inglis via Cygwin
On 2025-05-25 12:30, Jeremy Drake wrote: On Sun, 25 May 2025, Brian Inglis via Cygwin wrote: So please try installing the relevant Cygwin/Mingw64 OpenSSL test packages, with the latest curl packages, retest and report, if you don't mind. Cargo issue (manifests as a hang, but running under gdb

Re: openssl and libcurl issue with cargo

2025-05-25 Thread Jeremy Drake via Cygwin
On Sun, 25 May 2025, Brian Inglis via Cygwin wrote: > So please try installing the relevant Cygwin/Mingw64 OpenSSL test packages, > with > the latest curl packages, retest and report, if you don't mind. Cargo issue (manifests as a hang, but running under gdb shows a SIGSEGV) still reproduces with

Re: openssl and libcurl issue with cargo

2025-05-25 Thread Jeremy Drake via Cygwin
On Sun, 25 May 2025, Brian Inglis via Cygwin wrote: > So please try installing the relevant Cygwin/Mingw64 OpenSSL test packages, > with > the latest curl packages, retest and report, if you don't mind. > I've got 'dist' tarballs built for Cygwin, in https://github.com/jeremyd2019/rust/releases/t

Re: openssl and libcurl issue with cargo

2025-05-25 Thread Jeremy Drake via Cygwin
On Sun, 25 May 2025, ASSI via Cygwin wrote: > Jeremy Drake via Cygwin writes: > > Apparently the fix that MSYS2 made for openssl in > > https://github.com/msys2/MSYS2-packages/pull/3448 is also not present in > > Cygwin, so cargo continues to crash after I patched libcurl. > > I have the opposite

Re: openssl and libcurl issue with cargo

2025-05-25 Thread Brian Inglis via Cygwin
On 2025-05-25 09:11, Brian Inglis wrote: On 2025-05-25 02:21, ASSI via Cygwin wrote: Jeremy Drake via Cygwin writes: Apparently the fix that MSYS2 made for openssl in https://github.com/msys2/MSYS2-packages/pull/3448  is also not present in Cygwin, so cargo continues to crash after I patched li

Re: openssl and libcurl issue with cargo

2025-05-25 Thread Brian Inglis via Cygwin
On 2025-05-25 02:21, ASSI via Cygwin wrote: Jeremy Drake via Cygwin writes: Apparently the fix that MSYS2 made for openssl in https://github.com/msys2/MSYS2-packages/pull/3448 is also not present in Cygwin, so cargo continues to crash after I patched libcurl. I have the opposite view on crash

Re: openssl and libcurl issue with cargo

2025-05-25 Thread ASSI via Cygwin
Jeremy Drake via Cygwin writes: > Apparently the fix that MSYS2 made for openssl in > https://github.com/msys2/MSYS2-packages/pull/3448 is also not present in > Cygwin, so cargo continues to crash after I patched libcurl. I have the opposite view on crashing vs. leaking memory from openSSL, but t

Re: openssl and libcurl issue with cargo

2025-05-24 Thread Jeremy Drake via Cygwin
On Sat, 24 May 2025, Jeremy Drake via Cygwin wrote: > I'm trying to get rust and cargo working on Cygwin (as github user > @Berrysoft is getting it going on MSYS2), and I wanted to direct the curl > maintainer's attention to https://github.com/curl/curl/issues/17262. I am > hitting this now with