Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-25 Thread Corinna Vinschen
On Jul 25 06:15, JonY wrote: > On 7/24/2014 21:45, Corinna Vinschen wrote: > > > > JonY, any chance we could get a gcc package with the new crtbegin.o > > soon? > > Yes, I just uploaded gcc-4.8.3-2, I'll announce once it hits the mirrors. Thanks a lot, Corinna -- Corinna Vinschen

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-24 Thread JonY
On 7/24/2014 21:45, Corinna Vinschen wrote: > > JonY, any chance we could get a gcc package with the new crtbegin.o > soon? Yes, I just uploaded gcc-4.8.3-2, I'll announce once it hits the mirrors. signature.asc Description: OpenPGP digital signature

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-24 Thread Corinna Vinschen
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, Corin

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-24 Thread Kai Tietz
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

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-22 Thread Corinna Vinschen
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 > suf

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-22 Thread Jon TURNEY
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 p

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-22 Thread Corinna Vinschen
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: > > >On Jul 17 06:02, JonY wrote: > > >>On 7/16/2014 15:02, Corinna Vinschen wrote: > > >>>On Jul 15 16:39, Corinna Vinschen wrote: > > On Jul 15 21:55, JonY wrote: > >

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-20 Thread JonY
On 7/18/2014 02:24, Corinna Vinschen wrote: >>> Is this essentially the same problem as described here? >>> >>> >> >> No, I think it is an unforeseen consequence of the patch [3] to fix that bug >> [4], which I believe is present in 4.8.3-1, in

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-17 Thread Corinna Vinschen
On Jul 17 16:31, Jon TURNEY wrote: > On 17/07/2014 08:37, Corinna Vinschen wrote: > >On Jul 17 06:02, JonY wrote: > >>On 7/16/2014 15:02, Corinna Vinschen wrote: > >>>On Jul 15 16:39, Corinna Vinschen wrote: > On Jul 15 21:55, JonY wrote: > >On 7/15/2014 21:08, Corinna Vinschen wrote: > >>>

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-17 Thread Jon TURNEY
On 17/07/2014 08:37, Corinna Vinschen wrote: On Jul 17 06:02, JonY wrote: On 7/16/2014 15:02, Corinna Vinschen wrote: On Jul 15 16:39, Corinna Vinschen wrote: On Jul 15 21:55, JonY wrote: On 7/15/2014 21:08, Corinna Vinschen wrote: FWIW, the problem disappears if I revert gcc-core and libgc

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-17 Thread Corinna Vinschen
On Jul 17 06:02, JonY wrote: > On 7/16/2014 15:02, Corinna Vinschen wrote: > > Hi JonY, > > > > On Jul 15 16:39, Corinna Vinschen wrote: > >> On Jul 15 21:55, JonY wrote: > >>> On 7/15/2014 21:08, Corinna Vinschen wrote: > > > > FWIW, the problem disappears if I revert gcc-core and libgcc1

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-16 Thread JonY
On 7/16/2014 15:02, Corinna Vinschen wrote: > Hi JonY, > > On Jul 15 16:39, Corinna Vinschen wrote: >> On Jul 15 21:55, JonY wrote: >>> On 7/15/2014 21:08, Corinna Vinschen wrote: > > FWIW, the problem disappears if I revert gcc-core and libgcc1 to 4.8.2-2. JonY, do you have a ch

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-16 Thread Corinna Vinschen
Hi JonY, On Jul 15 16:39, Corinna Vinschen wrote: > On Jul 15 21:55, JonY wrote: > > On 7/15/2014 21:08, Corinna Vinschen wrote: > > >> > > >> FWIW, the problem disappears if I revert gcc-core and libgcc1 to 4.8.2-2. > > > > > > JonY, do you have a chance to have a look into this issue? > > > >

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-15 Thread Corinna Vinschen
On Jul 15 16:45, Jan Nijtmans wrote: > 2014-07-15 16:39 GMT+02:00 Corinna Vinschen: > > On Jul 15 21:55, JonY wrote: > >> On 7/15/2014 21:08, Corinna Vinschen wrote: > >> >> > >> >> FWIW, the problem disappears if I revert gcc-core and libgcc1 to > >> >> 4.8.2-2. > >> > > >> > JonY, do you have a

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-15 Thread Jan Nijtmans
2014-07-15 16:39 GMT+02:00 Corinna Vinschen: > On Jul 15 21:55, JonY wrote: >> On 7/15/2014 21:08, Corinna Vinschen wrote: >> >> >> >> FWIW, the problem disappears if I revert gcc-core and libgcc1 to 4.8.2-2. >> > >> > JonY, do you have a chance to have a look into this issue? >> > >> >> Sorry, I h

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-15 Thread Corinna Vinschen
On Jul 15 21:55, JonY wrote: > On 7/15/2014 21:08, Corinna Vinschen wrote: > >> > >> FWIW, the problem disappears if I revert gcc-core and libgcc1 to 4.8.2-2. > > > > JonY, do you have a chance to have a look into this issue? > > > > Sorry, I have been busy these few weeks, but I am well aware t

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-15 Thread JonY
On 7/15/2014 21:08, Corinna Vinschen wrote: >> >> FWIW, the problem disappears if I revert gcc-core and libgcc1 to 4.8.2-2. > > JonY, do you have a chance to have a look into this issue? > Sorry, I have been busy these few weeks, but I am well aware that there is a problem with one of the libgcc

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-15 Thread Houder
>> FWIW, the problem disappears if I revert gcc-core and libgcc1 to 4.8.2-2. > JonY, do you have a chance to have a look into this issue? Trying to help ... - test program #include #include //int main (int argc, char **argv) int main (int argc, char *argv[]) { HMODULE m = LoadLibrary (a

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-15 Thread Corinna Vinschen
On Jul 15 07:45, Ken Brown wrote: > On 7/15/2014 5:02 AM, Corinna Vinschen wrote: > >On Jul 14 19:42, Ken Brown wrote: > >>I'm getting a core dump on exit from a program that does nothing but call > >>dlopen. (But the call to dlopen succeeds.) This happens only in the 32-bit > >>case. Here's a s

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-15 Thread Ken Brown
On 7/15/2014 5:02 AM, Corinna Vinschen wrote: On Jul 14 19:42, Ken Brown wrote: I'm getting a core dump on exit from a program that does nothing but call dlopen. (But the call to dlopen succeeds.) This happens only in the 32-bit case. Here's a simple test case. $ cat test_dlopen.c #include

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-15 Thread Corinna Vinschen
On Jul 14 19:42, Ken Brown wrote: > I'm getting a core dump on exit from a program that does nothing but call > dlopen. (But the call to dlopen succeeds.) This happens only in the 32-bit > case. Here's a simple test case. > > $ cat test_dlopen.c > #include > #include > int > main() > { > co

Core dump on 32-bit Cygwin if program calls dlopen

2014-07-14 Thread Ken Brown
I'm getting a core dump on exit from a program that does nothing but call dlopen. (But the call to dlopen succeeds.) This happens only in the 32-bit case. Here's a simple test case. $ cat test_dlopen.c #include #include int main() { const char *dllname = "cyggs-9.dll"; void *handle;