Re: DLL loading problem with binutils-20060709-1

2006-07-14 Thread Gary Zablackis
ission problem as above. If I build with the older version, there is no problem. I believe, but cannot verify at the moment that everything runs fine under the new binutils, it just does not work if the newer binutils is installed when I compile matplotlib. I will attempt over the weekend to get a simpl

Re: Patch for silent crash with Cygwin1.dll v 1.5.19-4

2006-05-31 Thread Gary Zablackis
--- Jim Kleckner <[EMAIL PROTECTED]> wrote: > Gary, > > I wanted to personally thank you for putting up with > the nonsense that this list always seems to dish out > to discourage people from helping. You persevered > and let it wash over you. I'm glad that cgf > acknowledged > your contributi

Re: 1.15.19: multithreaded scons (python) unexpectedly fails

2006-04-04 Thread Gary Zablackis
\WINDOWS\system32\cmd.exe command line) > Nels, This MAY be the same problem discussed in the thread referring to a dlopen() bug: http://cygwin.com/ml/cygwin/2006-04/msg00036.html My experience with this bug comes from a Python program importing a dll, a

Re: dlopen() bug (new testcase)

2006-04-03 Thread Gary Zablackis
: */ if (pthread_key::is_good_object (key)) return EBUSY; If you need any more information or support for getting this patched, let me know. Thank you, Gary Zablackis __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam pro

Re: dlopen() bug

2006-03-23 Thread Gary Zablackis
--- skaller <[EMAIL PROTECTED]> wrote: > On Wed, 2006-03-22 at 03:35 +0100, Bernhard Loos > wrote: > > > If the C++library declares its calls as 'extern > "C"' (as it is done in the example), > > AFAIK there shouldn't be any problem. > > Doesn't matter what you think you know -- it's not a > per

Re: dlopen() bug

2006-03-21 Thread Gary Zablackis
--- Bernhard Loos <[EMAIL PROTECTED]> wrote: > Hello > > Is there any progress in solving the problem > mentioned in this thread: > http://cygwin.com/ml/cygwin/2006-03/msg00274.html ? > > Because this is also prevents qt-applications from > even starting. > > > Bernhard > Bernhard,

RE: Bug in dlopen() (or following) code in Cygwin1.dll v 1.5.19-4

2006-03-16 Thread Gary Zablackis
--- Martin <[EMAIL PROTECTED]> wrote: > This may be the same problem I've been having: > http://cygwin.com/ml/cygwin/2006-02/msg00037.html > > Just tried snapshot cygwin1-20060314.dll.bz2. No > luck. > Has any progress been made on this issue? > > Thanks for your help, > Martin > Martin, I ha

RE: Bug in dlopen() (or following) code in Cygwin1.dll v 1.5.19-4

2006-03-10 Thread Gary Zablackis
--- Dave Korn <[EMAIL PROTECTED]> wrote: > At this point I'm stopping. If you post a fixed > testcase, I'll take a look > at it. > > > cheers, > DaveK Dave, Attached is a fixed testcase. tar -jxf CrashTest.bz2 will create directory CrashTest with the testcase. I have included a lo

Bug in dlopen() (or following) code in Cygwin1.dll v 1.5.19-4

2006-03-09 Thread Gary Zablackis
Hi, With the release of Cygwin-1.5.19-4, we have had silent crashes of the Computer Algebra System SAGE at startup. I have traced these to an invalid memory access in pthread_key_create() which SHOULD be caught and processed by the fault handler in verifyable_object_isvalid(). However, the program