Re: _GLIBCXX_DEBUG _GLIBCXX_DEBUG_PEDANTIC nuttiness causing debug build crashes...
Re: _GLIBCXX_DEBUG _GLIBCXX_DEBUG_PEDANTIC nuttiness causing debug build crashes...
- Subject: Re: _GLIBCXX_DEBUG _GLIBCXX_DEBUG_PEDANTIC nuttiness causing debug build crashes...
- From: "Shawn Erickson" <email@hidden>
- Date: Wed, 5 Dec 2007 08:35:13 -0800
On Dec 5, 2007 8:29 AM, Graham Reitz <email@hidden> wrote:
> Thanks Tom,
>
> > That is what goes wrong - the passed in values don't survive
> > validation. Either one of them is uninitialized, they are in the
> > wrong order or don't belong to the same container.
>
> Why does the exact same code and libraries run fine under the release
> build?
Luck? Debug and release builds differ in many ways that could cause
one type of build to see an issue more/always then another type of
build. To me it sounds like you have an uninitialized var involved.
Also it is possible that the release build has the validate checks
disabled and hence it isn't making an attempt to detect the code error
at runtime.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden