On Fri, Jul 31, 2015 at 9:23 AM, Thiago Macieira <thiago.macie...@intel.com>
wrote:

> On Thursday 30 July 2015 22:03:22 rpzrpz...@gmail.com wrote:
> > Thiago:
> >
> > You were right.
> >
> > string.h -> Correct
> >
> > For SIGBUS exceptions, I had some structure members that did NOT
> > end on even 4 byte boundaries.
> >
> > I had to specifically set some memory variables to pass on 4 byte
> > alignments.
> >
> > Don't yet know why the NDK C++ compiler won't align on byte boundaries
> > automatically.
>
> It will.
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
>
>
 Yes, it might be that the bug is still there but is now falling to
another place after your did your changes.

If you have a version for Linux, valgrind could be helpful to run.

Take care.

Regards,
Robert
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to