Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

std::string generating Duplicate free warnings



Hi Folks,

My application contains pure C++, Objective-C++ and Objective-C code.  I
have a shared library (framework) that uses std::string.  I also have code
in my main application that uses std::string.  I'm seeing lots of duplicate
free warnings appearing on the console that are originating from
std::string:

Script Debugger 4(8809,0xa000cf60) malloc: ***  Deallocation of a pointer
not malloced: 0xa0b03ab4; 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

The address is always the same, and when I set a breakpoint on
malloc_printf, its always happening when std::string is freeing its initial
empty string.  Here are the two stack traces I see:

#0    0x9010c187 in malloc_printf
#1    0x90005b40 in free
#2    0x06990a47 in std::string::_M_mutate
#3    0x06990f11 in std::string::assign

#0    0x9010c187 in malloc_printf
#1    0x90005b40 in free
#2    0x90b23110 in std::string::_Rep::_M_destroy

What should I do to get Xcode stop doing this?

Cheers
-Mark
 
------------------------------------------------------------------------
Mark Alldritt                      Late Night Software Ltd.
Phone: 250-380-1725                Script Debugger 4.0 - AppleScript IDE
WEB:  http://www.latenightsw.com/  FaceSpan 4.3 - AppleScript RAD
                                   Affrus 1.0 - Perl Debugging


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.