Re: 1.5.16: DuplicateHandle(Out) failed (e=6)

2005-05-29 Thread Gerrit P. Haase
Yitzchak Scott-Thoennes wrote: On Thu, May 26, 2005 at 07:30:41PM -0600, Nathan L Mullen wrote: I recently upgraded from Cygwin 1.5.6-1 to 1.5.16-1. Does it still happen with 1.5.17-1? Did you upgrade perl at the same time? If so, do you know what the old version was? I received the fo

bug pings for binutils cvs trunk under cygwin

2005-05-29 Thread Christian Joensson
Just have to mention these two: "ld test weak fails on cygwin" http://sourceware.org/bugzilla/show_bug.cgi?id=977 and "ld testsuite failure on cygwin: FAIL: cdtest with -Ur" http://sourceware.org/bugzilla/show_bug.cgi?id=46 ANy comments? -- Cheers, /ChJ -- Unsubscribe info: http://cygw

I have user mounts instead of system ones.

2005-05-29 Thread Jason FU
As described in http://cygwin.com/ml/cygwin/2004-06/msg00347.html I also have the same problem. But after I tried the line eval "`mount -m | sed 's/ -u / -s /'`" and reboot my Windows Server 2003, I still have the following as before: [EMAIL PROTECTED] ~ $ mount -m mount -f -s -b "C:/cygwin/usr

Re: bug pings for binutils cvs trunk under cygwin

2005-05-29 Thread Aaron W. LaFramboise
Christian Joensson wrote: > "ld test weak fails on cygwin" > http://sourceware.org/bugzilla/show_bug.cgi?id=977 OK, I will fix this. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/

Re: I have user mounts instead of system ones.

2005-05-29 Thread Reini Urban
Jason FU schrieb: As described in http://cygwin.com/ml/cygwin/2004-06/msg00347.html I also have the same problem. But after I tried the line eval "`mount -m | sed 's/ -u / -s /'`" and reboot my Windows Server 2003, I still have the following as before: [EMAIL PROTECTED] ~ $ mount -m mount -f

Re: gdb attach hangs

2005-05-29 Thread Christopher Faylor
On Sat, May 28, 2005 at 11:11:28PM -0700, Sunil wrote: >I have compiled gnome-panel in debug mode. I try to attach to it with >gdb, it just hangs like this: You can probably blame Microsoft for that. If the program is sitting in a blocking Windows API call or it is executing in dll initializatio

Re: Serious performance problems (new snapshot has some performance improvement)

2005-05-29 Thread Christopher Faylor
On Sat, May 28, 2005 at 11:05:23PM -0400, Christopher Faylor wrote: >On Sat, May 28, 2005 at 08:18:46PM -0400, Christopher Faylor wrote: >>I have an idea about how to work around this problem but I have to think >>about how dangerous it might be. Basically removing the signal handling >>wrapper ar

Re: gdb attach hangs

2005-05-29 Thread Sunil
ok, in that case, why does the following hang? this is not attach. $ gdb /usr/bin/gnome-panel.exe GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change

Re: Serious performance problems (new snapshot has some performance improvement)

2005-05-29 Thread Gerrit P. Haase
Christopher Faylor wrote: On Sat, May 28, 2005 at 11:05:23PM -0400, Christopher Faylor wrote: On Sat, May 28, 2005 at 08:18:46PM -0400, Christopher Faylor wrote: I have an idea about how to work around this problem but I have to think about how dangerous it might be. Basically removing the

Re: Serious performance problems (new snapshot has some performance improvement)

2005-05-29 Thread Christopher Faylor
On Sun, May 29, 2005 at 09:37:16PM +0200, Gerrit P. Haase wrote: >Christopher Faylor wrote: > >>On Sat, May 28, 2005 at 11:05:23PM -0400, Christopher Faylor wrote: >> >>>On Sat, May 28, 2005 at 08:18:46PM -0400, Christopher Faylor wrote: >>> I have an idea about how to work around this problem