public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Postmaster core dumps
@ 2005-07-18 12:24 Jason Tishler
  0 siblings, 0 replies; 21+ messages in thread
From: Jason Tishler @ 2005-07-18 12:24 UTC (permalink / raw)
  To: cygwin

On Mon, Jul 18, 2005 at 12:20:06PM +0200, Novaelec wrote:
> Yep, but anyway anybody has a solution?? I think that this is a
> critical problem (it affects in fact to "cygserver", "initdb" and
> "postmaster"), but it seems nobody has an idea to solve the fail.
> 
> Well, wait is the one solution.

Another one is to debug the problem using gdb.

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* RE: Postmaster core dumps
@ 2005-08-11 16:31 depinfo - Dep. Informatica
  0 siblings, 0 replies; 21+ messages in thread
From: depinfo - Dep. Informatica @ 2005-08-11 16:31 UTC (permalink / raw)
  To: cygwin

Ok, thanks a lot for your answer!

From: Christopher Faylor
[mailto:cgf-no-personal-reply-please@cygwin.com] 
2005/08/11
Subject: Re: Postmaster core dumps

On Thu, Aug 11, 2005 at 09:09:13AM +0200, depinfo - Dep. Informatica
wrote:
>Hi again, Christopher,
>
>Thanks again, you're a great guy! Thanks!!
>
>If you could say me, what was the problem?

A pointer needed to be initialized earlier in the cygserver startup
process.  I didn't investigate why this problem suddenly showed up
but it was an obvious fix, so, with Corinna's permission, I checked
in a patch.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
  2005-08-11  7:11 depinfo - Dep. Informatica
@ 2005-08-11 14:27 ` Christopher Faylor
  0 siblings, 0 replies; 21+ messages in thread
From: Christopher Faylor @ 2005-08-11 14:27 UTC (permalink / raw)
  To: cygwin

On Thu, Aug 11, 2005 at 09:09:13AM +0200, depinfo - Dep. Informatica wrote:
>Hi again, Christopher,
>
>Thanks again, you're a great guy! Thanks!!
>
>If you could say me, what was the problem?

A pointer needed to be initialized earlier in the cygserver startup
process.  I didn't investigate why this problem suddenly showed up
but it was an obvious fix, so, with Corinna's permission, I checked
in a patch.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* RE: Postmaster core dumps
@ 2005-08-11  7:11 depinfo - Dep. Informatica
  2005-08-11 14:27 ` Christopher Faylor
  0 siblings, 1 reply; 21+ messages in thread
From: depinfo - Dep. Informatica @ 2005-08-11  7:11 UTC (permalink / raw)
  To: cygwin

Hi again, Christopher,

Thanks again, you're a great guy! Thanks!!

If you could say me, what was the problem?

Take care :)

From: Christopher Faylor
[mailto:cgf-no-personal-reply-please@cygwin.com] 
2005-08-11
Subject: Re: Postmaster core dumps

On Mon, Aug 08, 2005 at 07:18:26PM +0200, depinfo - Dep. Informatica
wrote:
>Hi!
>
>Wonderful! PostgreSQL works again! :) Thanks a lot!
>
>But I've detected a little error that also was present before. Prior to
>start PostgreSQL is necessary run "$ cygserver" and to finish a session
>is necessary to stop the server, so anybody can use "$ cygserver -S" to
>do that. Well, but that command produces the next error:
>
>Segmentation fault (core dumped).
>
>And using gdb:
>
>Program received signal SIGSEGV, Segmentation fault.
>
>0x0040644c in create_server_transport () at
>/netrel/src/cygwin-snapshot-20050808-1/winsup/cygwin/wincap.h:84
>
>84 in /netrel/src/cygwin-snapshot-20050808-1/winsup/cygwin/wincap.h
>
>Another option is kill the process, but I think that the argument -S is
>better (more beautiful maybe :D) and would be used instead.
>
>Anyway, I thought I could make any changes by myself, but I don't know
>how... how could I see the code? Could I fix anything by myself?

This should be fixed in the latest snapshot:

http://cygwin.com/snapshots/

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
  2005-08-08 17:20 depinfo - Dep. Informatica
@ 2005-08-10 19:47 ` Christopher Faylor
  0 siblings, 0 replies; 21+ messages in thread
From: Christopher Faylor @ 2005-08-10 19:47 UTC (permalink / raw)
  To: cygwin

On Mon, Aug 08, 2005 at 07:18:26PM +0200, depinfo - Dep. Informatica wrote:
>Hi!
>
>Wonderful! PostgreSQL works again! :) Thanks a lot!
>
>But I've detected a little error that also was present before. Prior to
>start PostgreSQL is necessary run "$ cygserver" and to finish a session
>is necessary to stop the server, so anybody can use "$ cygserver -S" to
>do that. Well, but that command produces the next error:
>
>Segmentation fault (core dumped).
>
>And using gdb:
>
>Program received signal SIGSEGV, Segmentation fault.
>
>0x0040644c in create_server_transport () at
>/netrel/src/cygwin-snapshot-20050808-1/winsup/cygwin/wincap.h:84
>
>84 in /netrel/src/cygwin-snapshot-20050808-1/winsup/cygwin/wincap.h
>
>Another option is kill the process, but I think that the argument -S is
>better (more beautiful maybe :D) and would be used instead.
>
>Anyway, I thought I could make any changes by myself, but I don't know
>how... how could I see the code? Could I fix anything by myself?

This should be fixed in the latest snapshot:

http://cygwin.com/snapshots/

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
@ 2005-08-08 17:20 depinfo - Dep. Informatica
  2005-08-10 19:47 ` Christopher Faylor
  0 siblings, 1 reply; 21+ messages in thread
From: depinfo - Dep. Informatica @ 2005-08-08 17:20 UTC (permalink / raw)
  To: cygwin

Hi!

Wonderful! PostgreSQL works again! :) Thanks a lot!

But I've detected a little error that also was present before. Prior to
start PostgreSQL is necessary run "$ cygserver" and to finish a session
is necessary to stop the server, so anybody can use "$ cygserver -S" to
do that. Well, but that command produces the next error:

Segmentation fault (core dumped).

And using gdb:

Program received signal SIGSEGV, Segmentation fault.

0x0040644c in create_server_transport () at
/netrel/src/cygwin-snapshot-20050808-1/winsup/cygwin/wincap.h:84

84 in /netrel/src/cygwin-snapshot-20050808-1/winsup/cygwin/wincap.h

Another option is kill the process, but I think that the argument -S is
better (more beautiful maybe :D) and would be used instead.

Anyway, I thought I could make any changes by myself, but I don't know
how... how could I see the code? Could I fix anything by myself?

Thanks!

>>Christopher Faylor wrote:
>>
>>
>>   This should be fixed in today's snapshot.
>>
>>
>Thank you. I can confirm that the postgres is working with latest
snapshot.
>
>--
>J Lambert

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
  2005-08-07  3:18     ` Christopher Faylor
@ 2005-08-08  4:46       ` Jon A. Lambert
  0 siblings, 0 replies; 21+ messages in thread
From: Jon A. Lambert @ 2005-08-08  4:46 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
> 
> This should be fixed in today's snapshot.
> 

Thank you.  
I can confirm that the postgres is working with latest snapshot.

--
J Lambert 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
  2005-08-04 13:10   ` Corinna Vinschen
  2005-08-04 16:17     ` Novaelec
@ 2005-08-07  3:18     ` Christopher Faylor
  2005-08-08  4:46       ` Jon A. Lambert
  1 sibling, 1 reply; 21+ messages in thread
From: Christopher Faylor @ 2005-08-07  3:18 UTC (permalink / raw)
  To: cygwin

On Thu, Aug 04, 2005 at 03:10:30PM +0200, Corinna Vinschen wrote:
>On Aug  3 17:39, Corinna Vinschen wrote:
>> On Aug  3 17:17, Novaelec wrote:
>> > Hello Corinna,
>> > 
>> > I think the problem is in cygserver because the bug is related to semaphores
>> > when I use gdb. [...]
>> 
>> Sorry to say that, but to me it looks like a bug in postmaster.  Looking
>> into the stacktrace printed when the SEGV occurs, I'm getting this:
>> 
>> $ addr2line -e /bin/cygwin1.dll 610D6127 610028FE 610173A9 61017A6E 61017D1F 6109E76C 610942FF
>> /home/corinna/src/cygwin/vanilla/newlib/libc/machine/i386/memset.S:45
>> /home/corinna/src/cygwin/vanilla/winsup/cygwin/cygheap.cc:331
>> /home/corinna/src/cygwin/vanilla/winsup/cygwin/dtable.cc:375
>> /home/corinna/src/cygwin/vanilla/winsup/cygwin/dtable.cc:486
>> /home/corinna/src/cygwin/vanilla/winsup/cygwin/dtable.cc:532
>> /home/corinna/src/cygwin/vanilla/winsup/cygwin/syscalls.cc:127
>> 
>> This is the stacktrace of a dup() call on the tty slave descriptor.  It
>> looks like a heap corruption to me.  It has certainly nothing to do with
>> semaphores.
>
>FYI, I tracked the problem down to a point that I can savely say,
>it's neither a bug in postgresql, nor in cygserver.  It has nothing
>to do with semaphores.  As noted above, it's a heap problem, but
>it's entirely inside Cygwin.  Unfortunately I have no fix so far.
>For the curious, it's reproducible with
>
>	int fd;
>	for (;;)
>	  fd = dup (0);

This should be fixed in today's snapshot.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* RE: Postmaster core dumps
  2005-08-04 16:50 Igor Pechtchanski
@ 2005-08-04 17:17 ` Novaelec
  0 siblings, 0 replies; 21+ messages in thread
From: Novaelec @ 2005-08-04 17:17 UTC (permalink / raw)
  To: cygwin

Hi Igor,

Sorry... my question would have been: who made the last version of
"cygserver"?

Thanks! And sorry again.

--------------------------
From: Igor Pechtchanski [mailto:pechtcha@cs.nyu.edu] 
Thu 4 Aug 2005
To: Novaelec
RE: Postmaster core dumps

On Thu, 4 Aug 2005, Novaelec wrote, in reply to Corinna Vinschen's post:

> Who made the last version of "cygwin"?

<http://cygwin.com/who.html>.  So the right people are already looking at
the problem.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* RE: Postmaster core dumps
@ 2005-08-04 16:50 Igor Pechtchanski
  2005-08-04 17:17 ` Novaelec
  0 siblings, 1 reply; 21+ messages in thread
