https://bugs.winehq.org/show_bug.cgi?id=47825
Bug ID: 47825 Summary: Webex Meetings: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7cf89596) Product: Wine Version: 4.0.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: tio.madrid@hotmail.com Distribution: ---
Created attachment 65328 --> https://bugs.winehq.org/attachment.cgi?id=65328 Backtrace
System information: Wine build: wine-4.0 (Debian 4.0-2) Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.19.0-6-amd64
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7cf89596).
https://bugs.winehq.org/show_bug.cgi?id=47825
--- Comment #1 from tio.madrid@hotmail.com --- Created attachment 65329 --> https://bugs.winehq.org/attachment.cgi?id=65329 Winedebug
https://bugs.winehq.org/show_bug.cgi?id=47825
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Debian Summary|Webex Meetings: Unhandled |Webex Meetings crashes |exception: page fault on | |read access to 0x00000000 | |in 32-bit code (0x7cf89596) | CC| |austinenglish@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=47825
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com
--- Comment #2 from Alex Henrie alexhenrie24@gmail.com --- Is this still an issue in Wine 5.4? I can't reproduce it.
https://bugs.winehq.org/show_bug.cgi?id=47825
tio.madrid@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #3 from tio.madrid@hotmail.com --- No issue, thank you.
https://bugs.winehq.org/show_bug.cgi?id=47825
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.6.
https://bugs.winehq.org/show_bug.cgi?id=47825
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20191003113355/https://aka | |maicdn.webex.com/client/web | |exapp.msi Version|4.0.2 |4.0 Keywords| |download CC| |focht@gmx.net
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
technical detail since it matters sometimes...
The reported Wine version field was set to 4.0.2
--- snip --- System information: Wine build: wine-4.0 (Debian 4.0-2) Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.19.0-6-amd64 --- snip ---
Debian 4.0-2 is not Wine 4.0.2
It's Wine 4.0 with Debian distro Wine package maintainer specific patches on top.
https://sources.debian.org/src/wine/4.0-2/debian/patches/series/
https://metadata.ftp-master.debian.org/changelogs//main/w/wine/wine_4.0-2_ch...
In contrast, mainline Wine 4.0.2 has a considerable number of cherry-picks/backport patches which could result in different application behaviour.
https://source.winehq.org/git/wine.git/shortlog/refs/tags/wine-4.0.2
BTW, I couldn't reproduce a crash with old Wine 4.0 .. but well.
$ sha1sum webexapp.msi 2532972f536684653a63c7e86fe5f1e3004ae792 webexapp.msi
$ du -sh webexapp.msi 81M webexapp.msi
$ wine --version wine-4.0
$ wine --version wine-5.6
Regards