https://bugs.winehq.org/show_bug.cgi?id=48776
Bug ID: 48776 Summary: GoToMeeting Opener crashes Product: Wine Version: 5.4 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wininet Assignee: wine-bugs@winehq.org Reporter: bernhardu@mailbox.org Distribution: ---
Tried to get a goto meeting running just with an older Firefox and Wine. Unfortunately the "GoToMeeting Opener.exe" crashes short after start, when showing around 10% progress.
I could follow the crash to an allocation of 0x100000 bytes, to which some data get asynchronously downloaded, written to a file, and then freed. But after that, below a INTERNET_WorkerThreadFunc, a memcpy tries to access the previously freed memory.
Further looking might lead to a SetEvent that get triggered by the INTERNET_STATUS_RECEIVING_RESPONSE callback, but I am not sure if this is related or supposed the way it runs now.
A windows Firefox offers for following link a download: https://global.gotomeeting.com/join/100000000 (meeting id changed - the download is the same except 176 bytes, but shows the same issue.)
https://bugs.winehq.org/show_bug.cgi?id=48776
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
--- Comment #1 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Could you please provide a +wininet log?
https://bugs.winehq.org/show_bug.cgi?id=48776
--- Comment #2 from Bernhard Übelacker bernhardu@mailbox.org --- Created attachment 66807 --> https://bugs.winehq.org/attachment.cgi?id=66807 +wininet log with current git, compiled just 32bit, in fresh wineprefix
https://bugs.winehq.org/show_bug.cgi?id=48776
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Bernhard Übelacker bernhardu@mailbox.org --- Unfortunately I don't have the exact executable from last year.
But a newly downloaded file from https://global.gotomeeting.com/install did start and not crash anymore. It showed successfuly the dialog to enter a meeting id. So either the executable has changed, or wine got fixed.
So I am going to mark this RESOLVED FIXED?
https://bugs.winehq.org/show_bug.cgi?id=48776
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.0-rc3.