[xsde-users] XSDE parsing crashing under Release build

Boris Kolpackov boris at codesynthesis.com
Thu May 3 02:51:41 EDT 2012


Hi Matthias,

Matthias Maschek <matthias.maschek at uma.at> writes:

> It crashes the first time I'm trying to parse anything.
>
> I post the stacktrace below.
>
> 0 raise /lib/x86_64-linux-gnu/libc.so.6 0 0x7ffff41963a5
> 1 abort /lib/x86_64-linux-gnu/libc.so.6 0 0x7ffff4199b0b
> 2 ?? /lib/x86_64-linux-gnu/libc.so.6 0 0x7ffff41cfd63
> 3 ?? /lib/x86_64-linux-gnu/libc.so.6 0 0x7ffff41da6e6
> 4 free /lib/x86_64-linux-gnu/libc.so.6 0 0x7ffff41de9cc
> 5 skin::Schema::ui::~ui() 0 0x52e11e
> 6 skin::Schema::ui_pimpl::pre() 0 0x52c3a7

It is hard to say what's going just by looking at the stack trace.
We don't even know whether the ui and ui_pimpl classes are hand-
written by you or auto-generated by XSD/e (i.e., are you using
C++/Hybrid or C++/Parser). Can you at lease show the schema (if
auto-generated) or C++ source (if hand-written) for these classes?
Ideally, of course, I would need a small test case that reproduces
the problem.

Boris



More information about the xsde-users mailing list