Re: Today's git won't hunt. Server crash, lots of other problems?

2007-12-19 Thread Dan Kegel
On Dec 18, 2007 10:38 AM, Dan Kegel <[EMAIL PROTECTED]> wrote:
> > My git won't install DNS9P any more, as of today's git.
> But it doesn't seem easy to repeat; I keep getting other errors now.
>
> Roy next to me says he ran into another regression, he's doing a bisect,

There were bunches of regressions, it seems, but
today's git plus the patches sent to wine-patches
by Rob and Maarten fix the DNS 9 problem.
Thanks, guys!
- Dan




Re: Today's git won't hunt. Server crash, lots of other problems?

2007-12-18 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes:

> I don't think DNS9 uses the console API, and the only other recent 
> changes in the server are to do with I/O completion ports. If you can't 
> reproduce it very easily, then it might be worth just trying to confirm 
> that it does use I/O completion ports.

Yes, the crash is with completion ports. I just pushed out a fix.

-- 
Alexandre Julliard
[EMAIL PROTECTED]




Re: Today's git won't hunt. Server crash, lots of other problems?

2007-12-18 Thread Robert Shearman
Dan Kegel wrote:
> On Dec 18, 2007 10:29 AM, Susan Cragin <[EMAIL PROTECTED]> wrote:
>   
>> My git won't install DNS9P any more, as of today's git.
>> Any suggestions?
>>
>> [EMAIL PROTECTED]:~/DNS9$ wine setup
>> fixme:advapi:LookupAccountNameW (null) L"susan" (nil) 0x34b944 (nil) 
>> 0x34b948 0x34b93c - stub
>> fixme:advapi:LookupAccountNameW (null) L"susan" 0x1463f0 0x34b944 0x146998 
>> 0x34b948 0x34b93c - stub
>> fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as 
>> well
>> fixme:msi:msi_unimplemented_action_stub RemoveFolders -> 2 ignored 
>> L"CreateFolder" table values
>> fixme:advapi:LookupAccountNameW (null) L"susan" (nil) 0x34f7fc (nil) 
>> 0x34f800 0x34f7f4 - stub
>> fixme:advapi:LookupAccountNameW (null) L"susan" 0x1423a0 0x34f7fc 0x13ce80 
>> 0x34f800 0x34f7f4 - stub
>> fixme:atl:AtlModuleInit SEMI-STUB (0x40eb40 0x40c040 0x40)
>> wineserver crashed, please enable coredumps (ulimit -c unlimited) and 
>> restart.
>> 
>
> I just ran into that myself.ALVIN!
>
> But it doesn't seem easy to repeat; I keep getting other errors now.
>
> Roy next to me says he ran into another regression, he's doing a bisect,
> maybe it's the same thing.  He should be done shortly.

I don't think DNS9 uses the console API, and the only other recent 
changes in the server are to do with I/O completion ports. If you can't 
reproduce it very easily, then it might be worth just trying to confirm 
that it does use I/O completion ports.

-- 
Rob Shearman





Today's git won't hunt. Server crash, lots of other problems?

2007-12-18 Thread Dan Kegel
On Dec 18, 2007 10:29 AM, Susan Cragin <[EMAIL PROTECTED]> wrote:
> My git won't install DNS9P any more, as of today's git.
> Any suggestions?
>
> [EMAIL PROTECTED]:~/DNS9$ wine setup
> fixme:advapi:LookupAccountNameW (null) L"susan" (nil) 0x34b944 (nil) 0x34b948 
> 0x34b93c - stub
> fixme:advapi:LookupAccountNameW (null) L"susan" 0x1463f0 0x34b944 0x146998 
> 0x34b948 0x34b93c - stub
> fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
> fixme:msi:msi_unimplemented_action_stub RemoveFolders -> 2 ignored 
> L"CreateFolder" table values
> fixme:advapi:LookupAccountNameW (null) L"susan" (nil) 0x34f7fc (nil) 0x34f800 
> 0x34f7f4 - stub
> fixme:advapi:LookupAccountNameW (null) L"susan" 0x1423a0 0x34f7fc 0x13ce80 
> 0x34f800 0x34f7f4 - stub
> fixme:atl:AtlModuleInit SEMI-STUB (0x40eb40 0x40c040 0x40)
> wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart.

I just ran into that myself.ALVIN!

But it doesn't seem easy to repeat; I keep getting other errors now.

Roy next to me says he ran into another regression, he's doing a bisect,
maybe it's the same thing.  He should be done shortly.
- Dan