From: Igor Pechtchanski @ 2005-08-04 16:50 UTC (permalink / raw)
  To: Novaelec; +Cc: cygwin

On Thu, 4 Aug 2005, Novaelec wrote, in reply to Corinna Vinschen's post:

> Who made the last version of "cygwin"?

<http://cygwin.com/who.html>.  So the right people are already looking at
the problem.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* RE: Postmaster core dumps
  2005-08-04 13:10   ` Corinna Vinschen
@ 2005-08-04 16:17     ` Novaelec
  2005-08-07  3:18     ` Christopher Faylor
  1 sibling, 0 replies; 21+ messages in thread
From: Novaelec @ 2005-08-04 16:17 UTC (permalink / raw)
  To: cygwin

Hi!

Well, I'm a newbie in many senses and I can't help you to solve the problem
arrived at this point :'(

Who made the last version of "cygwin"?

Bye!

On Aug  3 17:39, Corinna Vinschen wrote:
>On Aug  3 17:39, Corinna Vinschen wrote:
>> On Aug  3 17:17, Novaelec wrote:
>> > Hello Corinna,
>> > 
>> > I think the problem is in cygserver because the bug is related to
>semaphores
>> > when I use gdb. [...]
>> 
>> Sorry to say that, but to me it looks like a bug in postmaster.  Looking
>> into the stacktrace printed when the SEGV occurs, I'm getting this:
>> 
>> $ addr2line -e /bin/cygwin1.dll 610D6127 610028FE 610173A9 61017A6E
>61017D1F 6109E76C 610942FF
>> /home/corinna/src/cygwin/vanilla/newlib/libc/machine/i386/memset.S:45
>> /home/corinna/src/cygwin/vanilla/winsup/cygwin/cygheap.cc:331
>> /home/corinna/src/cygwin/vanilla/winsup/cygwin/dtable.cc:375
>> /home/corinna/src/cygwin/vanilla/winsup/cygwin/dtable.cc:486
>> /home/corinna/src/cygwin/vanilla/winsup/cygwin/dtable.cc:532
>> /home/corinna/src/cygwin/vanilla/winsup/cygwin/syscalls.cc:127
>> 
>> This is the stacktrace of a dup() call on the tty slave descriptor.  It
>> looks like a heap corruption to me.  It has certainly nothing to do with
>> semaphores.
>
>FYI, I tracked the problem down to a point that I can savely say,
>it's neither a bug in postgresql, nor in cygserver.  It has nothing
>to do with semaphores.  As noted above, it's a heap problem, but
>it's entirely inside Cygwin.  Unfortunately I have no fix so far.
>For the curious, it's reproducible with
>
>	int fd;
>	for (;;)
>	  fd = dup (0);
>
>
>Corinna


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
  2005-08-03 15:40 ` Corinna Vinschen
@ 2005-08-04 13:10   ` Corinna Vinschen
  2005-08-04 16:17     ` Novaelec
  2005-08-07  3:18     ` Christopher Faylor
  0 siblings, 2 replies; 21+ messages in thread
From: Corinna Vinschen @ 2005-08-04 13:10 UTC (permalink / raw)
  To: cygwin

On Aug  3 17:39, Corinna Vinschen wrote:
> On Aug  3 17:17, Novaelec wrote:
> > Hello Corinna,
> > 
> > I think the problem is in cygserver because the bug is related to semaphores
> > when I use gdb. [...]
> 
> Sorry to say that, but to me it looks like a bug in postmaster.  Looking
> into the stacktrace printed when the SEGV occurs, I'm getting this:
> 
> $ addr2line -e /bin/cygwin1.dll 610D6127 610028FE 610173A9 61017A6E 61017D1F 6109E76C 610942FF
> /home/corinna/src/cygwin/vanilla/newlib/libc/machine/i386/memset.S:45
> /home/corinna/src/cygwin/vanilla/winsup/cygwin/cygheap.cc:331
> /home/corinna/src/cygwin/vanilla/winsup/cygwin/dtable.cc:375
> /home/corinna/src/cygwin/vanilla/winsup/cygwin/dtable.cc:486
> /home/corinna/src/cygwin/vanilla/winsup/cygwin/dtable.cc:532
> /home/corinna/src/cygwin/vanilla/winsup/cygwin/syscalls.cc:127
> 
> This is the stacktrace of a dup() call on the tty slave descriptor.  It
> looks like a heap corruption to me.  It has certainly nothing to do with
> semaphores.

FYI, I tracked the problem down to a point that I can savely say,
it's neither a bug in postgresql, nor in cygserver.  It has nothing
to do with semaphores.  As noted above, it's a heap problem, but
it's entirely inside Cygwin.  Unfortunately I have no fix so far.
For the curious, it's reproducible with

	int fd;
	for (;;)
	  fd = dup (0);


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
       [not found] <0MKu60-1E0L272OZO-0000t4@mxeu10.kundenserver.de>
@ 2005-08-03 15:40 ` Corinna Vinschen
  2005-08-04 13:10   ` Corinna Vinschen
  0 siblings, 1 reply; 21+ messages in thread
From: Corinna Vinschen @ 2005-08-03 15:40 UTC (permalink / raw)
  To: cygwin

On Aug  3 17:17, Novaelec wrote:
> Hello Corinna,
> 
> I think the problem is in cygserver because the bug is related to semaphores
> when I use gdb.
> 
> Here you have a case where you get the error:
> 
> First, you must install postgresql (ver. 7) with Cygwin installation. Later,
> configure the database:
> 
> $ /usr/sbin/cygserver&
> 
> $ export CYGWIN=server
> 
> $ initdb -D /usr/local/pgsql/data -W -E LATIN1
> 
> And now comes the problem:
> 
> $ postmaster -D /usr/local/pgsql/data
> 
> It returns "segmentation fault (core dumped)".

That's not what I meant.  I ws talking about minimum source code which
allows to reproduce the problem.

> Any idea?

Sorry to say that, but to me it looks like a bug in postmaster.  Looking
into the stacktrace printed when the SEGV occurs, I'm getting this:

$ addr2line -e /bin/cygwin1.dll 610D6127 610028FE 610173A9 61017A6E 61017D1F 6109E76C 610942FF
/home/corinna/src/cygwin/vanilla/newlib/libc/machine/i386/memset.S:45
/home/corinna/src/cygwin/vanilla/winsup/cygwin/cygheap.cc:331
/home/corinna/src/cygwin/vanilla/winsup/cygwin/dtable.cc:375
/home/corinna/src/cygwin/vanilla/winsup/cygwin/dtable.cc:486
/home/corinna/src/cygwin/vanilla/winsup/cygwin/dtable.cc:532
/home/corinna/src/cygwin/vanilla/winsup/cygwin/syscalls.cc:127

This is the stacktrace of a dup() call on the tty slave descriptor.  It
looks like a heap corruption to me.  It has certainly nothing to do with
semaphores.

I'd rather like to see somebody who knows postmaster to debug it to the
point where the SEGV occurs and to create a minimum testcase (see above)
if possible.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
@ 2005-08-03 15:19 Novaelec
  0 siblings, 0 replies; 21+ messages in thread
From: Novaelec @ 2005-08-03 15:19 UTC (permalink / raw)
  To: cygwin

Hello Corinna,

I think the problem is in cygserver because the bug is related to semaphores
when I use gdb.

Here you have a case where you get the error:

First, you must install postgresql (ver. 7) with Cygwin installation. Later,
configure the database:

$ /usr/sbin/cygserver&

$ export CYGWIN=server

$ initdb -D /usr/local/pgsql/data -W -E LATIN1

And now comes the problem:

$ postmaster -D /usr/local/pgsql/data

It returns "segmentation fault (core dumped)".

Any idea?

Thanks for your answer ;)

On Aug 1 16:20 Corinna Vinschen wrote:

>On Jul 18 22:06, Reini Urban wrote:
>> Novaelec schrieb:
>> >I run gdb with postmaster, the last process necessary to complete the
>> >PostgreSQL installation and which makes memory faults.
>> >
>> >I got then a little text about semaphores, the 'semget' function and a
>> >little tip to configure /usr/local/data/postgresql.conf, but I've been
>> >trying to make postmaster works helped for that info and another one
from
>> >internet without get any result.
>> >
>> >Any idea? Now I know the problem is related to semaphores, but I don't
get
>> >any progress in that sense.
>> 
>> Most likely it's not semget() but earlier in the initial IPC setup in
>> CreateSharedMemoryAndSemaphores() with parallel connections.
>> I always get IsBadWritePtr() in shminit() since 8.0-beta3.
>
>Does that mean it's a bug in postgresql or in cygserver?  If the latter,
>can you prepare a minimal testcase, please?
>
>
>Thanks,
>Corinna


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
  2005-07-18 20:06 Reini Urban
@ 2005-08-01 14:20 ` Corinna Vinschen
  0 siblings, 0 replies; 21+ messages in thread
From: Corinna Vinschen @ 2005-08-01 14:20 UTC (permalink / raw)
  To: cygwin

On Jul 18 22:06, Reini Urban wrote:
> Novaelec schrieb:
> >I run gdb with postmaster, the last process necessary to complete the
> >PostgreSQL installation and which makes memory faults.
> >
> >I got then a little text about semaphores, the 'semget' function and a
> >little tip to configure /usr/local/data/postgresql.conf, but I've been
> >trying to make postmaster works helped for that info and another one from
> >internet without get any result.
> >
> >Any idea? Now I know the problem is related to semaphores, but I don't get
> >any progress in that sense.
> 
> Most likely it's not semget() but earlier in the initial IPC setup in
> CreateSharedMemoryAndSemaphores() with parallel connections.
> I always get IsBadWritePtr() in shminit() since 8.0-beta3.

Does that mean it's a bug in postgresql or in cygserver?  If the latter,
can you prepare a minimal testcase, please?


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
@ 2005-07-19 13:39 Novaelec
  0 siblings, 0 replies; 21+ messages in thread
From: Novaelec @ 2005-07-19 13:39 UTC (permalink / raw)
  To: cygwin

Hi Reini,

Many thanks for your answer :)

Then haven't we any solve yet? :( I don't know what do now.

Any good soul out there?

Bye!

>>I run gdb with postmaster, the last process necessary to complete the
>>PostgreSQL installation and which makes memory faults.
>>
>>
>>I got then a little text about semaphores, the 'semget' function and a
>>little tip to configure /usr/local/data/postgresql.conf, but I've been
>>trying to make postmaster works helped for that info and another one from
>>internet without get any result.
>>
>>
>>Any idea? Now I know the problem is related to semaphores, but I don't get
>>any progress in that sense.
>>
>
>Most likely it's not semget() but earlier in the initial IPC setup in
>CreateSharedMemoryAndSemaphores() with parallel connections.
>I always get IsBadWritePtr() in shminit() since 8.0-beta3.
>Just tested again (make check MAX_CONNECTIONS=5) and again got:
>creating template1 database in
/usr/src/postgresql/postgresql-8.0.3/src/test/regress/./tmp_check/data/base/
1 ... Signal 12
>"child process exited with exit code 140"
>--
>Reini Urban
>http://xarch.tu-graz.ac.at/home/rurban/
>http://phpwiki.org/



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
@ 2005-07-19 11:22 Jason Tishler
  0 siblings, 0 replies; 21+ messages in thread
From: Jason Tishler @ 2005-07-19 11:22 UTC (permalink / raw)
  To: cygwin

On Mon, Jul 18, 2005 at 07:36:44PM +0200, Novaelec wrote:
> Help, please...

