Re: reading relay log

2004-01-08 Thread Jakob Eriksson
Ferenc Wagner wrote: Hi, I feel rather stupid, but need help understanding this. I managed to screw up winetest so that it runs into trouble. The relay trace goes like (indented by examine-relay) I don't understand why it crashes... if it is any help here is a very simple pro

Re: deadlock on some X environments (was: reading relay log)

2004-01-08 Thread Alexandre Julliard
Ferenc Wagner <[EMAIL PROTECTED]> writes: > Making progress. The thing does not depend on time or > weather, but instead on the terminal I'm using. Different X > extensions, color depth, whatever. On --debugmsg +all logs Probably yet another Xlib locking bug, try commenting out the XInitThread

Re: deadlock on some X environments (was: reading relay log)

2004-01-08 Thread Ferenc Wagner
Ferenc Wagner <[EMAIL PROTECTED]> writes: > For me it seems XCreateDC does not return (the one I quoted > from the Wine source). I mean, sometimes. Because the same > program works now... I did not even recompile it, honest. > I am going mad. Yesterday night it was 100% reproducible. Making p

Re: reading relay log

2004-01-08 Thread Dimitrie O. Paun
On Thu, 8 Jan 2004, Ferenc Wagner wrote: > Or maybe all the above is the result of my misconceptions. > Please correct me if it sounds silly; winetest is my first > Windows program, after all... Feri, I haven't had a chance to look at the code. All I know is that it's better to not mix GUI stuff

Re: reading relay log

2004-01-08 Thread Ferenc Wagner
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > On January 8, 2004 06:49 am, Ferenc Wagner wrote: > >> I would be glad to drop it, but how can I keep serving >> messages while running the tests? Sorry for being dumb. > > I haven't looked at the source lately, but aren't you > running the program

Re: reading relay log

2004-01-08 Thread Dimitrie O. Paun
On January 8, 2004 06:49 am, Ferenc Wagner wrote: > I would be glad to drop it, but how can I keep serving > messages while running the tests? Sorry for being dumb. I haven't looked at the source lately, but aren't you running the programs in a different process? If so, why are they blocking wine

Re: reading relay log

2004-01-08 Thread Ferenc Wagner
Uwe Bonnes <[EMAIL PROTECTED]> writes: >> "Ferenc" == Ferenc Wagner <[EMAIL PROTECTED]> writes: > > ... > Ferenc> kernel32.WaitForSingleObject(003c,) ret=40593e4c [5 > > Somewhere before an CreateEvent Call with a return value > of 003c must happen. Look at that event and w

Re: reading relay log

2004-01-08 Thread Ferenc Wagner
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > On January 7, 2004 09:19 pm, Ferenc Wagner wrote: > [...] > Sorry, it's almost 3:15am here, Not 9:19pm? We seem to be in sync then! From my post: >> Date: Thu, 08 Jan 2004 03:19:56 +0100 > why do you bother with multithread stuff? Is it really

Re: reading relay log

2004-01-08 Thread Uwe Bonnes
> "Ferenc" == Ferenc Wagner <[EMAIL PROTECTED]> writes: ... Ferenc> kernel32.WaitForSingleObject(003c,) ret=40593e4c [5 Somewhere before an CreateEvent Call with a return value of 003c must happen. Look at that event and why it doesn't trigger. Bye -- Uwe Bonnes

Re: reading relay log

2004-01-08 Thread Dimitrie O. Paun
On January 7, 2004 09:19 pm, Ferenc Wagner wrote: > This multithread business is rather new for me, I would be > grateful for any insights. The cross-compiled version runs > on XP all right. Sorry, it's almost 3:15am here, I don't have time to look into it, but why do you bother with multithread

Re: reading relay log

2004-01-07 Thread Ferenc Wagner
Mike, Uwe, thanks for the quick reply! Now I got to the end of X11DRV_CreateDC (TRACEs added by me): wine_tsx11_lock(); TRACE("physDev=%p\n", physDev); physDev->gc = XCreateGC( gdi_display, physDev->drawable, 0, NULL ); TRACE("XCreateGC returned %p\n", physDev->gc); XSetGraphi

Re: reading relay log

2004-01-07 Thread Mike McCormack
Relay only shows you when a DLL boundary is crossed (ie. an inter DLL call), not when a DLL calls a function internal to itself. Mike Ferenc Wagner wrote: After LoadResource returns, I would expect a call to CreateDialogIndirectParamA instead of the SysLevels etc. Could somebody explain this, p

Re: reading relay log

2004-01-07 Thread Uwe Bonnes
> "Ferenc" == Ferenc Wagner <[EMAIL PROTECTED]> writes: ... Ferenc> which I don't understand given the definition Ferenc> Ferenc> HWND WINAPI CreateDialogParamA( HINSTANCE hInst, LPCSTR name, Ferenc> HWND owner,

reading relay log

2004-01-07 Thread Ferenc Wagner
Hi, I feel rather stupid, but need help understanding this. I managed to screw up winetest so that it runs into trouble. The relay trace goes like (indented by examine-relay) 000a:Call comctl32.InitCommonControls