http://bugs.winehq.org/show_bug.cgi?id=32016
Bug #: 32016 Summary: QuickTime Player 7.7.1 crashes on exit Product: Wine Version: unspecified Platform: x86 URL: http://support.apple.com/downloads/#quicktime OS/Version: Linux Status: NEW Keywords: download, regression Severity: minor Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: gyebro69@gmail.com CC: julliard@winehq.org Classification: Unclassified Regression SHA1: 091c342f32583464df5ef45ae314d34e9a511c90
Created attachment 42200 --> http://bugs.winehq.org/attachment.cgi?id=42200 terminal output
QuickTime Player v7.x starts fine with recent Wine versions (without corefonts or native gdiplus installed), but a crash happens whenever I close the player. Tested with QuickTime Player 7.7.2 QuickTimeInstaller.exe md5sum: 2bd06cd6ba2caedd4536fed68b332439
To reproduce the problem install QuickTime Player as usual, then start it with Program Files/QuickTime/QuickTimePlayer.exe. Wait until the application is loaded, then close it (either with the close button or via File menu). No backtrace is generated.
The problem appeared after
091c342f32583464df5ef45ae314d34e9a511c90 is the first bad commit commit 091c342f32583464df5ef45ae314d34e9a511c90 Author: Alexandre Julliard julliard@winehq.org Date: Tue Oct 16 16:58:28 2012 +0200
gdi32: Add a generation count in the high word of GDI handles.
:040000 040000 4b25c04d0e8e5d4399bb6bbbe82ea144300e5dfe 80bf884176af27fc6c3f8d19d21e1aa93a2d14b8 M dlls
Reverting the patch fixes the problem.
Note: a process named 'ExportController.exe -Embedding' always remains in memory after quitting QTP, that was an issue before the regression too.