Bug in cygcheck (1.7)

2008-08-16 Thread Charles Wilson
cygcheck seems really confused, on my 1.7 installation (which is XPsp3 on a VMware virtual image). Or I am. $ uname -a CYGWIN_NT-5.1 VMWARE-XP 1.7.0(0.186/5/3) 2008-08-15 15:17 i686 Cygwin $ cygcheck -cd Cygwin Package Information Package Version _update-info-dir00749-1 aa

Re: Bug in cygcheck (1.7)

2008-08-17 Thread Robert Pendell
Charles Wilson wrote: > cygcheck seems really confused, on my 1.7 installation (which is XPsp3 > on a VMware virtual image). Or I am. > > $ uname -a > CYGWIN_NT-5.1 VMWARE-XP 1.7.0(0.186/5/3) 2008-08-15 15:17 i686 Cygwin > > $ cygcheck -cd > Cygwin Package Information > Package Ve

Re: Bug in cygcheck (1.7)

2008-08-17 Thread Christopher Faylor
On Sun, Aug 17, 2008 at 08:24:46AM -0400, Robert Pendell wrote: >Charles Wilson wrote: >> cygcheck seems really confused, on my 1.7 installation (which is XPsp3 >> on a VMware virtual image). Or I am. >> >> $ uname -a >> CYGWIN_NT-5.1 VMWARE-XP 1.7.0(0.186/5/3) 2008-08-15 15:17 i686 Cygwin >> >>

Re: Bug in cygcheck (1.7)

2008-08-17 Thread Charles Wilson
Christopher Faylor wrote: > I can't duplicate this either. Very strange. I'll see if I can't build a debug version of cygcheck and figure out what's going on. > FWIW, the Cygwin version shouldn't really matter since cygcheck is > nearly a pure-windows program. True -- but it is the version of cy

Re: Bug in cygcheck (1.7)

2008-08-17 Thread Christopher Faylor
On Sun, Aug 17, 2008 at 01:11:01PM -0400, Charles Wilson wrote: >Christopher Faylor wrote: >> I can't duplicate this either. > >Very strange. I'll see if I can't build a debug version of cygcheck and >figure out what's going on. > >> FWIW, the Cygwin version shouldn't really matter since cygcheck i

Re: Bug in cygcheck (1.7)

2008-08-17 Thread Charles Wilson
Charles Wilson wrote: > Christopher Faylor wrote: >> I can't duplicate this either. > > Very strange. I'll see if I can't build a debug version of cygcheck and > figure out what's going on. It's very odd. It's intermittent, and I can't get it to occur under gdb. Here's a bizarro for you. With t

Re: Bug in cygcheck (1.7)

2008-08-17 Thread Christopher Faylor
On Sun, Aug 17, 2008 at 10:58:26PM -0400, Charles Wilson wrote: >Charles Wilson wrote: >> Christopher Faylor wrote: >>> I can't duplicate this either. >> >> Very strange. I'll see if I can't build a debug version of cygcheck and >> figure out what's going on. > >It's very odd. It's intermittent, a

Re: Bug in cygcheck (1.7)

2008-08-18 Thread Corinna Vinschen
On Aug 18 00:20, Charles Wilson wrote: > Christopher Faylor wrote: > > Have you investigated the possibility that one of the package files > > may be corrupted? > > Not really -- but when I run cygcheck.exe under gdb, I get all the > packages listed properly (when 'set arg -cd') -- so I really don

Re: Bug in cygcheck (1.7)

2008-08-18 Thread Christopher Faylor
On Mon, Aug 18, 2008 at 03:39:30PM +0200, Corinna Vinschen wrote: >So it's the FreeLibrary call which triggers the problem. What I don't >understand so far is, why it does. Does this have any effect? cgf Index: cygcheck.cc === RCS

Re: Bug in cygcheck (1.7)

2008-08-18 Thread Corinna Vinschen
On Aug 18 10:11, Christopher Faylor wrote: > On Mon, Aug 18, 2008 at 03:39:30PM +0200, Corinna Vinschen wrote: > >So it's the FreeLibrary call which triggers the problem. What I don't > >understand so far is, why it does. > > Does this have any effect? Unfortunately not, it doesn't even change t

Re: Bug in cygcheck (1.7)

2008-08-18 Thread Christopher Faylor
On Mon, Aug 18, 2008 at 04:34:10PM +0200, Corinna Vinschen wrote: >On Aug 18 10:11, Christopher Faylor wrote: >> On Mon, Aug 18, 2008 at 03:39:30PM +0200, Corinna Vinschen wrote: >> >So it's the FreeLibrary call which triggers the problem. What I don't >> >understand so far is, why it does. >> >>

Re: Bug in cygcheck (1.7)

2008-08-18 Thread Christopher Faylor
On Mon, Aug 18, 2008 at 12:41:09PM -0400, Christopher Faylor wrote: >On Mon, Aug 18, 2008 at 04:34:10PM +0200, Corinna Vinschen wrote: >>On Aug 18 10:11, Christopher Faylor wrote: >>> On Mon, Aug 18, 2008 at 03:39:30PM +0200, Corinna Vinschen wrote: >>> >So it's the FreeLibrary call which triggers

Re: Bug in cygcheck (1.7)

2008-08-18 Thread Charles Wilson
Christopher Faylor wrote: > I'd like to reproduce this since this is all basically code that I > wrote. Corinna and Chuck could you privately send me your installed.db's > in private email? Maybe if I use those I'll be able to see the problem. Done. -- Chuck -- Unsubscribe info: http://cy

Re: Bug in cygcheck (1.7)

2008-08-19 Thread Corinna Vinschen
On Aug 18 12:41, Christopher Faylor wrote: > On Mon, Aug 18, 2008 at 04:34:10PM +0200, Corinna Vinschen wrote: > >On Aug 18 10:11, Christopher Faylor wrote: > >> On Mon, Aug 18, 2008 at 03:39:30PM +0200, Corinna Vinschen wrote: > >> >So it's the FreeLibrary call which triggers the problem. What I

Re: Bug in cygcheck (1.7)

2008-08-19 Thread Corinna Vinschen
On Aug 19 00:45, Charles Wilson wrote: > Christopher Faylor wrote: > > I'd like to reproduce this since this is all basically code that I > > wrote. Corinna and Chuck could you privately send me your installed.db's > > in private email? Maybe if I use those I'll be able to see the problem. > > D