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

2006-03-02 Thread Gary Zablackis
Hi, Since installing Cygwin1.dll v 1.5.19-4, I have a problem with the computer algebra system SAGE dying at startup with no error messages (i.e. I get returned to the bash prompt with no messages of any sort). I tracked the problem down to verifyable_object_isvalid() in winsup/thread.cc. The add

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

2006-03-02 Thread Christopher Faylor
On Thu, Mar 02, 2006 at 10:11:39AM -0800, Gary Zablackis wrote: >Since installing Cygwin1.dll v 1.5.19-4, I have a problem with the >computer algebra system SAGE dying at startup with no error messages >(i.e. I get returned to the bash prompt with no messages of any sort). >I tracked the problem d

Re: [Patch] regtool: Add load/unload commands and --binary option

2006-03-02 Thread Christian Franke
Corinna Vinschen wrote: ... //printf("key `%s' value `%s'\n", n, value); Why is this printf commented out? If it's not needed, please remove. cvs annotate regtool.cc ... 1.1 (cgf 17-Feb-00): } 1.1 (cgf 17-Feb-00): //printf("key `%s' value `%s'\n", n, value); 1.