Re: I have user mounts instead of system ones.

2005-05-30 Thread Jason FU
Larry Hall cygwin.com> writes: I've rolled back to cygwin-1.5.16-1.tar.bz2 and everything resumes working now. Thanks. Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/do

Re: I have user mounts instead of system ones.

2005-05-30 Thread Jason FU
Larry Hall cygwin.com> writes: > > Unless you installed these services with a particular user specified (see > the '-u' flag of 'cygrunsrv'), none of the services should be using any > user mount. All services started by 'cygrunsrv', by default, run as > SYSTEM. If you did install the servic

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

2005-05-30 Thread Anonymous
There is no reason to expect any improvement in mingw programs from my change. Yeah i figured that one out. ;) I was just trying to rationalize the change that I did show in the original report. My timings don't show great improvement, and a 1 second margin of error due to windows caching doe

Re: Serious performance problems (malloc related?)

2005-05-30 Thread Christopher Faylor
On Mon, May 30, 2005 at 10:15:56PM -0500, Gary R. Van Sickle wrote: >Can we get a gold star here for Chris' first-ever apology for his >anti-social behavior? Once again, my reply will be in cygwin-talk. Gary, I will once again (is this the third time now?) direct you there. FYI, I won't keep prov

RE: Serious performance problems (malloc related?)

2005-05-30 Thread Gary R. Van Sickle
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Faylor > Sent: Saturday, May 28, 2005 12:46 PM > To: cygwin@cygwin.com > Subject: Re: Serious performance problems (malloc related?) > > On Sat, May 28, 2005 at 10:19:26AM -0700, Andy Ross

Re: usr/include/stdint.h fix

2005-05-30 Thread Beman Dawes
"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sun, May 29, 2005 at 09:22:56PM -0400, Beman Dawes wrote: >>usr/include/stdint.h beginning at line 177 reads: >> >>/* Macros for greatest-width integer constant expressions */ >> >>#define INTMAX_C(x) x

RE: slow windows foreground operation after installing cygwin-1.5.17-1

2005-05-30 Thread Gary R. Van Sickle
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Charles D. Russell > Sent: Saturday, May 28, 2005 11:23 AM > To: cygwin cygwin > Subject: Re: slow windows foreground operation after > installing cygwin-1.5.17-1 > > The new cygwin1.dll (1.5.17-1) n

Re: I have user mounts instead of system ones.

2005-05-30 Thread Larry Hall
At 11:51 AM 5/30/2005, you wrote: >Reini Urban x-ray.at> writes: > >> >> Jason FU schrieb: >> > As described in >> > >> > http://cygwin.com/ml/cygwin/2004-06/msg00347.html >> > >> > I also have the same problem. >> > > >> >> Run >>umount -U >> now to remove all user mounts. >> > >But aft

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

2005-05-30 Thread Christopher Faylor
On Mon, May 30, 2005 at 08:00:35PM -0400, Tacvek wrote: >>Interesting, why is it faster when running a binary that doesn't depend >>on cygwin1.dll after swapping the DLL? Some Win caching mechanism? > >Repeating many times should minimize any caching: > >#New DLL >$ /bin/time -f "%E %S %U" cygspd-

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

2005-05-30 Thread Tacvek
Interesting, why is it faster when running a binary that doesn't depend on cygwin1.dll after swapping the DLL? Some Win caching mechanism? Repeating many times should minimize any caching: #New DLL $ /bin/time -f "%E %S %U" cygspd-mingw-ne-o7 cygspd.dat 0:04.48 0.01 0.02 0:01.40 0.00 0.02 0:

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

2005-05-30 Thread ralf . habacker
Am Montag, 30. Mai 2005 22:33 schrieb Gerrit P. Haase: > Anonymous wrote: > > > My System: > > #Set-up: > > > > $ g++ cygspd.cc -o cygspd-basic > > $ g++ -O7 cygspd.cc -o cygspd-o7 > > $ g++ -fno-exceptions cygspd.cc -o cygspd-ne > > $ g++ -O7 -fno-exceptions cygspd.cc -o cygspd-ne-o7 > > $ g++ -

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

2005-05-30 Thread Gerrit P. Haase
Anonymous wrote: My System: #Set-up: $ g++ cygspd.cc -o cygspd-basic $ g++ -O7 cygspd.cc -o cygspd-o7 $ g++ -fno-exceptions cygspd.cc -o cygspd-ne $ g++ -O7 -fno-exceptions cygspd.cc -o cygspd-ne-o7 $ g++ -mno-cygwin cygspd.cc -o cygspd-mingw $ g++ -O7 -mno-cygwin cygspd.cc -o cygspd-mingw-o7 $

Re: Emacs problem with Cygwin 1.5.17-1 (CGF please comment) (fwd)

2005-05-30 Thread Angelo Graziosi
-- Forwarded message -- Date: Mon, 30 May 2005 19:07:56 +0200 (MET DST) From: Angelo Graziosi <[EMAIL PROTECTED]> To: cygwin-xfree@cygwin.com Subject: Re: Emacs problem with Cygwin 1.5.17-1 (CGF please comment) I pointed out a problem between Emacs (21.2-13, i.e. curr.) and Cygw

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

