PyImagingPhoto

2024-11-19 Thread Hal Knight via Cygwin
I get the following error in python run from a cygwin xterm window: Traceback (most recent call last):   File "/usr/lib/python3.8/site-packages/PIL/ImageTk.py", line 176, in paste     tk.call("PyImagingPhoto", self.__photo, block.id) _tkinter.TclError: invalid command name "PyImagingPhoto" I j

Re: SMBFS mount's file cannot be made executable

2024-11-19 Thread Corinna Vinschen via Cygwin
On Nov 19 17:58, Takashi Yano via Cygwin wrote: > On Mon, 18 Nov 2024 17:26:12 +0100 > Corinna Vinschen wrote: > > We can safely assume that the current user is already authorized on the > > SMB server. So... shouldn't AuthzInitializeResourceManager be > > sufficient and the code from class authz_

Re: Possible issue with check_dir_not_empty

2024-11-19 Thread Corinna Vinschen via Cygwin
Hi Bernhard, On Nov 18 22:32, Bernhard Übelacker via Cygwin wrote: > 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_n

Re: SIGKILL may no longer work after many SIGCONT/SIGSTOP signals

2024-11-19 Thread Takashi Yano via Cygwin
On Tue, 12 Nov 2024 10:53:58 +0100 Christian Franke wrote: > Found with 'stress-ng --cpu-sched' from current stress-ng upstream HEAD: > > Testcase (attached): > > $ gcc -O2 -o manysignals manysignals.c > > $ ./manysignals > fork() = 1833 > ... > fork() = 1848 > ... > kill(1833, 17) > ... > kill(

Re: SMBFS mount's file cannot be made executable

2024-11-19 Thread Takashi Yano via Cygwin
On Mon, 18 Nov 2024 17:26:12 +0100 Corinna Vinschen wrote: > 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 Ac