Re: Loader, mapping and sharing issues with main exe

2010-01-29 Thread Alexandre Julliard
Jason Edmeades writes: > What I dont understand is why the NtClose for the handle does not > remove it from the 'open' list - I think from my reading of the > fd_destroy code it will put it onto the closed list if there are other > references to the same inode, although thats where my debugging w

Fwd: Loader, mapping and sharing issues with main exe

2010-01-28 Thread Jason Edmeades
Does anyone have any comments on this please? -- Forwarded message -- From: Jason Edmeades Date: Wed, Jan 27, 2010 at 1:09 AM Subject: Loader, mapping and sharing issues with main exe To: wine-devel@winehq.org Hello, I've been debugging a problem with an application

Loader, mapping and sharing issues with main exe

2010-01-26 Thread Jason Edmeades
Hello, I've been debugging a problem with an application which checks itself for consistency before it runs. It does this extremely simply and fails in a trivial way under wine, but for the life of me I do not know how to fix it, and I would appreciate any thoughts - its not everyday I delve into