You need to build a debug-able Cygwin DLL and PostgreSQL in order to
successfully debug.  Sorry, I can't be of more help without actually do
this myself.

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
@ 2005-07-18 20:06 Reini Urban
  2005-08-01 14:20 ` Corinna Vinschen
  0 siblings, 1 reply; 21+ messages in thread
From: Reini Urban @ 2005-07-18 20:06 UTC (permalink / raw)
  To: cygwin

Novaelec schrieb:
> I run gdb with postmaster, the last process necessary to complete the
> PostgreSQL installation and which makes memory faults.
> 
> I got then a little text about semaphores, the 'semget' function and a
> little tip to configure /usr/local/data/postgresql.conf, but I've been
> trying to make postmaster works helped for that info and another one from
> internet without get any result.
> 
> Any idea? Now I know the problem is related to semaphores, but I don't get
> any progress in that sense.

Most likely it's not semget() but earlier in the initial IPC setup in
CreateSharedMemoryAndSemaphores() with parallel connections.
I always get IsBadWritePtr() in shminit() since 8.0-beta3.
Just tested again (make check MAX_CONNECTIONS=5) and again got:
creating template1 database in 
/usr/src/postgresql/postgresql-8.0.3/src/test/regress/./tmp_check/data/base/1 
... Signal 12
"child process exited with exit code 140"
-- 
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
http://phpwiki.org/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
@ 2005-07-18 17:38 Novaelec
  0 siblings, 0 replies; 21+ messages in thread
From: Novaelec @ 2005-07-18 17:38 UTC (permalink / raw)
  To: cygwin

Hi!

Thanks Jason for the answer.

I run gdb with postmaster, the last process necessary to complete the
PostgreSQL installation and which makes memory faults.

I got then a little text about semaphores, the 'semget' function and a
little tip to configure /usr/local/data/postgresql.conf, but I've been
trying to make postmaster works helped for that info and another one from
internet without get any result.

Any idea? Now I know the problem is related to semaphores, but I don't get
any progress in that sense.

Help, please...


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Postmaster core dumps
@ 2005-07-18 12:08 Novaelec
  0 siblings, 0 replies; 21+ messages in thread
From: Novaelec @ 2005-07-18 12:08 UTC (permalink / raw)
  To: cygwin

Helo Frank,

Yep, but anyway anybody has a solution?? I think that this is a critical
problem (it affects in fact to "cygserver", "initdb" and "postmaster"), but
it seems nobody has an idea to solve the fail.

Well, wait is the one solution.

Bye!


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Postmaster core dumps
@ 2005-07-15 16:11 Frank-Michael Moser
  0 siblings, 0 replies; 21+ messages in thread
From: Frank-Michael Moser @ 2005-07-15 16:11 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 930 bytes --]

Since I have updated my Cygwin to the latest version calling postmaster 
core dumps. This is probably not an installation problem because 
everything was fine before. Also this happens independently on two 
different machines. Also removing the default database and creating a 
fresh one with initdb did not help (while initdb worked fine!).

I have attached the output of cygcheck -s -c and postgres.exe.stackdump. 
Here is the relevant part of the output.

> $ /usr/sbin/cygserver.exe -v
> cygserver: (cygwin) 1.12
> API version 1.5.18(0.132/4/1)-(3.0.0.2) 2005-07-02 20:30
>
> $ postmaster -V
> postmaster (PostgreSQL) 7.4.5
>
> $ postmaster -d 5 -i
> DEBUG:  -----------------------------------------
> DEBUG:  searching PATH for executable
> DEBUG:  [...]
> DEBUG:  found "/usr/bin/postgres" using PATH
> DEBUG:  invoking IpcMemoryCreate(size=10461184)
> Segmentation fault (core dumped)

Has anybody an idea?

Frank-Michael

[-- Attachment #2: postgres.exe.stackdump --]
[-- Type: text/plain, Size: 1050 bytes --]

Exception: STATUS_ACCESS_VIOLATION at eip=610022AE
eax=61259000 ebx=61259000 ecx=FFFF0000 edx=61259208 esi=00000009 edi=61155A20
ebp=0022E908 esp=0022E900 program=C:\cygwin\bin\postgres.exe, pid 3848, thread main
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame     Function  Args
0022E908  610022AE  (61156448, 61155A20, 0022E938, 610E10E7)
0022E948  6100288F  (61155A20, 61155A20, 0022E978, 610E10E7)
0022E978  610115CB  (61155A60, 61258E08, 0022E9C8, 61010F4E)
0022E9A8  61011CED  (61154A78, 61155A20, 611DABE8, 61154A78)
0022E9E8  61011E38  (61154A78, 00000000, 000007A3, 00002000)
0022EA28  6108E3FD  (00000000, 00002000, 0022EA68, 1003023C)
0022EA58  610844FF  (0022EA78, 0022EA7C, 0022EA88, 0053F2C3)
0022EA88  0055945A  (00001538, 00000000, 00001538, 10036710)
0022EEE8  0053D258  (00000004, 100302C0, 0022EF18, 61087959)
0022EF18  00506FFD  (00000004, 61159488, 10030090, 7C929AF0)
0022EFD8  61004DD2  (0022EFF0, 00000000, 00000000, 00000000)
0022FF88  6100594F  (00000000, 00000000, 00000000, 00000000)
End of stack trace

[-- Attachment #3: cygcheck-s-c.txt --]
[-- Type: text/plain, Size: 97062 bytes --]

Cygwin Package Information
Package                 Version                                                                                                                                                               Status
_update-info-dir        00279-1                                                                                                                                                               OK
alternatives            1.3.20a-1                                                                                                                                                             OK
apache                  1.3.33-1                                                                                                                                                              OK
ash                     20040127-3                                                                                                                                                            OK
aspell                  0.50.3-1                                                                                                                                                              OK
aspell-en               0.51.0-1                                                                                                                                                              OK
autoconf                2.59-2                                                                                                                                                                OK
autoconf-devel          2.59-2                                                                                                                                                                OK
autoconf-stable         2.13-6                                                                                                                                                                OK
autoconf2.1             2.13-1                                                                                                                                                                OK
autoconf2.5             2.59-1                                                                                                                                                                OK
automake                1.7.9-2                                                                                                                                                               OK
automake-devel          1.9.2-2                                                                                                                                                               OK
automake-stable         1.4p6-3                                                                                                                                                               OK
automake1.4             1.4p6-2                                                                                                                                                               OK
automake1.9             1.9.5-2                                                                                                                                                               OK
base-files              3.5-1                                                                                                                                                                 OK
base-passwd             2.2-1                                                                                                                                                                 OK
bash                    3.0-7                                                                                                                                                                 OK
bc                      1.06-2                                                                                                                                                                OK
binutils                20050610-1                                                                                                                                                            OK
bison                   20030307-1                                                                                                                                                            OK
bzip2                   1.0.3-1                                                                                                                                                               OK
chkconfig               1.2.24h-1                                                                                                                                                             OK
clear                   1.0-1                                                                                                                                                                 OK
coreutils               5.3.0-9                                                                                                                                                               OK
cpio                    2.6-3                                                                                                                                                                 OK
cron                    3.0.1-19                                                                                                                                                              OK
crypt                   1.1-1                                                                                                                                                                 OK
ctags                   5.5-4                                                                                                                                                                 OK
curl                    7.11.1-1                                                                                                                                                              OK
cvs                     1.11.17-1                                                                                                                                                             OK
cvsutils                0.2.3-1                                                                                                                                                               OK
cygipc                  2.03-2                                                                                                                                                                OK
cygrunsrv               1.10-1                                                                                                                                                                OK
cygutils                1.2.9-1                                                                                                                                                               OK
cygwin                  1.5.18-1                                                                                                                                                              OK
cygwin-doc              1.4-2                                                                                                                                                                 OK
db3.1                   3.1.17-2                                                                                                                                                              OK
db4.1                   4.1.25-1                                                                                                                                                              OK
diff                    1.0-1                                                                                                                                                                 OK
diffutils               2.8.7-1                                                                                                                                                               OK
ec-fonts-mftraced       1.0.8-4                                                                                                                                                               OK
ed                      0.2-1                                                                                                                                                                 OK
editrights              1.01-1                                                                                                                                                                OK
ELFIO                   1.0.2-1                                                                                                                                                               OK
emacs                   21.2-13                                                                                                                                                               OK
emacs-X11               21.2-13                                                                                                                                                               OK
enscript                1.6.3-3                                                                                                                                                               OK
exim                    4.50-1                                                                                                                                                                OK
expat                   1.95.8-1                                                                                                                                                              OK
expect                  20030128-1                                                                                                                                                            OK
file                    4.12-1                                                                                                                                                                OK
fileutils               4.1-3                                                                                                                                                                 OK
findutils               20041227-1                                                                                                                                                            OK
flex                    2.5.4a-3                                                                                                                                                              OK
fontconfig              2.2.2-1                                                                                                                                                               OK
fortune                 1.99.1-1                                                                                                                                                              OK
freetype2               2.1.5-1                                                                                                                                                               OK
gawk                    3.1.4-3                                                                                                                                                               OK
gcc                     3.4.4-1                                                                                                                                                               OK
gcc-core                3.4.4-1                                                                                                                                                               OK
gcc-g++                 3.4.4-1                                                                                                                                                               OK
gcc-java                3.4.4-1                                                                                                                                                               OK
gcc-mingw               20040810-1                                                                                                                                                            OK
gcc-mingw-core          20050522-1                                                                                                                                                            OK
gcc-mingw-g++           20050522-1                                                                                                                                                            OK
gcc-mingw-java          20050522-1                                                                                                                                                            OK
gcc2                    2.95.3-10                                                                                                                                                             OK
gdb                     20041228-3                                                                                                                                                            OK
gdbm                    1.8.3-7                                                                                                                                                               OK
gettext                 0.14.1-1                                                                                                                                                              OK
ghostscript             8.15-2                                                                                                                                                                OK
ghostscript-base        8.15-2                                                                                                                                                                OK
ghostscript-x11         8.15-2                                                                                                                                                                OK
glib                    1.2.10-3                                                                                                                                                              OK
gmp                     4.1.4-2                                                                                                                                                               OK
gnugo                   3.6-1                                                                                                                                                                 OK
gnupg                   1.4.1-1                                                                                                                                                               OK
grace                   5.1.18-1                                                                                                                                                              OK
grep                    2.5.1a-2                                                                                                                                                              OK
groff                   1.18.1-2                                                                                                                                                              OK
guile                   1.6.7-1                                                                                                                                                               OK
gzip                    1.3.5-1                                                                                                                                                               OK
inetutils               1.3.2-29                                                                                                                                                              OK
initscripts             0.9-1                                                                                                                                                                 OK
irc                     20010101-3                                                                                                                                                            OK
jbigkit                 1.5-3                                                                                                                                                                 OK
jpeg                    6b-11                                                                                                                                                                 OK
kde3-i18n-de            3.1.4                                                                                                                                                                 Incomplete
kdebase-3               3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3.1.4-1                                                                                                                   Incomplete
kdeedu-3                3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3.1.4-1                                                                                                                   Incomplete
kdelibs-3               3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3.1.4-3                                                                                                                   Incomplete
kdenetwork-3            3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3.1.4-1                                                                                                                   Incomplete
kdevelop-3              3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3.0.0-9                                                                                                                   Incomplete
keychain                2.5.3.1-1                                                                                                                                                             OK
less                    381-1                                                                                                                                                                 OK
lesstif                 0.93.94-2                                                                                                                                                             OK
libapr0                 0.9.6-1                                                                                                                                                               OK
libaprutil0             0.9.6-1                                                                                                                                                               OK
libart_lgpl             2.3.16-1                                                                                                                                                              OK
libaspell15             0.50.3-1                                                                                                                                                              OK
libbz2_0                1.0.2-1                                                                                                                                                               OK
libbz2_1                1.0.3-1                                                                                                                                                               OK
libcharset1             1.9.2-1                                                                                                                                                               OK
libdb3.1                3.1.17-2                                                                                                                                                              OK
libdb4.1                4.1.25-1                                                                                                                                                              OK
libdb4.2                4.2.52-1                                                                                                                                                              OK
libdb4.3                4.3.28-1                                                                                                                                                              OK
libfontconfig-devel     2.2.2-1                                                                                                                                                               OK
libfontconfig1          2.2.2-1                                                                                                                                                               OK
libfreetype2-devel      2.1.5-1                                                                                                                                                               OK
libfreetype26           2.1.5-1                                                                                                                                                               OK
libgcrypt               1.2.1-1                                                                                                                                                               OK
libgdbm                 1.8.0-5                                                                                                                                                               OK
libgdbm-devel           1.8.3-7                                                                                                                                                               OK
libgdbm3                1.8.3-3                                                                                                                                                               OK
libgdbm4                1.8.3-7                                                                                                                                                               OK
libgettextpo0           0.14.1-1                                                                                                                                                              OK
libgpg-error            1.1-1                                                                                                                                                                 OK
libguile12              1.6.7-1                                                                                                                                                               OK
libguile12abi13         1.6.4-3                                                                                                                                                               OK
libguile16              1.7.1.20041006-1                                                                                                                                                      OK
libiconv                1.9.2-1                                                                                                                                                               OK
libiconv2               1.9.2-1                                                                                                                                                               OK
libintl                 0.10.38-3                                                                                                                                                             OK
libintl1                0.10.40-1                                                                                                                                                             OK
libintl2                0.12.1-3                                                                                                                                                              OK
libintl3                0.14.1-1                                                                                                                                                              OK
libjpeg62               6b-11                                                                                                                                                                 OK
libjpeg6b               6b-8                                                                                                                                                                  OK
libkpathsea3            2.0.2-15                                                                                                                                                              OK
libkpathsea4            3.0.0-3                                                                                                                                                               OK
libltdl3                1.5.18-1                                                                                                                                                              OK
libltdl6                1.9f_20041024-1                                                                                                                                                       OK
libncurses5             5.2-1                                                                                                                                                                 OK
libncurses6             5.2-8                                                                                                                                                                 OK
libncurses7             5.3-4                                                                                                                                                                 OK
libncurses8             5.4-2                                                                                                                                                                 OK
libneon24               0.24.7-1                                                                                                                                                              OK
libopenldap2_2_7        2.2.26-1                                                                                                                                                              OK
libpcre                 4.1-1                                                                                                                                                                 OK
libpcre0                4.5-1                                                                                                                                                                 OK
libpng                  1.2.8-2                                                                                                                                                               OK
libpng10                1.0.18-2                                                                                                                                                              OK
libpng12                1.2.8-2                                                                                                                                                               OK
libpng12-devel          1.2.8-2                                                                                                                                                               OK
libpopt0                1.6.4-4                                                                                                                                                               OK
libPropList             0.10.1-3                                                                                                                                                              OK
libreadline4            4.1-2                                                                                                                                                                 OK
libreadline5            4.3-5                                                                                                                                                                 OK
libreadline6            5.0-2                                                                                                                                                                 OK
libsasl2                2.1.19-3                                                                                                                                                              OK
libtiff-devel           3.7.3-1                                                                                                                                                               OK
libtiff3                3.6.0-2                                                                                                                                                               OK
libtiff4                3.6.0-5                                                                                                                                                               OK
libtiff5                3.7.3-1                                                                                                                                                               OK
libtool                 1.5b-2                                                                                                                                                                OK
libtool-devel           1.5.10-2                                                                                                                                                              OK
libtool-stable          1.4.3-3                                                                                                                                                               OK
libtool1.5              1.5.18-1                                                                                                                                                              OK
libungif                4.1.0-3                                                                                                                                                               OK
libxerces-c21           2.1.0-1                                                                                                                                                               OK
libxerces-c22           2.2.0-1                                                                                                                                                               OK
libxerces-c23           2.3.0-4                                                                                                                                                               OK
libXft                  2.1.6-1                                                                                                                                                               OK
libXft-devel            2.1.6-1                                                                                                                                                               OK
libXft1                 1.0.0-1                                                                                                                                                               OK
libXft2                 2.1.6-1                                                                                                                                                               OK
libxml2                 2.6.20-2                                                                                                                                                              OK
libxslt                 1.1.14-1                                                                                                                                                              OK
links                   0.99pre14-1                                                                                                                                                           OK
login                   1.9-7                                                                                                                                                                 OK
lynx                    2.8.5-2                                                                                                                                                               OK
m4                      1.4.3-1                                                                                                                                                               OK
make                    3.80-1                                                                                                                                                                OK
man                     1.5p-1                                                                                                                                                                OK
mc                      4.6.1-1                                                                                                                                                               OK
mingw-runtime           3.7-1                                                                                                                                                                 OK
minires                 1.00-1                                                                                                                                                                OK
mktemp                  1.5-3                                                                                                                                                                 OK
mod_auth_mysql          1.11-1                                                                                                                                                                Incomplete
mod_auth_ntsec          1.7-1                                                                                                                                                                 Incomplete
mod_dav                 1.0.3-1.3.6-1                                                                                                                                                         Incomplete
mod_php4                4.2.0-2                                                                                                                                                               Incomplete
mod_ssl                 2.8.8-1.3.24-1                                                                                                                                                        Incomplete
more                    2.11o-1                                                                                                                                                               OK
mt                      2.3.1-1                                                                                                                                                               OK
nano                    1.2.2-1                                                                                                                                                               OK
ncftp                   3.1.7-1                                                                                                                                                               OK
ncurses                 5.4-2                                                                                                                                                                 OK
nedit                   5.5-1                                                                                                                                                                 OK
newlib-man              20020801                                                                                                                                                              OK
openbox                 0.99.1-4                                                                                                                                                              OK
opengl                  1.1.0-7                                                                                                                                                               OK
openssh                 4.1p1-2                                                                                                                                                               OK
openssl                 0.9.8-2                                                                                                                                                               OK
openssl096              0.9.6j-1                                                                                                                                                              OK
openssl097              0.9.7g-1                                                                                                                                                              OK
patch                   2.5.8-8                                                                                                                                                               OK
pcre                    4.5-1                                                                                                                                                                 OK
pcre-doc                4.5-1                                                                                                                                                                 OK
perl                    5.8.7-2                                                                                                                                                               OK
perl_manpages           5.8.7-2                                                                                                                                                               OK
pine                    4.58-1                                                                                                                                                                OK
pinfo                   0.6.8-1                                                                                                                                                               OK
pkgconfig               0.17.2-2                                                                                                                                                              OK
popt                    1.6.4-4                                                                                                                                                               OK
postgresql              7.4.5-1                                                                                                                                                               OK
procps                  3.2.5-1                                                                                                                                                               OK
psutils                 1.17-1                                                                                                                                                                OK
python                  2.4.1-1                                                                                                                                                               OK
qt-3-gcc3               3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3-gcc3-3.2.3-3     Incomplete
qt_3                    3.2.3                                                                                                                                                                 Incomplete
quanta-3                3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3-3.1.2-2                                                                                                                   Incomplete
readline                5.0-2                                                                                                                                                                 OK
rebase                  2.3-1                                                                                                                                                                 OK
regex                   4.4-4                                                                                                                                                                 OK
robots                  2.0-4                                                                                                                                                                 OK
rsync                   2.6.3-1                                                                                                                                                               OK
rxvt                    2.7.10-6                                                                                                                                                              OK
sed                     4.1.4-1                                                                                                                                                               OK
setsid                  0.0-3                                                                                                                                                                 OK
sh-utils                2.0.15-5                                                                                                                                                              OK
sharutils               4.3.80-1                                                                                                                                                              OK
shutdown                1.7-1                                                                                                                                                                 OK
ssmtp                   2.60.9-3                                                                                                                                                              OK
stunnel                 4.04-3                                                                                                                                                                OK
subversion              1.2.0-1                                                                                                                                                               OK
SWI-Prolog              5.2.6-1                                                                                                                                                               OK
sysvinit                2.84-4                                                                                                                                                                OK
tar                     1.13.25-7                                                                                                                                                             OK
tcltk                   20030901-1                                                                                                                                                            OK
tcp_wrappers            7.6-1                                                                                                                                                                 OK
tcsh                    6.14.00-4                                                                                                                                                             OK
termcap                 20050421-1                                                                                                                                                            OK
terminfo                5.4_20041009-1                                                                                                                                                        OK
tetex                   3.0.0-3                                                                                                                                                               OK
tetex-base              3.0.0-3                                                                                                                                                               OK
tetex-beta              20020911-1                                                                                                                                                            OK
tetex-bin               3.0.0-3                                                                                                                                                               OK
tetex-extra             3.0.0-3                                                                                                                                                               OK
tetex-tiny              3.0.0-3                                                                                                                                                               OK
tetex-x11               3.0.0-3                                                                                                                                                               OK
texinfo                 4.8-1                                                                                                                                                                 OK
texmf                   20020911-1                                                                                                                                                            OK
texmf-base              20020911-1                                                                                                                                                            OK
texmf-doc               20020911-1                                                                                                                                                            OK
texmf-extra             20020911-1                                                                                                                                                            OK
texmf-tiny              20020911-1                                                                                                                                                            OK
textutils               2.0.21-2                                                                                                                                                              OK
tidy                    041206-1                                                                                                                                                              OK
tiff                    3.7.3-1                                                                                                                                                               OK
time                    1.7-1                                                                                                                                                                 OK
ttcp                    19980512-1                                                                                                                                                            OK
ucl                     1.01-1                                                                                                                                                                OK
units                   1.77-1                                                                                                                                                                OK
unzip                   5.50-5                                                                                                                                                                OK
upx                     1.24-1                                                                                                                                                                OK
vim                     6.3-1                                                                                                                                                                 OK
w32api                  3.2-1                                                                                                                                                                 OK
wget                    1.9.1-2                                                                                                                                                               OK
which                   1.7-1                                                                                                                                                                 OK
whois                   4.6.14-1                                                                                                                                                              OK
WindowMaker             0.90.0-2                                                                                                                                                              OK
X-start-menu-icons      1.0.3-2                                                                                                                                                               OK
X-startup-scripts       1.0.10-4                                                                                                                                                              OK
x2x                     1.30-2                                                                                                                                                                OK
Xaw3d                   1.5D-5                                                                                                                                                                OK
XFree86-base            4.3.0-11                                                                                                                                                              OK
XFree86-bin             4.3.0-21                                                                                                                                                              OK
XFree86-bin-icons       4.3.0-7                                                                                                                                                               OK
XFree86-doc             4.3.0-2                                                                                                                                                               OK
XFree86-etc             4.3.0-12                                                                                                                                                              OK
XFree86-f100            4.3.0-2                                                                                                                                                               OK
XFree86-fenc            4.3.0-2                                                                                                                                                               OK
XFree86-fnts            4.3.0-2                                                                                                                                                               OK
XFree86-fscl            4.3.0-2                                                                                                                                                               OK
XFree86-fsrv            4.3.0-9                                                                                                                                                               OK
XFree86-html            4.3.0-10                                                                                                                                                              OK
XFree86-lib             4.3.0-3                                                                                                                                                               OK
XFree86-lib-compat      4.3.0-2                                                                                                                                                               OK
XFree86-man             4.3.0-10                                                                                                                                                              OK
XFree86-nest            4.3.0-8                                                                                                                                                               OK
XFree86-prog            4.3.0-21                                                                                                                                                              OK
XFree86-prt             4.3.0-6                                                                                                                                                               OK
XFree86-ps              4.3.0-2                                                                                                                                                               OK
XFree86-startup-scripts 4.3.0-1                                                                                                                                                               OK
XFree86-vfb             4.3.0-8                                                                                                                                                               OK
XFree86-xserv           4.3.0-68                                                                                                                                                              OK
XFree86-xwinclip        4.3.0-3                                                                                                                                                               OK
XmHTML                  1.1.7-1                                                                                                                                                               OK
xorg-x11-base           6.8.2.0-1                                                                                                                                                             OK
xorg-x11-bin            6.8.2.0-1                                                                                                                                                             OK
xorg-x11-bin-dlls       6.8.2.0-1                                                                                                                                                             OK
xorg-x11-bin-lndir      6.8.2.0-1                                                                                                                                                             OK
xorg-x11-devel          6.8.2.0-2                                                                                                                                                             OK
xorg-x11-etc            6.8.2.0-1                                                                                                                                                             OK
xorg-x11-f100           6.8.1.0-3                                                                                                                                                             OK
xorg-x11-fenc           6.8.1.0-2                                                                                                                                                             OK
xorg-x11-fnts           6.8.1.0-3                                                                                                                                                             OK
xorg-x11-fscl           6.8.1.0-2                                                                                                                                                             OK
xorg-x11-fsrv           6.8.2.0-1                                                                                                                                                             OK
xorg-x11-libs-data      6.8.2.0-1                                                                                                                                                             OK
xorg-x11-man-pages      6.8.2.0-1                                                                                                                                                             OK
xorg-x11-man-pages-html 6.8.2.0-1                                                                                                                                                             OK
xorg-x11-nest           6.8.2.0-2                                                                                                                                                             OK
xorg-x11-vfb            6.8.2.0-2                                                                                                                                                             OK
xorg-x11-xwin           6.8.2.0-4                                                                                                                                                             OK
xpm-nox                 4.2.0-4                                                                                                                                                               OK
xterm                   202-1                                                                                                                                                                 OK
zip                     2.3-6                                                                                                                                                                 OK
zlib                    1.2.2-2                                                                                                                                                               OK
zsh                     4.2.4-1                                                                                                                                                               OK

Cygwin Configuration Diagnostics
Current System Time: Fri Jul 15 18:01:11 2005

Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 2

Path:	.\
	c:\home\moser\scripts\cygwin
	c:\home\moser\scripts
	c:\home\moser\bin\cygwin
	c:\home\moser\bin
	c:\home\moser\work\bin
	C:\cygwin\opt\kde3.4\lib
	C:\cygwin\opt\kde3.4\lib\kde3
	C:\cygwin\opt\kde3.4\bin
	C:\cygwin\opt\qt\3.3\bin
	C:\cygwin\opt\qt\3.3\bin
	C:\cygwin\opt\kde3.4\bin
	C:\cygwin\opt\kde3.4\lib
	C:\cygwin\opt\kde3.4\lib\kde3
	C:\cygwin\opt\kde3\bin
	C:\cygwin\opt\kde3\lib
	C:\cygwin\opt\kde3\lib\kde3
	.\
	C:\jdk\1.5.0\bin
	C:\cygwin\usr\X11R6\bin
	C:\cygwin\usr\X11R6\bin
	C:\cygwin\usr\X11R6\bin
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	c:\Programme\Gemeinsame Dateien\NetSarang
	c:\Programme\system
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\Programme\Network Associates\PGPcmdln
	x:\bin
	c:\Programme\ATI Technologies\ATI Control Panel
	c:\PROGRA~2\ATT\Graphviz\bin
	c:\PROGRA~2\ATT\Graphviz\bin\tools
	c:\home\moser\work\tools\ashkelon\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1005(moser)     GID: 513(Kein)
0(root)              513(Kein)            544(Administratoren)
545(Benutzer)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1005(moser)     GID: 513(Kein)
0(root)              513(Kein)            544(Administratoren)
545(Benutzer)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = `moser'
LD_LIBRARY_PATH = `c:\home\moser\work\native'
PWD = `/home/moser'
CYGWIN = `nontsec nosmbntsec server'
HOME = `/home/moser'
MAKE_MODE = `unix'

Use `-r' to scan registry

a:  fd             N/A    N/A                    
c:  hd  NTFS     17947Mb  82% CP CS UN PA FC     PIP
d:  cd             N/A    N/A                    
e:  cd             N/A    N/A                    
f:  hd  NTFS     10668Mb  56% CP CS UN PA FC     Data
g:  hd  NTFS     76347Mb  66% CP CS UN PA FC     TREKSTOR
l:  cd             N/A    N/A                    
o:  net NTFS    120898Mb  99% CP CS    PA        Web_Installers
p:  net NTFS     16042Mb  92% CP CS    PA        Export
r:  net NTFS    120898Mb  99% CP CS    PA        shared
s:  net NTFS    120898Mb  99% CP CS    PA        software
t:  net NTFS    120898Mb  99% CP CS    PA        Transfer
u:  net NTFS    120898Mb  99% CP CS    PA        moser
w:  net NTFS    120898Mb  99% CP CS    PA        decodon
x:  hd  NTFS     10668Mb  56% CP CS UN PA FC     Data
y:  hd  NTFS     17947Mb  82% CP CS UN PA FC     PIP
z:  hd  NTFS     17947Mb  82% CP CS UN PA FC     PIP

C:\cygwin                          /                         system  binmode
\\dagobert\moser                   /home/gustav/moser        system  binmode,noexec
\\dagobert\software                /home/public/software     system  binmode
\\dagobert\transfer                /home/public/transfer     system  binmode,noexec
i:                                 /mnt/ipod                 system  binmode,noexec
\\dagobert\Web_Installers          /mnt/webinstallers        system  binmode,noexec
C:\cygwin\opt\kde3                 /opt/kde3                 system  binmode
C:\cygwin/bin                      /usr/bin                  system  binmode
C:\cygwin/lib                      /usr/lib                  system  binmode
C:\jdk\1.5.0                       /usr/local/java           system  binmode
C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
.                                  /cygdrive                 system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: x:\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: x:\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: x:\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: x:\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: x:\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: x:\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: x:\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: x:\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: x:\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: x:\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: x:\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: x:\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: x:\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: x:\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: x:\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: x:\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: x:\bin\tar.exe

   67k 2005/06/06 C:\cygwin\opt\kde3.4\lib\cygkabckonnector.dll
   67k 2005/06/06 C:\cygwin\opt\kde3.4\lib\cygkcalkonnector.dll
   91k 2005/06/06 C:\cygwin\opt\kde3.4\lib\cyglocalkonnector.dll
  284k 2005/06/06 C:\cygwin\opt\kde3.4\lib\cygqtopiakonnector.dll
   84k 2005/06/06 C:\cygwin\opt\kde3.4\lib\cygremotekonnector.dll
  530k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygakregatorpart.dll
  345k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygakregator_mk4storage_plugin.dll
   36k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_bookmark_xxport.dll
  135k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_cardview.dll
   48k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_cryptosettings.dll
  111k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_csv_xxport.dll
   81k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_distributionlist.dll
   40k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_eudora_xxport.dll
   87k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_gnokii_xxport.dll
   66k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_iconview.dll
   33k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_kde2_xxport.dll
   37k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_ldif_xxport.dll
   39k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_opera_xxport.dll
   49k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_pab_xxport.dll
   59k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_resourceselection.dll
   90k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_tableview.dll
   82k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddrbk_vcard_xxport.dll
   50k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkaddressbookpart.dll
  400k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkarmpart.dll
 1596k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkatepart.dll
  104k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkcertpart.dll
   24k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkdeprint_management_module.dll
   41k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkdeprint_part.dll
  169k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkfindpart.dll
   68k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkfontviewpart.dll
   42k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkhtmlkttsdplugin.dll
    6k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkhtmlpart.dll
   39k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkitchensyncpart.dll
  251k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkmailpart.dll
   23k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkmail_bodypartformatter_application_octetstream.dll
  243k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkmail_bodypartformatter_text_calendar.dll
   85k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkmail_bodypartformatter_text_vcard.dll
  224k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkmail_bodypartformatter_text_xdiff.dll
   42k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkmanpart.dll
   76k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkmultipart.dll
   44k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygknodepart.dll
  552k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkonsolepart.dll
   50k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkontact_akregator.dll
   59k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkontact_journalplugin.dll
  109k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkontact_kaddressbookplugin.dll
  100k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkontact_kmailplugin.dll
   56k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkontact_knodeplugin.dll
  182k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkontact_knotesplugin.dll
   88k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkontact_korganizerplugin.dll
   35k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkontact_multisynk.dll
   74k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkontact_newstickerplugin.dll
   81k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkontact_specialdatesplugin.dll
   81k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkontact_summaryplugin.dll
   88k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkontact_todoplugin.dll
   85k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkontact_weatherplugin.dll
   47k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkorganizerpart.dll
   42k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkorg_datenums.dll
   80k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkorg_exchange.dll
   76k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkorg_hebrew.dll
   46k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkorg_journalprint.dll
   43k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygksfilter_addressbook.dll
   50k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygksfilter_calendar.dll
   63k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkshorturifilter.dll
   69k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygksync_backup.dll
   66k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygksync_debugger.dll
   97k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygksync_pluckerpart.dll
   68k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygksync_restore.dll
   44k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygksync_syncerpart.dll
   46k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygksync_viewer.dll
  108k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkuriikwsfilter.dll
  172k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygkurisearchfilter.dll
   40k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cyglocaldomainurifilter.dll
   38k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygmultisynkpart.dll
  136k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygnsplugin.dll
   69k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygoverviewpart.dll
   34k 2005/06/06 C:\cygwin\opt\kde3.4\lib\kde3\cygshellscript.dll
  374k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygakregatorprivate.dll
  188k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygDCOP-4.dll
  425k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cyggpgme++-0.dll
  768k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkabc-1.dll
  221k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkabckolab-0.dll
   62k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkabc_dir-1.dll
   65k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkabc_file-1.dll
   61k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkabc_groupdav-1.dll
 1653k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkabc_groupwise-1.dll
  183k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkabc_ldapkio-1.dll
   55k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkabc_net-1.dll
  166k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkabc_newexchange-1.dll
   71k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkabc_slox-0.dll
  235k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkabc_xmlrpc-1.dll
   55k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkabinterfaces-1.dll
 1076k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkaddressbook-0.dll
  214k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkasbar-1.dll
  685k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkateinterfaces-0.dll
   99k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkatepartinterfaces-0.dll
   42k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkateutils-0.dll
 1162k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkcal-2.dll
  216k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkcalkolab-0.dll
  152k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkcal_blogging-1.dll
   63k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkcal_groupdav-1.dll
 1638k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkcal_groupwise-1.dll
  174k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkcal_newexchange-1.dll
   76k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkcal_resourcefeatureplan-1.dll
   62k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkcal_resourceremote-1.dll
  130k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkcal_slox-0.dll
  198k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkcal_xmlrpc-1.dll
   89k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdecorations-1.dll
 2237k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdecore-4.dll
    6k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdefakes-4.dll
  367k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdefx-4.dll
   51k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_appletproxy.dll
   90k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_dcopserver.dll
   44k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_extensionproxy.dll
   73k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kaccess.dll
   22k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kaddprinterwizard.dll
   35k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kate.dll
  207k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kbuildsycoca.dll
   35k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kcminit.dll
  259k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kcmshell.dll
   63k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kconf_update.dll
  257k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kcontrol.dll
  189k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kcontroledit.dll
   24k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kcookiejar.dll
  133k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kded.dll
  560k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kdesktop.dll
  355k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_keditbookmarks.dll
  105k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kfmclient.dll
  490k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_khelpcenter.dll
  247k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_khotkeys.dll
  724k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kicker.dll
   36k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kio_http_cache_cleaner.dll
  176k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kio_uiserver.dll
   51k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kjobviewer.dll
  116k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_klauncher.dll
  212k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_klipper.dll
  194k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kmenuedit.dll
  964k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_konqueror.dll
  748k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_konsole.dll
   58k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kprinter.dll
  178k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_ksmserver.dll
  544k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kwin.dll
  245k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kwin_rules_dialog.dll
   91k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kwrite.dll
  120k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeinit_kxkb.dll
 1489k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdepim-1.dll
  806k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeprint-4.dll
  752k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeprint_management-4.dll
   34k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdesasl-1.dll
  137k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdesu-4.dll
 2610k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdeui-4.dll
   98k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkdnssd-1.dll
   59k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkfontinst-0.dll
  141k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkgantt-0.dll
  387k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkgroupwarebase-0.dll
   45k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkgroupwaredav-0.dll
   51k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkholidays-1.dll
 3741k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkhtml-4.dll
  164k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkickermain-1.dll
   85k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkimproxy-0.dll
 3372k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkio-4.dll
  216k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkitchensyncui-0.dll
    5k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkjava-1.dll
  414k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkjs-1.dll
  854k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkleopatra-0.dll
 5382k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkmailprivate.dll
  669k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkmdi-1.dll
  162k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkmdi2-1.dll
   55k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkmediaplayer-0.dll
   91k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkmid-0.dll
  272k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkmime-2.dll
  250k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygknewstuff-1.dll
 1385k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygknodecommon.dll
  166k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygknoteskolab-0.dll
  168k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygknotes_xmlrpc-1.dll
   33k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkntlm-0.dll
   27k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkocorehelper-1.dll
  109k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkode-1.dll
   75k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkonnector-0.dll
  733k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkonq-4.dll
   29k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkonqsidebarplugin-1.dll
   35k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkontact-1.dll
 2047k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkorganizer-1.dll
   36k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkorganizer_calendar-1.dll
   87k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkorganizer_eventviewer-1.dll
  172k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkorg_stdprinting-1.dll
  273k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkparts-2.dll
  316k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkpgp-2.dll
  238k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkpimexchange-1.dll
  159k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkpimidentities-1.dll
   84k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkpinterfaces-1.dll
  165k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkresources-1.dll
   43k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkscript-0.dll
  139k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygksgrd-1.dll
   65k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygksieve-0.dll
   58k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkslox-0.dll
    5k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkspell-4.dll
  161k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkspell2-1.dll
   59k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygksplashthemes-0.dll
   70k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygksync-1.dll
  202k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygksync2-0.dll
  191k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygktexteditor-0.dll
  104k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygktnef-1.dll
  245k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkunittest-0.dll
  425k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkutils-1.dll
   78k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkwalletbackend-1.dll
   77k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygkwalletclient-1.dll
  390k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygmimelib-1.dll
  149k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygmultisynk-0.dll
   35k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygqgpgme-0.dll
  177k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygtaskbar-1.dll
  123k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygtaskmanager-1.dll
  133k 2005/06/06 C:\cygwin\opt\kde3.4\bin\cygvcard-0.dll
  395k 2005/05/05 C:\cygwin\opt\qt\3.3\bin\cygkdefx-1.dll
 5925k 2005/05/05 C:\cygwin\opt\qt\3.3\bin\cygqt-mt-3.dll
  199k 2005/05/05 C:\cygwin\opt\qt\3.3\bin\cygqui-1.dll
  243k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygdps-1.dll
   26k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll
   28k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll
   21k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll
  282k 2003/10/28 C:\cygwin\usr\X11R6\bin\cygfreetype-9.dll
   36k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygFS-6.dll
  358k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygGL-1.dll
  438k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll
   75k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygICE-6.dll
   77k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll
    9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll
 1413k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll
   41k 2002/05/14 C:\cygwin\usr\X11R6\bin\cygPropList-0.dll
   20k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll
   30k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygSM-6.dll
   66k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygUil-2.dll
  877k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygX11-6.dll
  254k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll
  356k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll
  363k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll
  275k 2004/01/13 C:\cygwin\usr\X11R6\bin\cygXaw3d-7.dll
    9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll
   30k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll
    9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll
    7k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll
   49k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXext-6.dll
   16k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll
   56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll
   63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll
   27k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXi-6.dll
  125k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll
   12k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll
 1294k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygXm-2.dll
  459k 2004/02/10 C:\cygwin\usr\X11R6\bin\cygXmHTML-0.dll
   76k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll
   11k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll
   26k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXp-6.dll
   52k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll
   12k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll
   28k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll
    8k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll
   40k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxrx-6.dll
   25k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll
  282k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXt-6.dll
   27k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll
   17k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll
   28k 2004/01/16 C:\cygwin\bin\cygao-2.dll
   93k 2005/02/17 C:\cygwin\bin\cygapr-0-0.dll
   68k 2005/02/17 C:\cygwin\bin\cygaprutil-0-0.dll
   77k 2004/06/04 C:\cygwin\bin\cygart_lgpl_2-2.dll
  802k 2003/09/15 C:\cygwin\bin\cygaspell-15.dll
   56k 2005/07/09 C:\cygwin\bin\cygbz2-1.dll
   54k 2002/01/27 C:\cygwin\bin\cygbz21.0.dll
   18k 2004/07/06 C:\cygwin\bin\cygcharset-1.dll
    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll
  858k 2005/04/11 C:\cygwin\bin\cygcrypto-0.9.7.dll
 1042k 2005/07/07 C:\cygwin\bin\cygcrypto-0.9.8.dll
  645k 2003/04/11 C:\cygwin\bin\cygcrypto.dll
  617k 2004/03/22 C:\cygwin\bin\cygcurl-2.dll
   22k 2004/02/10 C:\cygwin\bin\cygcygipc-2.dll
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll
  831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll
  895k 2004/04/28 C:\cygwin\bin\cygdb-4.2.dll
  965k 2005/05/14 C:\cygwin\bin\cygdb-4.3.dll
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll
 1080k 2003/09/20 C:\cygwin\bin\cygdb_cxx-4.1.dll
 1156k 2004/04/28 C:\cygwin\bin\cygdb_cxx-4.2.dll
 1240k 2005/05/14 C:\cygwin\bin\cygdb_cxx-4.3.dll
    9k 2004/10/24 C:\cygwin\bin\cygdlloader-6.dll
  174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll
   71k 2005/07/14 C:\cygwin\bin\cygexslt-0.dll
  129k 2004/03/11 C:\cygwin\bin\cygfontconfig-1.dll
   40k 2005/07/10 C:\cygwin\bin\cygform-8.dll
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll
  361k 2003/10/25 C:\cygwin\bin\cygfreetype-6.dll
  323k 2005/07/10 C:\cygwin\bin\cyggcrypt-11.dll
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll
  107k 2004/07/06 C:\cygwin\bin\cyggettextlib-0-14-1.dll
   17k 2004/07/06 C:\cygwin\bin\cyggettextpo-0.dll
  190k 2004/07/06 C:\cygwin\bin\cyggettextsrc-0-14-1.dll
  135k 2005/03/16 C:\cygwin\bin\cygglib-1-2-0.dll
   12k 2005/03/16 C:\cygwin\bin\cyggmodule-1-2-0.dll
  158k 2004/10/16 C:\cygwin\bin\cyggmp-3.dll
  288k 2004/10/16 C:\cygwin\bin\cyggmpxx-3.dll
   12k 2005/07/09 C:\cygwin\bin\cyggpg-error-0.dll
   10k 2005/03/16 C:\cygwin\bin\cyggthread-1-2-0.dll
  528k 2005/05/06 C:\cygwin\bin\cygguile-12.dll
  640k 2004/10/12 C:\cygwin\bin\cygguile-16.dll
   17k 2005/05/06 C:\cygwin\bin\cygguile-ltdl-1.dll
    5k 2004/10/12 C:\cygwin\bin\cygguile-ltdl-2.dll
   11k 2004/10/12 C:\cygwin\bin\cygguile-srfi-srfi-1-v-2-2.dll
   68k 2005/05/06 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll
    4k 2004/10/12 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-2-2.dll
   31k 2005/05/06 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll
   22k 2004/10/12 C:\cygwin\bin\cygguile-srfi-srfi-4-v-2-2.dll
   12k 2005/05/06 C:\cygwin\bin\cygguilereadline-v-12-12.dll
   11k 2004/10/12 C:\cygwin\bin\cygguilereadline-v-16-16.dll
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll
   24k 2005/06/26 C:\cygwin\bin\cyghistory6.dll
  991k 2004/07/06 C:\cygwin\bin\cygiconv-2.dll
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll
   54k 2004/07/06 C:\cygwin\bin\cygintl-3.dll
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll
   48k 2003/08/10 C:\cygwin\bin\cygjbig1.dll
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll
  119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll
   60k 2004/09/27 C:\cygwin\bin\cygkpathsea-3.dll
   65k 2005/05/05 C:\cygwin\bin\cygkpathsea-4.dll
   42k 2005/05/04 C:\cygwin\bin\cyglber-2-2-7.dll
  179k 2005/05/04 C:\cygwin\bin\cygldap-2-2-7.dll
  191k 2005/05/04 C:\cygwin\bin\cygldap_r-2-2-7.dll
   41k 2005/06/01 C:\cygwin\bin\cygltdl-3.dll
   26k 2004/10/24 C:\cygwin\bin\cygltdl-6.dll
  146k 2004/12/21 C:\cygwin\bin\cygmagic-1.dll
   21k 2005/07/10 C:\cygwin\bin\cygmenu-8.dll
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll
   21k 2004/10/22 C:\cygwin\bin\cygminires.dll
   71k 2004/10/16 C:\cygwin\bin\cygmp-3.dll
   95k 2004/10/16 C:\cygwin\bin\cygmpfr-0.dll
   67k 2005/07/10 C:\cygwin\bin\cygncurses++-8.dll
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll
  225k 2005/07/10 C:\cygwin\bin\cygncurses-8.dll
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll
   92k 2004/07/10 C:\cygwin\bin\cygneon-24.dll
   23k 2004/01/16 C:\cygwin\bin\cygogg-0.dll
   11k 2005/07/10 C:\cygwin\bin\cygpanel-8.dll
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll
   67k 2003/09/10 C:\cygwin\bin\cygpcre-0.dll
   63k 2003/04/11 C:\cygwin\bin\cygpcre.dll
   15k 2003/09/10 C:\cygwin\bin\cygpcreposix-0.dll
   61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll
 1256k 2005/07/09 C:\cygwin\bin\cygperl5_8.dll
  224k 2005/07/11 C:\cygwin\bin\cygpng10.dll
  230k 2005/07/11 C:\cygwin\bin\cygpng12.dll
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll
  144k 2005/06/26 C:\cygwin\bin\cygreadline6.dll
   78k 2004/10/13 C:\cygwin\bin\cygsasl2-2.dll
  171k 2005/04/11 C:\cygwin\bin\cygssl-0.9.7.dll
  217k 2005/07/07 C:\cygwin\bin\cygssl-0.9.8.dll
  165k 2003/04/11 C:\cygwin\bin\cygssl.dll
  134k 2005/06/10 C:\cygwin\bin\cygsvn_client-1-0.dll
   27k 2005/06/10 C:\cygwin\bin\cygsvn_delta-1-0.dll
   22k 2005/06/10 C:\cygwin\bin\cygsvn_diff-1-0.dll
   15k 2005/06/10 C:\cygwin\bin\cygsvn_fs-1-0.dll
  127k 2005/06/10 C:\cygwin\bin\cygsvn_fs_base-1-0.dll
   88k 2005/06/10 C:\cygwin\bin\cygsvn_fs_fs-1-0.dll
    9k 2005/06/10 C:\cygwin\bin\cygsvn_ra-1-0.dll
   85k 2005/06/10 C:\cygwin\bin\cygsvn_ra_dav-1-0.dll
   19k 2005/06/10 C:\cygwin\bin\cygsvn_ra_local-1-0.dll
   55k 2005/06/10 C:\cygwin\bin\cygsvn_ra_svn-1-0.dll
   98k 2005/06/10 C:\cygwin\bin\cygsvn_repos-1-0.dll
  130k 2005/06/10 C:\cygwin\bin\cygsvn_subr-1-0.dll
  146k 2005/06/10 C:\cygwin\bin\cygsvn_wc-1-0.dll
  247k 2004/12/07 C:\cygwin\bin\cygtidy-0-99-0.dll
  304k 2005/07/10 C:\cygwin\bin\cygtiff-5.dll
  281k 2003/02/24 C:\cygwin\bin\cygtiff3.dll
  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll
  281k 2005/07/10 C:\cygwin\bin\cygtiffxx-5.dll
   27k 2004/03/05 C:\cygwin\bin\cygungif-4.dll
  136k 2004/01/16 C:\cygwin\bin\cygvorbis-0.dll
  558k 2004/01/16 C:\cygwin\bin\cygvorbisenc-0.dll
   33k 2004/01/16 C:\cygwin\bin\cygvorbisfile-0.dll
 2689k 2002/11/16 C:\cygwin\bin\cygxerces-c21.dll
 2984k 2003/02/07 C:\cygwin\bin\cygxerces-c22.dll
 3006k 2003/10/12 C:\cygwin\bin\cygxerces-c23.dll
 1383k 2005/07/14 C:\cygwin\bin\cygxml2-2.dll
   50k 2003/08/09 C:\cygwin\bin\cygXpm-noX4.dll
   54k 2003/08/09 C:\cygwin\bin\cygXpm-X4.dll
  200k 2005/07/14 C:\cygwin\bin\cygxslt-1.dll
   60k 2005/07/09 C:\cygwin\bin\cygz.dll
 1265k 2005/07/03 C:\cygwin\bin\cygwin1.dll
    Cygwin DLL version info:
        DLL version: 1.5.18
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 132
        Shared data: 4
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Sat Jul 2 20:30:04 EDT 2005
        Shared id: cygwin1S4

   28k 2004/01/16 x:\bin\cygao-2.dll
   93k 2005/02/17 x:\bin\cygapr-0-0.dll
   68k 2005/02/17 x:\bin\cygaprutil-0-0.dll
   77k 2004/06/04 x:\bin\cygart_lgpl_2-2.dll
  802k 2003/09/15 x:\bin\cygaspell-15.dll
   56k 2005/07/09 x:\bin\cygbz2-1.dll
   54k 2002/01/27 x:\bin\cygbz21.0.dll
   18k 2004/07/06 x:\bin\cygcharset-1.dll
    7k 2003/10/19 x:\bin\cygcrypt-0.dll
  858k 2005/04/11 x:\bin\cygcrypto-0.9.7.dll
 1042k 2005/07/07 x:\bin\cygcrypto-0.9.8.dll
  645k 2003/04/11 x:\bin\cygcrypto.dll
  617k 2004/03/22 x:\bin\cygcurl-2.dll
   22k 2004/02/10 x:\bin\cygcygipc-2.dll
  380k 2002/07/24 x:\bin\cygdb-3.1.dll
  831k 2003/09/20 x:\bin\cygdb-4.1.dll
  895k 2004/04/28 x:\bin\cygdb-4.2.dll
  965k 2005/05/14 x:\bin\cygdb-4.3.dll
  487k 2002/07/24 x:\bin\cygdb_cxx-3.1.dll
 1080k 2003/09/20 x:\bin\cygdb_cxx-4.1.dll
 1156k 2004/04/28 x:\bin\cygdb_cxx-4.2.dll
 1240k 2005/05/14 x:\bin\cygdb_cxx-4.3.dll
    9k 2004/10/24 x:\bin\cygdlloader-6.dll
  174k 2004/10/14 x:\bin\cygexpat-0.dll
   71k 2005/07/14 x:\bin\cygexslt-0.dll
  129k 2004/03/11 x:\bin\cygfontconfig-1.dll
   40k 2005/07/10 x:\bin\cygform-8.dll
   45k 2001/04/25 x:\bin\cygform5.dll
   35k 2002/01/09 x:\bin\cygform6.dll
   48k 2003/08/09 x:\bin\cygform7.dll
  361k 2003/10/25 x:\bin\cygfreetype-6.dll
  323k 2005/07/10 x:\bin\cyggcrypt-11.dll
   28k 2003/07/20 x:\bin\cyggdbm-3.dll
   30k 2003/08/11 x:\bin\cyggdbm-4.dll
   19k 2003/03/22 x:\bin\cyggdbm.dll
   15k 2003/07/20 x:\bin\cyggdbm_compat-3.dll
   15k 2003/08/11 x:\bin\cyggdbm_compat-4.dll
  107k 2004/07/06 x:\bin\cyggettextlib-0-14-1.dll
   17k 2004/07/06 x:\bin\cyggettextpo-0.dll
  190k 2004/07/06 x:\bin\cyggettextsrc-0-14-1.dll
  135k 2005/03/16 x:\bin\cygglib-1-2-0.dll
   12k 2005/03/16 x:\bin\cyggmodule-1-2-0.dll
  158k 2004/10/16 x:\bin\cyggmp-3.dll
  288k 2004/10/16 x:\bin\cyggmpxx-3.dll
   12k 2005/07/09 x:\bin\cyggpg-error-0.dll
   10k 2005/03/16 x:\bin\cyggthread-1-2-0.dll
  528k 2005/05/06 x:\bin\cygguile-12.dll
  640k 2004/10/12 x:\bin\cygguile-16.dll
   17k 2005/05/06 x:\bin\cygguile-ltdl-1.dll
    5k 2004/10/12 x:\bin\cygguile-ltdl-2.dll
   11k 2004/10/12 x:\bin\cygguile-srfi-srfi-1-v-2-2.dll
   68k 2005/05/06 x:\bin\cygguile-srfi-srfi-13-14-v-1-1.dll
    4k 2004/10/12 x:\bin\cygguile-srfi-srfi-13-14-v-2-2.dll
   31k 2005/05/06 x:\bin\cygguile-srfi-srfi-4-v-1-1.dll
   22k 2004/10/12 x:\bin\cygguile-srfi-srfi-4-v-2-2.dll
   12k 2005/05/06 x:\bin\cygguilereadline-v-12-12.dll
   11k 2004/10/12 x:\bin\cygguilereadline-v-16-16.dll
   17k 2001/06/28 x:\bin\cyghistory4.dll
   29k 2003/08/10 x:\bin\cyghistory5.dll
   24k 2005/06/26 x:\bin\cyghistory6.dll
  991k 2004/07/06 x:\bin\cygiconv-2.dll
   22k 2001/12/13 x:\bin\cygintl-1.dll
   37k 2003/08/10 x:\bin\cygintl-2.dll
   54k 2004/07/06 x:\bin\cygintl-3.dll
   21k 2001/06/20 x:\bin\cygintl.dll
   48k 2003/08/10 x:\bin\cygjbig1.dll
  132k 2003/08/11 x:\bin\cygjpeg-62.dll
  119k 2002/02/09 x:\bin\cygjpeg6b.dll
   60k 2004/09/27 x:\bin\cygkpathsea-3.dll
   65k 2005/05/05 x:\bin\cygkpathsea-4.dll
   42k 2005/05/04 x:\bin\cyglber-2-2-7.dll
  179k 2005/05/04 x:\bin\cygldap-2-2-7.dll
  191k 2005/05/04 x:\bin\cygldap_r-2-2-7.dll
   41k 2005/06/01 x:\bin\cygltdl-3.dll
   26k 2004/10/24 x:\bin\cygltdl-6.dll
  146k 2004/12/21 x:\bin\cygmagic-1.dll
   21k 2005/07/10 x:\bin\cygmenu-8.dll
   26k 2001/04/25 x:\bin\cygmenu5.dll
   20k 2002/01/09 x:\bin\cygmenu6.dll
   29k 2003/08/09 x:\bin\cygmenu7.dll
   21k 2004/10/22 x:\bin\cygminires.dll
   71k 2004/10/16 x:\bin\cygmp-3.dll
   95k 2004/10/16 x:\bin\cygmpfr-0.dll
   67k 2005/07/10 x:\bin\cygncurses++-8.dll
  156k 2001/04/25 x:\bin\cygncurses++5.dll
  175k 2002/01/09 x:\bin\cygncurses++6.dll
  225k 2005/07/10 x:\bin\cygncurses-8.dll
  226k 2001/04/25 x:\bin\cygncurses5.dll
  202k 2002/01/09 x:\bin\cygncurses6.dll
  224k 2003/08/09 x:\bin\cygncurses7.dll
   92k 2004/07/10 x:\bin\cygneon-24.dll
   23k 2004/01/16 x:\bin\cygogg-0.dll
   11k 2005/07/10 x:\bin\cygpanel-8.dll
   15k 2001/04/25 x:\bin\cygpanel5.dll
   12k 2002/01/09 x:\bin\cygpanel6.dll
   19k 2003/08/09 x:\bin\cygpanel7.dll
   67k 2003/09/10 x:\bin\cygpcre-0.dll
   63k 2003/04/11 x:\bin\cygpcre.dll
   15k 2003/09/10 x:\bin\cygpcreposix-0.dll
   61k 2003/04/11 x:\bin\cygpcreposix.dll
 1256k 2005/07/09 x:\bin\cygperl5_8.dll
  224k 2005/07/11 x:\bin\cygpng10.dll
  230k 2005/07/11 x:\bin\cygpng12.dll
   22k 2002/06/09 x:\bin\cygpopt-0.dll
  108k 2001/06/28 x:\bin\cygreadline4.dll
  148k 2003/08/10 x:\bin\cygreadline5.dll
  144k 2005/06/26 x:\bin\cygreadline6.dll
   78k 2004/10/13 x:\bin\cygsasl2-2.dll
  171k 2005/04/11 x:\bin\cygssl-0.9.7.dll
  217k 2005/07/07 x:\bin\cygssl-0.9.8.dll
  165k 2003/04/11 x:\bin\cygssl.dll
  134k 2005/06/10 x:\bin\cygsvn_client-1-0.dll
   27k 2005/06/10 x:\bin\cygsvn_delta-1-0.dll
   22k 2005/06/10 x:\bin\cygsvn_diff-1-0.dll
   15k 2005/06/10 x:\bin\cygsvn_fs-1-0.dll
  127k 2005/06/10 x:\bin\cygsvn_fs_base-1-0.dll
   88k 2005/06/10 x:\bin\cygsvn_fs_fs-1-0.dll
    9k 2005/06/10 x:\bin\cygsvn_ra-1-0.dll
   85k 2005/06/10 x:\bin\cygsvn_ra_dav-1-0.dll
   19k 2005/06/10 x:\bin\cygsvn_ra_local-1-0.dll
   55k 2005/06/10 x:\bin\cygsvn_ra_svn-1-0.dll
   98k 2005/06/10 x:\bin\cygsvn_repos-1-0.dll
  130k 2005/06/10 x:\bin\cygsvn_subr-1-0.dll
  146k 2005/06/10 x:\bin\cygsvn_wc-1-0.dll
  247k 2004/12/07 x:\bin\cygtidy-0-99-0.dll
  304k 2005/07/10 x:\bin\cygtiff-5.dll
  281k 2003/02/24 x:\bin\cygtiff3.dll
  282k 2003/08/11 x:\bin\cygtiff4.dll
  281k 2005/07/10 x:\bin\cygtiffxx-5.dll
   27k 2004/03/05 x:\bin\cygungif-4.dll
  136k 2004/01/16 x:\bin\cygvorbis-0.dll
  558k 2004/01/16 x:\bin\cygvorbisenc-0.dll
   33k 2004/01/16 x:\bin\cygvorbisfile-0.dll
 2689k 2002/11/16 x:\bin\cygxerces-c21.dll
 2984k 2003/02/07 x:\bin\cygxerces-c22.dll
 3006k 2003/10/12 x:\bin\cygxerces-c23.dll
 1383k 2005/07/14 x:\bin\cygxml2-2.dll
   50k 2003/08/09 x:\bin\cygXpm-noX4.dll
   54k 2003/08/09 x:\bin\cygXpm-X4.dll
  200k 2005/07/14 x:\bin\cygxslt-1.dll
   60k 2005/07/09 x:\bin\cygz.dll
 1265k 2005/07/03 x:\bin\cygwin1.dll
    Cygwin DLL version info:
        DLL version: 1.5.18
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 132
        Shared data: 4
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Sat Jul 2 20:30:04 EDT 2005
        Shared id: cygwin1S4