2005-05-30 Thread Anonymous
My System: #Set-up: $ g++ cygspd.cc -o cygspd-basic $ g++ -O7 cygspd.cc -o cygspd-o7 $ g++ -fno-exceptions cygspd.cc -o cygspd-ne $ g++ -O7 -fno-exceptions cygspd.cc -o cygspd-ne-o7 $ g++ -mno-cygwin cygspd.cc -o cygspd-mingw $ g++ -O7 -mno-cygwin cygspd.cc -o cygspd-mingw-o7 $ g++ -fno-exception

Re: usr/include/stdint.h fix

2005-05-30 Thread Christopher Faylor
On Sun, May 29, 2005 at 09:22:56PM -0400, Beman Dawes wrote: >usr/include/stdint.h beginning at line 177 reads: > >/* Macros for greatest-width integer constant expressions */ > >#define INTMAX_C(x) x ## L >#define UINTMAX_C(x) x ## UL > >That should be: > >/* Macros for greatest-wi

Re: slow windows foreground operation after installing cygwin-1.5.17-1

2005-05-30 Thread Mark Hadfield
Charles D. Russell wrote: The new cygwin1.dll (1.5.17-1) now lets me run fortran programs with large static arrays that occupy most of the available memory, but it is no longer possible to run Windows programs (MSWord or even Windows Explorer) in the foreground while a big math problem is chuggin

Re: I have user mounts instead of system ones.

2005-05-30 Thread Jason FU
Reini Urban x-ray.at> writes: > > Jason FU schrieb: > > As described in > > > > http://cygwin.com/ml/cygwin/2004-06/msg00347.html > > > > I also have the same problem. > > > > Run >umount -U > now to remove all user mounts. > But after this command, how do I restart those services aga

usr/include/stdint.h fix

2005-05-30 Thread Beman Dawes
usr/include/stdint.h beginning at line 177 reads: /* Macros for greatest-width integer constant expressions */ #define INTMAX_C(x) x ## L #define UINTMAX_C(x) x ## UL That should be: /* Macros for greatest-width integer constant expressions */ #define INTMAX_C(x) x ## LL

Re: dlopen doesn't use LD_LIBRARY_PATH ( was dlopen and cygcheck inconsistency)

2005-05-30 Thread Anonymous
this issue is still un-resolved. Contrary to what cgf says, dlopen doesn't care about LD_LIBRARY_PATH while opening dependent DLLs of its argument. It opens the DLL if the depedent DLLs are found in the $PATH. Your keyword is dependent. When one dll depends on another in windows, it uses window

Re: I have user mounts instead of system ones.

2005-05-30 Thread Jason FU
Reini Urban x-ray.at> writes: > > > Run >umount -U > now to remove all user mounts. > Does it mean that I'll have all of my services up after this umount and reboot? Thanks. Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.c

Re: I have user mounts instead of system ones.

2005-05-30 Thread Jason FU
Reini Urban x-ray.at> writes: > > Jason FU schrieb: > > Run >umount -U > now to remove all user mounts. > Does it mean that I'll have all the services up after this command and rebooting the machine? Thanks. Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pr

Re: dlopen doesn't use LD_LIBRARY_PATH ( was dlopen and cygcheck inconsistency)

2005-05-30 Thread Christopher Faylor
On Sun, May 29, 2005 at 07:09:50PM -0700, Sunil wrote: >So, this issue is still un-resolved. Contrary to what >cgf say, dlopen doesn't care about LD_LIBRARY_PATH >while opening dependent DLLs of its argument. It opens >the DLL if the depedent DLLs are found in the $PATH. dlopen is a cygwin inventi

Re: dlopen doesn't use LD_LIBRARY_PATH ( was dlopen and cygcheck inconsistency)

2005-05-30 Thread Sunil
I am not sure why the last email didn't reach the list, but here goes again. this issue is still un-resolved. Contrary to what cgf says, dlopen doesn't care about LD_LIBRARY_PATH while opening dependent DLLs of its argument. It opens the DLL if the depedent DLLs are found in the $PATH. I think cg

Re: dlopen doesn't use LD_LIBRARY_PATH ( was dlopen and cygcheck inconsistency)

2005-05-30 Thread Sunil
So, this issue is still un-resolved. Contrary to what cgf say, dlopen doesn't care about LD_LIBRARY_PATH while opening dependent DLLs of its argument. It opens the DLL if the depedent DLLs are found in the $PATH. I think you meant if I do dlopen("c.dll",..) it will try to find it in LD_LIBRARY_PAT

[ANNOUNCEMENT] Updated: sharutils-4.3.80-1

2005-05-30 Thread Corinna Vinschen
I've just updated the version of sharutils to 4.3.80-1. This is an official upstream release. The Cygwin version has just a tiny configure tweak. sharutils pass all (three) tests in the testsuite. NEWS relative to the previous 4.2.1 release: Version 4.3.80 - April 2005, by Bruce Korb * Buglet