Community
Participate
Working Groups
In the Sample.c file for the native CBE code: /org.eclipse.tptp.platform.logging.events/src.native/CommonBaseEvent/Sample/Sample.c The template content handler is free'd twice: First Sample.c calls: hcbe_commonBaseEventDestr(commonBaseEvent); which in turn calls hcbe_templateContentHandlerDestr Then Sample.c calls hcbe_templateContentHandlerDestr So the hcbe_templateContentHandlerDestr method is called twice. I found this bug while running the Sample application on OSX and it reported: Sample(1085) malloc: *** Deallocation of a pointer not malloced: 0x3008a0; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
Reassigning to new component lead.
As-is component. No plan to fix
As of TPTP 4.6.0, TPTP is in maintenance mode and focusing on improving quality by resolving relevant enhancements/defects and increasing test coverage through test creation, automation, Build Verification Tests (BVTs), and expanded run-time execution. As part of the TPTP Bugzilla housecleaning process (see http://wiki.eclipse.org/Bugzilla_Housecleaning_Processes), this enhancement/defect is verified/closed by the Project Lead since this enhancement/defect has been resolved and unverified for more than 1 year and considered to be fixed. If this enhancement/defect is still unresolved and reproducible in the latest TPTP release (http://www.eclipse.org/tptp/home/downloads/), please re-open.