Warning: There are multiple cygwin1.dlls on your path
# This is because I have mounted X: to C:\cygwin:
# $ subst
# X:\: => C:\cygwin

Service             : cygserver
Display name        : CYGWIN cygserver
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/cygserver

Service             : sshd
Display name        : CYGWIN sshd
Current State       : Stopped
Command             : /usr/sbin/sshd -D

Use -h to see help about each section


[-- Attachment #4: Type: text/plain, Size: 218 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2005-08-11 16:31 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-18 12:24 Postmaster core dumps Jason Tishler
  -- strict thread matches above, loose matches on Subject: below --
2005-08-11 16:31 depinfo - Dep. Informatica
2005-08-11  7:11 depinfo - Dep. Informatica
2005-08-11 14:27 ` Christopher Faylor
2005-08-08 17:20 depinfo - Dep. Informatica
2005-08-10 19:47 ` Christopher Faylor
2005-08-04 16:50 Igor Pechtchanski
2005-08-04 17:17 ` Novaelec
     [not found] <0MKu60-1E0L272OZO-0000t4@mxeu10.kundenserver.de>
2005-08-03 15:40 ` Corinna Vinschen
2005-08-04 13:10   ` Corinna Vinschen
2005-08-04 16:17     ` Novaelec
2005-08-07  3:18     ` Christopher Faylor
2005-08-08  4:46       ` Jon A. Lambert
2005-08-03 15:19 Novaelec
2005-07-19 13:39 Novaelec
2005-07-19 11:22 Jason Tishler
2005-07-18 20:06 Reini Urban
2005-08-01 14:20 ` Corinna Vinschen
2005-07-18 17:38 Novaelec
2005-07-18 12:08 Novaelec
2005-07-15 16:11 Frank-Michael Moser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).