substitute for xclip?

2022-10-18 Thread Ulli Horlacher
With Linux I am using xclip to read the X11 clipboard. Is there a cygwin equivalent to read the Windows clipboard? My use case is: The user copies file names to the clipboard and then starts a program which processes these files. -- Ullrich Horlacher Server und Virtualisierung Rech

Re: Debugging malloc crash in gdb

2022-10-18 Thread Ariel Burbaickij
Hello all, I reported it already, of course as it happened to me but alas no reaction so far. Kind Regards Ariel Burbaickij On Tuesday, October 18, 2022, Jon Turney wrote: > On 18/10/2022 11:35, David Allsopp wrote: > >> I'm wondering if I may be able to have some pointers for debugging what >>

Re: Debugging malloc crash in gdb

2022-10-18 Thread Jon Turney
On 18/10/2022 11:35, David Allsopp wrote: I'm wondering if I may be able to have some pointers for debugging what seems to be an unexpected interaction between mmap/mprotect/munmap and malloc with the OCaml runtime. At the moment, I know that we crash in malloc, so my main question is how to go

Re: fish-3.5.0-1: /etc/fish/conf.d/cygwin.fish only readable by owner

2022-10-18 Thread Andrew Schulman via Cygwin
> The permission of cygwin.fish looks somewhat random (depends on umask > during build?): > > $ tar tvf fish-3.4.1-1.tar.xz etc/defaults/etc/fish/conf.d/cygwin.fish > -rw-r-xr-- ... 1101 2022-04-07 20:34 > etc/defaults/etc/fish/conf.d/cygwin.fish > > $ tar tvf fish-3.5.0-1.tar.xz etc/defaults/e

Debugging malloc crash in gdb

2022-10-18 Thread David Allsopp
I'm wondering if I may be able to have some pointers for debugging what seems to be an unexpected interaction between mmap/mprotect/munmap and malloc with the OCaml runtime. At the moment, I know that we crash in malloc, so my main question is how to go further in gdb. I installed the cygwin-debug