[xsde-users] xsde 3.2 with Xcode 4 and IOS 4.3

Boris Kolpackov boris at codesynthesis.com
Mon Aug 22 11:24:37 EDT 2011


Hi Benedikt,

Benedikt P <benedikt2011a at googlemail.com> writes:

> But the application itself does not run correctly

Both on the simulator and the device or only on the device?


> xsde::cxx::serializer::validating::string_simpl::~string_simpl() throws
> exec_bad_access error. My Xcode thinks this error might appear in
> string-stl.hxx, which seems strange, as i did not manually modify it.

This is either a problem in your code (most likely) on the XSD/e code
(less likely, but also possible). To find out which one it is, I suggest
that you replace your parsing/serialization code with the known-to-work
code from one of the examples (e.g., from cxx/hybrid/library) and see if
you still get this signal. If you don't, then the problem is most likely
in the way you setup your parsing/serialization. One likely case would
be calling the serializer and passing an object model that has already
been deleted.

Boris



More information about the xsde-users mailing list