Re: dladdr and dll refcount

2025-04-05 Thread Jeremy Drake via Cygwin
On Sat, 5 Apr 2025, Jon Turney wrote: > On 05/04/2025 06:28, Jeremy Drake via Cygwin wrote: > > I just happened to look at dlfcn.cc dladdr function, and I had a question. > > Should dladdr be using the GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT > > flag? It doesn't seem like dladdr should be in

Re: cygutils 1.4.17-2: lssparse -H does not print hole at offset 0 if more data exists

2025-04-05 Thread Roland Mainz via Cygwin
On Wed, Apr 2, 2025 at 4:01 PM Christian Franke via Cygwin wrote: > > Testcase for a minor issue: > > $ > sparse_file > > $ chattr +S sparse_file > > $ dd if=/dev/zero bs=1M count=1 conv=sparse,notrunc of=sparse_file > ... > $ lssparse sparse_file # OK > > $ lssparse -H sparse_file # OK > Hole ran

Re: dladdr and dll refcount

2025-04-05 Thread Jon Turney via Cygwin
On 05/04/2025 06:28, Jeremy Drake via Cygwin wrote: I just happened to look at dlfcn.cc dladdr function, and I had a question. Should dladdr be using the GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT flag? It doesn't seem like dladdr should be incrementing the refcount. Indeed. Well spotted. T

setup 2.933 release candidate - please test

2025-04-05 Thread Jon Turney via Cygwin
A new setup release candidate is available at: https://cygwin.com/setup/setup-2.933.x86_64.exe (64 bit version) Please test, and report any problems here. Changes compared to 2.932: - Initial support for mirrors.lst instructions to update the selected mirror site URL when we've been notifie