[Bug 28898] Diablo 3 beta multi-threaded installer freezes

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 11 01:57:03 CST 2012


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

--- Comment #39 from William Pettersson <william.pettersson+wine at gmail.com> 2012-03-11 01:57:03 CST ---
Created attachment 39307
  --> http://bugs.winehq.org/attachment.cgi?id=39307
Fixing up D3 installer

I believe I've fixed the segfault in wineserver. The invalid line was
        process = (struct process *) ptid_entries[i + PTID_OFFSET].ptr;
but the "+ PTID_OFFSET" shouldn't be here, that refers to "ID"s and not indexes
into the ptid_entries array.

At least, wineserver doesn't seem to crash any more.

-- 
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