delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/07/24/09:45:38

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:cc:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; q=dns; s=
default; b=nMjlAi0Hbs7GN3/NmQw4bkilucQOmNlv2py9XhJsGRgatqY+KTH+V
7hmL8toNb6YTxxZZvqrkRCR26sKS+RFbaEmw/wCmJYh8IaYSrm41mQmniSF0d5wp
CkpNrnG/0lokwTsguJdkK8IW+7uJtGo9Pajywj6cFmau0K3GvblRCs=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:cc:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; s=default;
bh=22ORSrtRXwgEecYEDfib8ofM7ps=; b=T0eRZhAsucbkMMGf5kg3T1imfoBF
h/A7KRBl7WObQqlpZ8Nb6WKt9DKuDii/yTWX7OrQXoSG8b6J9AI4+tFKalLcZjS7
PF1OOLJzu7+MfVLRhi9hrMoK++m3qejrELiD+bMfTF5M42/OUsykD3iiccRlZ9VX
15UspthegBVCJ+4=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2
X-HELO: calimero.vinschen.de
Date: Thu, 24 Jul 2014 15:45:16 +0200
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Cc: DJ Delorie <dj AT redhat DOT com>, Kai Tietz <ktietz AT redhat DOT com>
Subject: Re: Core dump on 32-bit Cygwin if program calls dlopen
Message-ID: <20140724134516.GC12212@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com, DJ Delorie <dj AT redhat DOT com>, Kai Tietz <ktietz AT redhat DOT com>
References: <20140715143915 DOT GA8330 AT calimero DOT vinschen DOT de> <20140716070231 DOT GA25020 AT calimero DOT vinschen DOT de> <53C6F68A DOT 9000801 AT gmail DOT com> <20140717073734 DOT GA15332 AT calimero DOT vinschen DOT de> <53C7EC48 DOT 5060903 AT dronecode DOT org DOT uk> <20140717182429 DOT GS15332 AT calimero DOT vinschen DOT de> <20140722082711 DOT GA22860 AT calimero DOT vinschen DOT de> <53CE604D DOT 1070309 AT dronecode DOT org DOT uk> <20140722132001 DOT GD27005 AT calimero DOT vinschen DOT de> <CAEwic4aBPee5ojhAb9zYh95P3b8VJfXsZBefEGRkBU5SHnpX8w AT mail DOT gmail DOT com>
MIME-Version: 1.0
In-Reply-To: <CAEwic4aBPee5ojhAb9zYh95P3b8VJfXsZBefEGRkBU5SHnpX8w@mail.gmail.com>
User-Agent: Mutt/1.5.23 (2014-03-12)

--7ZAtKRhVyVSsbBD2
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Jul 24 15:08, Kai Tietz wrote:
> 2014-07-22 15:20 GMT+02:00 Corinna Vinschen wrote:
> > On Jul 22 13:59, Jon TURNEY wrote:
> >> On 22/07/2014 09:27, Corinna Vinschen wrote:
> >> >On Jul 17 20:24, Corinna Vinschen wrote:
> >> >>On Jul 17 16:31, Jon TURNEY wrote:
> >> >>>On 17/07/2014 08:37, Corinna Vinschen wrote:
> >> >>>>It's the libgcc DLL which gives us grief, so a new libgcc package =
is
> >> >>>>sufficent, afaics.  We should check if this DLL fixes the problem =
and
> >> >>>>then make it "curr" soon, I think.
> >> >>>
> >> >>>I briefly tested this other patch with my test case from the mail a=
bove, and
> >> >>>it doesn't seem to help.
> >> >>>[...]
> >> >>I asked DJ to take another look, but I guess ultimately we need the
> >> >>attention of one of the GCC Windows maintainers.  Kai Tietz seems to=
 be
> >> >>unavailable right now, unfortunately.
> >> >
> >> >Looks like I totally misunderstood DJ's patch.  The patch does *not*
> >> >change libgcc, it changes cygmin-crtbegin.c, thus the crtbegin.o file
> >> >which is statically linked into the executable.
> >> >
> >> >That means, to fix the issue, you don't have to replace libgcc, you
> >> >have to recompile the executable against the new crtbegin.o.
> >> >
> >> >DJ still claims his patch is the correct one.  The simple testcase
> >> >dlopen'ing cyggs-9.dll works fine with the new crtbegin.o, according =
to
> >> >him.
> >>
> >> Sorry, I hadn't tested it correctly.
> >
> > No worries, this was my fault.  Talking about building a new libgcc
> > rather than building a new crtbegin.o was bound to lead everyone
> > off track :|
> >
> >> Building my test with an updated crtbegin.o as well, my test case is f=
ixed.
> >
> > Nice!
> >
> >> I agree this patch seems better than my suggested one, as it makes crt=
begin
> >> do the right thing in the face of unbalanced libgcc load/unload, rathe=
r than
> >> attempting to balance the libgcc load/unload as mine does.
> >
> > Ok.  I CC'ed DJ so he knows all is good, and then we probably need a
> > windows GCC maintainer to approve the patch I guess.  Kai?  Ping?
> >
>=20
> Hi  Corinna
>=20
> As I we spoke yesterday on irc, I took already a look to DJ's patch
> and it is sensible.  If DJ sends patch upstream to gcc's ML, and put
> me CC, I will review it asap.

Thanks a lot!

JonY, any chance we could get a gcc package with the new crtbegin.o
soon?


Thanks,
Corinna

--=20
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--7ZAtKRhVyVSsbBD2
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJT0Q3rAAoJEPU2Bp2uRE+gPGQP/RLolcSQiooSmyYEGk/pR8wk
TrlOx9ldkDHGDCF6U3OKxWflV5oFh9KvSLpPF32ZDpmhGV6JPwqS5a9K8PO766Ci
snE/5OsomEKcADcnxN6XTOZW9CVNsbnizxVSVtaTR96xMozIm/42Dku7zSt70bi9
Ikwa2kyH+Wje4069Pa6D4xkiCnsa1/vrobf3a2ksNYBv0WSjTw1hZyMbzvAaZnGl
6K+31Fd7D0FBFlXGS7P+5iZUE0Rsb5Y4fCnmZW2gmTyoONWSSlellaBtI9PDAzrz
69axV+e0HDNBYJB7edvya/SdqCV0qDXvMg0TWeeT2FFGT/s54zpN/d9vQxQNbv1e
xxeD48oxTDbqCh9s+pf3Oc90vpqlHj/6lXOWcU7o9R6Gj9DAvRCBLq21jvjbxf35
WRttOo+1m7Qx15byfVD0zCKM7XtStM+y+ToPZ0LSRJPRxr7tOvygCCj3QfyNl0a3
gqhrYmoHCY0PQLah+YYysrKMi07NL5yMLjdIsWWacq/czukqZ/5wS6y006bnYEH4
mEsfbpwuGbnBzy5DenWrbA/bImolMhem9ooGNRYHqzT3GPLfSHZQ0jALMfkqnpre
knKO1zX/ShUmKZBPXekMk2mB36JNt2uSoGYwaiOujPt7h9gE54ViwEfEPZduxe8j
UmKL21fdrpAxWsRZK38i
=gLn2
-----END PGP SIGNATURE-----

--7ZAtKRhVyVSsbBD2--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019