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: Segfault if /proc/PID/maps is opened in parallel threads

2025-05-25 Thread Christian Franke via Cygwin
On Sat, 24 May 2025 15:19:10 +0200, Christian Franke wrote: If /proc/PID/maps is opened in parallel threads, the process PID may segfault. Testcase: $ uname -r 3.7.0-0.98.gb39b510c1ce6.x86_64 $ cat thrdopen.c #include #include #include #include static const char * name; static void *wor

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