http://bugs.winehq.org/show_bug.cgi?id=30766
Bug #: 30766 Summary: Microsoft SQL Server Management Studio Express 2005: hangs with .NET Fatal Execution Engine Error Product: Wine Version: 1.5.5 Platform: x86-64 URL: http://www.microsoft.com/download/en/details.aspx?id=8 961 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com CC: wine.dev@web.de Classification: Unclassified Regression SHA1: 979099a441682c99ee0c1ee1fab5e1de635a579c
Created attachment 40287 --> http://bugs.winehq.org/attachment.cgi?id=40287 log of ssmsee hang (killed with wineserver -k)
A recent regression in Wine causes MS SQL management studio to either hang with log similar to the attached or segfault after at most a few clicks in object explorer treeview.
Reverting commit 979099a441682c99ee0c1ee1fab5e1de635a579c on top of wine-1.5.5 brings back stability to the application.
To reproduce this bug: You need a running SQL Server. MSDE 2000 will do (installation instructions posted in appDB) Then you need winetricks dotnet20.
Rrun the application Connect to a database server On the left-hand treeview click and expand Databases, then click over database names. After a few clicks the application hangs or crashes, depending on luck.