Re: Thread memory allocation issue

2024-11-18 Thread Teepean via Cygwin
> Given that the result of the investigation a couple years ago was, > essentially, no change to Cygwin's malloc*, why has the problem > manifested again recently?  Have you been benchmarking/testing all > along?  Can you be more specific about which recent Cygwin versions? The original executab

Re: Thread memory allocation issue

2024-11-18 Thread Mark Geisert via Cygwin
Hello Teepean, On 11/17/2024 11:32 AM, Teepean via Cygwin wrote: I raised this issue couple of years ago on cygwin-developer but now when the problem has manifested again with recent versions of Cygwin I decided to post this to general discussion list. This (main Cygwin) list is the correct

Re: Possible issue with check_dir_not_empty

2024-11-18 Thread Bernhard Übelacker via Cygwin
Hello Corinna, Am 18.11.24 um 17:52 schrieb Corinna Vinschen: Hi Bernhard, On Nov 16 23:36, Bernhard Übelacker via Cygwin wrote: Hello everyone, Is is about the buffer allocated in check_dir_not_empty. The pointer pfni gets allocated the buffer at the begin, and is used in the NtQueryDirecto

Re: Possible issue with check_dir_not_empty

2024-11-18 Thread Corinna Vinschen via Cygwin
Hi Bernhard, On Nov 16 23:36, Bernhard Übelacker via Cygwin wrote: > Hello everyone, > > Is is about the buffer allocated in check_dir_not_empty. > > The pointer pfni gets allocated the buffer at the begin, > and is used in the NtQueryDirectoryFile call before the loops. > In the loop the pointe

Re: SMBFS mount's file cannot be made executable

2024-11-18 Thread Corinna Vinschen via Cygwin
On Nov 16 00:21, Takashi Yano via Cygwin wrote: > I built a test program, whose important part is: > > AUTHZ_RESOURCE_MANAGER_HANDLE hManager = NULL; > AUTHZ_CLIENT_CONTEXT_HANDLE hClient = NULL; > AUTHZ_ACCESS_REQUEST AccessRequest = {0}; > AUTHZ_ACCESS_REPLY AccessReply = {0}; > > AUT