Csound Csound-dev Csound-tekno Search About

[Cs-dev] Memory debugging

Date2006-11-01 00:04
From"Michael Gogins"
Subject[Cs-dev] Memory debugging
Victor, or anyone else for that matter, have you ever made a memory debug 
build of Csound and tested for uninitialized memory, accessing deallocated 
memory, buffer overwrites, and that sort of thing?

I recently tried to make an mpatrol build of Csound with MinGW, but I wasn't 
get mpatrol to work with C++ in the context of the Csound build system. It's 
probably possible, but I'm not eager to put in the possibly extensive work 
if somebody else has a head start on this.

With Visual C++, it's very straightforward, almost a default with debug 
builds, to do this.

I do think there may well be some memory bugs in Csound and CsoundVST.

Regards,
Mike 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-11-01 09:10
Fromjpff
SubjectRe: [Cs-dev] Memory debugging
Have you tried valgrind ??
==John ffitch

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-11-01 11:00
From"Steven Yi"
SubjectRe: [Cs-dev] Memory debugging
AttachmentsNone