http://bugs.winehq.org/show_bug.cgi?id=12727
Summary: non-fatal crash accompanies every program start Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: kilgus@fuenfsieben.de
Created an attachment (id=12379) --> (http://bugs.winehq.org/attachment.cgi?id=12379) Output of a typical crash
wine invocation is followed by a non-fatal crash on every software starting. Despite of this, the programs themselves work well. Tools like wineprefixcreate or wineboot show the same behaviour.
Regression testing brought up the following patch as inventor of the "default crashes":
bf89330fb665e7913aeb081bbb1882c06e6607f6 is first bad commit commit bf89330fb665e7913aeb081bbb1882c06e6607f6 Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Thu Jan 17 21:05:25 2008 +0800
ntdll: Do not perform base relocation if an image is not a DLL.
:040000 040000 dfa12ff51998e20e5b2c6e1f83bc8ad79ed96146 70fe5fcaef39044014c80f9c4e87231840dd1664 M dlls
AFAICS (s. attachment) sshdrv82.sys - which was installed by one of the programs I use - causes the problem, perhaps having some need for relocation but not being named a DLL ...