Re: segfault on 32bit cygwin snapshot

2021-03-04 Thread Marco Atzeri via Cygwin
On 04.03.2021 16:17, Ken Brown via Cygwin wrote: On 3/4/2021 6:50 AM, Takashi Yano via Cygwin wrote: On Thu, 4 Mar 2021 12:11:11 +0100 marco atzeri wrote: I have no problem to patch Python to solve the issue, but I have not seen evidence of the dlsym mechanism . But of course I an NOT and exper

Re: Access WSL files from cygwin

2021-03-04 Thread Oleksandr Gavenko via Cygwin
On 2021-02-07, Cary Lewis via Cygwin wrote: > Is there a way to access files from a WSL 2 Linux distro from Cygwin? > > From Windows: > > \\wsl$\Ubuntu is accessible from Windows Explorer, but cygwin does not seem > to recogonize: > > //wsl\$ I use following fstab to get access to WSL 1: //wsl$/

Re: Cygwin now on Python 3? What about Mercurial?

2021-03-04 Thread Marco Atzeri via Cygwin
On 04.03.2021 16:19, Ken Brown via Cygwin wrote: On 3/4/2021 6:05 AM, marco atzeri via Cygwin wrote: On Thu, Mar 4, 2021 at 10:27 AM Russell VT via Cygwin  wrote: Cygwin Enthusiasts! Well, I was going to hold back on this one, but having now watched the list for a bit, I think this is a fai

Re: segfault on 32bit cygwin snapshot

2021-03-04 Thread Corinna Vinschen via Cygwin
On Mar 4 01:05, Mark Geisert wrote: > Corinna Vinschen via Cygwin wrote: > > Is there a way around that? I'm not quite sure, so let's brain storm > > a bit, ok? > > > > - One thing we could try is to remove the above code, but add a python > >hack to dlsym instead. This would let the "old"

Re: segfault on 32bit cygwin snapshot

2021-03-04 Thread Corinna Vinschen via Cygwin
On Mar 4 10:17, Ken Brown via Cygwin wrote: > On 3/4/2021 6:50 AM, Takashi Yano via Cygwin wrote: > > On Thu, 4 Mar 2021 12:11:11 +0100 > > marco atzeri wrote: > > > I have no problem to patch Python to solve the issue, > > > but I have not seen evidence of the dlsym mechanism . > > > But of cours

Re: segfault on 32bit cygwin snapshot

2021-03-04 Thread Corinna Vinschen via Cygwin
On Mar 4 18:05, Takashi Yano via Cygwin wrote: > Hi Corinna, > > On Wed, 3 Mar 2021 12:00:25 +0100 > Corinna Vinschen wrote: > > [Ping Mark Geisert] > > > > Is there a way around that? I'm not quite sure, so let's brain storm > > a bit, ok? > > > > - One thing we could try is to remove the abo

Re: Cygwin now on Python 3? What about Mercurial?

2021-03-04 Thread Ken Brown via Cygwin
On 3/4/2021 6:05 AM, marco atzeri via Cygwin wrote: On Thu, Mar 4, 2021 at 10:27 AM Russell VT via Cygwin wrote: Cygwin Enthusiasts! Well, I was going to hold back on this one, but having now watched the list for a bit, I think this is a fair question (feel free to smack me if I'm feeling too

Re: segfault on 32bit cygwin snapshot

2021-03-04 Thread Ken Brown via Cygwin
On 3/4/2021 6:50 AM, Takashi Yano via Cygwin wrote: On Thu, 4 Mar 2021 12:11:11 +0100 marco atzeri wrote: I have no problem to patch Python to solve the issue, but I have not seen evidence of the dlsym mechanism . But of course I an NOT and expert in this field. If someone looking to the code c

Re: Cygwin now on Python 3? What about Mercurial?

2021-03-04 Thread Stephen John Smoogen via Cygwin
On Thu, 4 Mar 2021 at 04:27, Russell VT via Cygwin wrote: > Cygwin Enthusiasts! > ... > > So, I understand... that's a LONG way to go to ask all of y'all, how do we > fix this thing? Can someone point me at a good reference to being a Cygwin > contributor, to the point that I can actually help

Re: segfault on 32bit cygwin snapshot

2021-03-04 Thread Takashi Yano via Cygwin
On Thu, 4 Mar 2021 12:11:11 +0100 marco atzeri wrote: > I have no problem to patch Python to solve the issue, > but I have not seen evidence of the dlsym mechanism . > But of course I an NOT and expert in this field. > > If someone looking to the code can give me some hints, > I will appreciate I

Re: segfault on 32bit cygwin snapshot

2021-03-04 Thread marco atzeri via Cygwin
On Thu, Mar 4, 2021 at 10:56 AM Takashi Yano via Cygwin wrote: > > Hi Corinna, > > > It sounds very reasonable to me to deal with it within dlsym(), > as the problem arises from the use of dlsym(). However, what > happens if newly built .exe is linked to old dll which calls > uname() via dlsym()?

Re: Cygwin now on Python 3? What about Mercurial?

2021-03-04 Thread marco atzeri via Cygwin
On Thu, Mar 4, 2021 at 10:27 AM Russell VT via Cygwin wrote: > > Cygwin Enthusiasts! > > Well, I was going to hold back on this one, but having now watched the list > for a bit, I think this is a fair question (feel free to smack me if I'm > feeling too entitled, albeit maybe a bit on the rambling

Re: cut and paste doesn't work

2021-03-04 Thread Wojciech Puchar
What does `ls -l /dev/clipboard` say? Copying the filesystem rather than installing loses some special file properties, especially in the /dev folder. Not sure whether it's possible to fix that with `mknod`. this may be a reason. anyway EVERYTHING else works. -- Problem reports: https://c

Re: segfault on 32bit cygwin snapshot

2021-03-04 Thread Takashi Yano via Cygwin
Hi Corinna, On Wed, 3 Mar 2021 12:00:25 +0100 Corinna Vinschen wrote: > [Ping Mark Geisert] > > On Mar 3 18:56, Takashi Yano via Cygwin wrote: > > Hi Corinna, > > > > On Tue, 2 Mar 2021 16:48:45 +0100 > > Corinna Vinschen wrote: > > > On Mar 2 20:03, Takashi Yano via Cygwin wrote: > > > > > Th

Re: segfault on 32bit cygwin snapshot

2021-03-04 Thread Mark Geisert
Hi Corinna, Corinna Vinschen via Cygwin wrote: [Ping Mark Geisert] On Mar 3 18:56, Takashi Yano via Cygwin wrote: Hi Corinna, On Tue, 2 Mar 2021 16:48:45 +0100 Corinna Vinschen wrote: On Mar 2 20:03, Takashi Yano via Cygwin wrote: The following check code does not work as expected if newl

Cygwin now on Python 3? What about Mercurial?

2021-03-04 Thread Russell VT via Cygwin
Cygwin Enthusiasts! Well, I was going to hold back on this one, but having now watched the list for a bit, I think this is a fair question (feel free to smack me if I'm feeling too entitled, albeit maybe a bit on the rambling side). TLDR; Cygwin 64 Mercurial (5.5.1) blows chunks with default Pyth