http://bugs.winehq.org/show_bug.cgi?id=16458
Summary: Regression in ntdll prevents the Endless Online installer from launching Product: Wine Version: 0.9.59. Platform: PC URL: http://files.endless-online.com/EOsetup028.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com CC: julliard@winehq.org
When testing bug 11999, the launch of the installer simply yields "Segmentation fault" from the terminal, which did not occur in 0.9.58. Regression testing revealed the bad commit to be:
600694546f6805c2e1a88a05e056a8b00d187d6e is first bad commit commit 600694546f6805c2e1a88a05e056a8b00d187d6e Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 1 14:11:44 2008 +0200
ntdll: Moved stack allocation for thread and process to a common routine in virtual.c.
:040000 040000 255fe00fcc00d592ef82066c07de1da159d3907c d4ffd257b164d93f887a648de277f7a858906aec M dlls
Using Wine built from the commit before it, 2d1cf6ce34b110defa122c4ac0c49a89ea8b60c9 shows no problem, so the particular commit found seems to be the problem.