Bhavani,
It's great having leak detection back in. Thank You!
Some of the test programs are showing leaks. Do you think these are in
the base framework or in the test routines themselves?
Thanks,
Eddie
---------- Forwarded message ----------
From: Bhavani Iyer (JIRA) <[email protected]>
Date: Jun 4, 2007 1:22 PM
Subject: [jira] Updated: (UIMA-423) Detect and fix memory leaks
To: [EMAIL PROTECTED]
[
https://issues.apache.org/jira/browse/UIMA-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bhavani Iyer updated UIMA-423:
------------------------------
Attachment: UIMA-423.patch
This patch contains the following:
1) Memory leak detection enabled under MS VC++ 8 debug build.
2) Fixed leaks in:
i. XMI serialization
ii. CAS object destructor, createView()
iii SofaStream
iv. CodePage2UnicodeConverter and Unicode2CodePageConverter
v. uima:::Exception::asString()
vi. test programs -- test_sofa, test_primitivetypes,
test_xcasdeserializatio and test_xmideserialization.
Detect and fix memory leaks
---------------------------
Key: UIMA-423
URL: https://issues.apache.org/jira/browse/UIMA-423
Project: UIMA
Issue Type: Bug
Components: C++ Framework
Affects Versions: 2.1, 2.2
Reporter: Bhavani Iyer
Assignee: Eddie Epstein
Attachments: UIMA-423.patch
Fournd memory leaks in XMI serialization, exception handling, CAS. Memory
leak detection in debug mode is currently disabled in the base code because of
issues with malloc.h in Visual Studio 7. This appears to be fixed in VS 8.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.