[Issue 8694] New: std.zlib.(Un)Compress can cause an _onInvalidMemoryOperationError
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Sep 19 02:52:23 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8694
Summary: std.zlib.(Un)Compress can cause an
_onInvalidMemoryOperationError
Product: D
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: sludwig at outerproduct.org
--- Comment #0 from Sönke Ludwig <sludwig at outerproduct.org> 2012-09-19 02:53:20 PDT ---
The finalizers are calling error() inside ~this() if deflateEnd() returns an
error. error() in turn tries to 'new' an exception, which then causes the
invalid memory operation error.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list