Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Dinkum Abridged with Mudflap : (1 Item)
   
Dinkum Abridged with Mudflap  
Hello, I'm running into an issue using Mudflap and I am wondering if I missed something or if anyone else ran into the 
same issue.

I created a "hello world" program to test out the Mudflap debugging capabilities.  It is a simple program that uses a 
std::cout and a some catch bug like accessing after free.

*If I use the GNU CPP libraries, everything works fine.  It reports the error without any false positives.

*If I use anything else (in this case, Dinkum Abridged without exceptions), it reports numerous memory errors within the
 use of std::cout.  (The majority of them seem to trace back to static construction)  

Question:
Is Mudflap compatible with CPP libraries other than GNU's?

I apologize if I missed something obvious.  (It happens often)  :)  


Extra info:
I'm using QNX 6.5 / Momentics 4.7.2 / GNU Compiler Collection (4.4.2)

Thanks!
Michael.