[Bug 30957] New: Unhandled exception: page fault on read access to 0xffffffff in segmented 32-bit code
http://bugs.winehq.org/show_bug.cgi?id=30957 Bug #: 30957 Summary: Unhandled exception: page fault on read access to 0xffffffff in segmented 32-bit code Product: Wine Version: 1.4.1 Platform: x86-64 OS/Version: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: chiszp(a)hotmail.com Classification: Unclassified Created attachment 40618 --> http://bugs.winehq.org/attachment.cgi?id=40618 backtrace, log I'm attempting to install Protel Advanced Schematic v3.0 (old software, viewing setup.exe in a hex editor see references to a Borland installer). Running 'wine setup.exe' crashes after clicking 'Full Install'. Log included in attachment as requested. Disassembling at the crash location 0x1027:0x0508, the instruction appears to be: testl 0xffffffff,%fs:0x200 but the crash suggests wine is attempting to read from address 0xffffffff, rather than treating it as a literal value (a signed -1). -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30957 chiszp(a)hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chiszp(a)hotmail.com -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30957 --- Comment #1 from chiszp(a)hotmail.com 2012-06-20 01:12:40 CDT --- The demo that is crashing is here (no license included): http://alumnus.caltech.edu/~chiszp/pub/prosch3.zip -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30957 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2012-06-20 13:05:30 CDT --- (In reply to comment #1)
The demo that is crashing is here (no license included): http://alumnus.caltech.edu/~chiszp/pub/prosch3.zip
Forbidden You don't have permission to access /~chiszp/pub/prosch3.zip on this server. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30957 --- Comment #3 from chiszp(a)hotmail.com 2012-06-20 20:45:55 CDT --- (In reply to comment #2)
(In reply to comment #1)
The demo that is crashing is here (no license included): http://alumnus.caltech.edu/~chiszp/pub/prosch3.zip
Forbidden
You don't have permission to access /~chiszp/pub/prosch3.zip on this server.
Ah sorry, fixed. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30957 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, win16 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2012-06-21 18:59:18 CDT --- I got a slightly better backtrace, which I'll attach. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30957 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2012-06-21 18:59:34 CDT --- Created attachment 40654 --> http://bugs.winehq.org/attachment.cgi?id=40654 backtrace -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30957 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2012-06-21 18:59:59 CDT --- Confirming, wine-1.5.6-332-g4c7f6f6. austin(a)aw25 ~ $ sha1sum prosch3.zip c7d18e50aa5a1fc177d4c1db0acdb9b183601bd0 prosch3.zip -- 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.
https://bugs.winehq.org/show_bug.cgi?id=30957 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://alumnus.caltech.edu/ | |~chiszp/pub/prosch3.zip CC| |focht(a)gmx.net Summary|Unhandled exception: page |Protel Advanced Schematic |fault on read access to |v3.0 16-bit installer |0xffffffff in segmented |crashes when selecting |32-bit code |'Full Install' --- Comment #7 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, confirming, still present. You shouldn't make deductions by just looking at the crash site disassembly. In many cases the _history_ (preceding execution paths) is the relevant part. $ sha1sum prosch3.zip c7d18e50aa5a1fc177d4c1db0acdb9b183601bd0 prosch3.zip $ du -sh prosch3.zip 12M prosch3.zip $ wine --version wine-1.7.21-61-gf9f3b21 Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=30957 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #8 from super_man(a)post.com --- still an issue 1.7.53(up to date git) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=30957 --- Comment #9 from super_man(a)post.com --- Still crashing 1.8.rc2 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=30957 --- Comment #10 from super_man(a)post.com --- I think wine 1.9.8-git shows similar backtrace than comment 5 shows. But staging has changed behaviour. I tried to copy few times the backtrace, but for some reason it didnt work. But I dont know if it would be any use anyway. Since its not showing clear location human readbale form. I quess the recent stack code change has changed the behaviour of this bug too. Staging version used was 1.9.8 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=30957 --- Comment #11 from Bruno Jesus <00cpxxx(a)gmail.com> --- I get the same backtrace from comment 5 in wine 1.9.8. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=30957 --- Comment #12 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Is this still present in wine-6.15? Austin or Focht, does one of you still have the download? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=30957 --- Comment #13 from Austin English <austinenglish(a)gmail.com> --- (In reply to Gijs Vermeulen from comment #12)
Is this still present in wine-6.15?
Austin or Focht, does one of you still have the download?
I don't, and a quick search on archive.org doesn't show it either (at least, at that URL, didn't try further). -- 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.
https://bugs.winehq.org/show_bug.cgi?id=30957 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|download |Installer URL|http://alumnus.caltech.edu/ | |~chiszp/pub/prosch3.zip | Status|NEW |RESOLVED Resolution|--- |ABANDONED --- Comment #14 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, I don't have a copy either. Resolving 'ABANDONED' here. OP probably left the university a long time ago. Maybe he could still make his private copy available somewhere to get a snapshot on archive.org for software legacy/preservation purpose. Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=30957 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv(a)dawncrow.de --- Comment #15 from André H. <nerv(a)dawncrow.de> --- closing abandoned -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla