[Bug 33642] Microsoft SQL Server Management Studio Express 2005: restarting SQL server fails randomly

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 7 16:15:41 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=33642

--- Comment #4 from Daniel Jelinski <djelinski1 at gmail.com> 2013-06-07 16:15:41 CDT ---
Traced this one. Basically one thread attempts read data from table just after
another thread (calling StopService) clears the table. Since the table is
shared between all objects of the same type, this fails. Global variables
causing trouble again...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list