http://bugs.winehq.org/show_bug.cgi?id=20502
Summary: Execution of msiexec yields Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7ebdfb2b). Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: fgatwork@verizon.net
Created an attachment (id=24411) --> (http://bugs.winehq.org/attachment.cgi?id=24411) Log file containing debug / backtrace
When attempting to install a windows application (.exe) that extracts and attempts to load a .msi, the msiexec program fails with error: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7ebdfb2b).
This is reproducible when executing the VWare-viclient.exe as well as when attempting to install the art2kmin.exe executable as pulled using the latest winetricks.sh from http://www.kegel.com/wine/winetricks.
The build is from latest git (as of the date/time this bug is filed).
If "git log" is correct, here are the last changes:
commit 07c321ba73bf7d01501668ca4af681843b98de9a Author: Nate Gallaher ngallaher@deepthought.org Date: Sun Oct 18 12:47:02 2009 -0400
msi: Test that a query on a join of two tables returns data from the correct table.
commit cc366e12829a20570b3d2e3cc508a8c861c722cb Author: Nate Gallaher ngallaher@deepthought.org Date: Sun Oct 18 12:41:41 2009 -0400
msi: Add tablename tracking to VIEW_find_column.
This fixes the bug where multiple columns of the same name, but different tables are members of a join. Any attempt to refer to these columns will resolve to the first available column with that name, irregardless of any tablename modifier.
http://bugs.winehq.org/show_bug.cgi?id=20502
Paul Vriens Paul.Vriens.Wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Paul.Vriens.Wine@gmail.com
--- Comment #1 from Paul Vriens Paul.Vriens.Wine@gmail.com 2009-10-28 09:59:28 --- Probably a dupe of bug 20477. There is patch attached to that bug.
http://bugs.winehq.org/show_bug.cgi?id=20502
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Version|unspecified |1.1.32 Severity|major |normal
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-28 11:02:24 --- Bug 20477 has a different patch-culprit.
http://bugs.winehq.org/show_bug.cgi?id=20502
--- Comment #3 from Paul Vriens Paul.Vriens.Wine@gmail.com 2009-10-28 11:14:25 --- Sorry, I don't get it. The patches listed in this bug report are not based on regression testing. The backtraces look pretty much the same.
http://bugs.winehq.org/show_bug.cgi?id=20502
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msi |-unknown
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-28 11:28:00 --- Then the real regression testing is required: http://wiki.winehq.org/RegressionTesting
or at least a test of the patch from the bug 20477 (which has been committed today).
http://bugs.winehq.org/show_bug.cgi?id=20502
--- Comment #5 from Frank G. fgatwork@verizon.net 2009-10-28 13:15:09 --- The patch from bug 20477 (or some other commit this morning) seems to have resolved this issue. I am able to successfully install .msi-deployed executables.
Thanks!
http://bugs.winehq.org/show_bug.cgi?id=20502
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #6 from Austin English austinenglish@gmail.com 2009-10-28 13:39:40 --- (In reply to comment #5)
The patch from bug 20477 (or some other commit this morning) seems to have resolved this issue. I am able to successfully install .msi-deployed executables.
Thanks!
Fixed then.
http://bugs.winehq.org/show_bug.cgi?id=20502
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |DUPLICATE
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-29 02:12:26 --- Most likely a duplicate then.
*** This bug has been marked as a duplicate of bug 20477 ***
http://bugs.winehq.org/show_bug.cgi?id=20502
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-29 02:12:40 --- Closing duplicate.
https://bugs.winehq.org/show_bug.cgi?id=20502
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://vsphereclient.vmware | |.com/vsphereclient/2/5/8/9/ | |0/2/VMware-viclient-all-4.1 | |.0-258902.exe CC| |focht@gmx.net Summary|Execution of msiexec yields |VMware Vsphere client |Unhandled exception: page |installer crashes |fault on read access to | |0x00000000 in 32-bit code | |(0x7ebdfb2b). |
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
please avoid generic bug summaries in future! At least mention the application name and version.
It confuses/misleads other users that search for "page fault on read access" pattern.
Regards