[Bug 15474] Adobe Premiere Pro crashes with heap corruption

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 29 17:32:04 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=15474


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE
            Summary|Adobe Premiere Pro crashes  |Adobe Premiere Pro crashes
                   |in treeview                 |with heap corruption




--- Comment #2 from Dan Kegel <dank at kegel.com>  2008-09-29 17:32:03 ---
Yes.  OK, looking at the gdiplus crash,
+relay,+seh shows it's right after a return from GdipBitmapLockBits.
I happen to be building with -O0 because I wanted to reproduce Lei's
gdiplus crash bug from yesterday, so let's see if Lei's patches
from yesterday fixes it... yes, applying
http://www.winehq.org/pipermail/wine-patches/2008-September/062270.html
and
http://www.winehq.org/pipermail/wine-patches/2008-September/062271.html
makes the gdiplus crash go away, guess it's the same one Lei found
yesterday.  Score one for the test suite and the bug squish party!

So, with that fixed, the log shows

err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\\Program
Files\\Adobe\\Premiere Pro Tryout\\Plug-ins\\AAF\\aaf.prm") not found
err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\\Program
Files\\Adobe\\Premiere Pro Tryout\\Plug-ins\\AAF\\AAFCOAPI.dll") not found
Warning: Parameter "" not found!
...
Warning: Parameter "" not found!
...
fixme:gdiplus:GdipCreateHBITMAPFromBitmap stub
...
err:heap:HEAP_ValidateFreeArena Heap 0x38d0000: next arena 0x51d9120 invalid
for 0x5000020
and a crash.

Adding in just msvcp60.dll by itself gets rid of the crash,
so who knows, maybe the heap corruption is just the app tripping
over itself.

The stub GdipCreateHBITMAPFromBitmap seems to
cause icons to not show up on the main hello dialog, though;
all you see is the exit button, you don't see the big icons
for "New project", "Open project", etc.
But we have bugs for that already, see bug 11615 and bug 10449.

So, er, not sure there's much left to this bug report.
I'm going to close it as a dup of 11615.

*** This bug has been marked as a duplicate of bug 11615 ***


-- 
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.



More information about the wine-bugs mailing list