[Bug 3756] ATMEL AVRStudio4 crash

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 3 02:23:37 CDT 2008


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





--- Comment #10 from Anastasius Focht <focht at gmx.net>  2008-09-03 02:23:36 ---
Hello,

--- quote ---
Sounds like the same problem as reported in the bug 13152.
--- quote ---

Reading your explanation in bug 13152 (comment 6), I'd say it's more likely bug
10368 there.
The back pointer messes up the string data in free arena.

In this bug, the free arena back pointer is only a secondary problem.
The primary problem here is that non-BSTR related allocations in between BSTR
app code reuse BSTR arenas thus partly destroying the contents while the BSTR
data is still being referenced (and then double freed).
If you implement my hints, the problems should go away (already tested).

Regards


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