[Bug 4227] QuickTest Pro 8.2 fails to install

Wine Bugs wine-bugs at winehq.org
Thu Jun 22 16:07:48 CDT 2006


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





------- Additional Comments From truiken at gmail.com  2006-22-06 16:07 -------
I just ran a test on XP that called MsiDatabaseOpenView in a while (1) loop
without closing the handles.  The number of handles must be in the millions at
this point because I just ran out of ram.  So native allows as many handles to
be open as can fit in your memory constraints.  In wine, we limit the number of
handles to MSIMAXHANDLES.  Upping the value of that define lets the install
proceed, but to be correct we should change the infrastucture to dynamically
allocate storage for handles.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list