BTW src:opensp a Cxx file in includes really? This is on version 1.5.2 for ages no upstream changes.
It is possible that depeding on the optimization of openjade on build it changes the code flow into ::erase and then triggers the bad behavior. replaced the broken line with: for (const T *p = p1; p <= p2; p++) Rebuilt openjade against that fixed version but that thought was too easy. It will still try to access p1=0x1 and fault. I'll need to understand where exactly those p1/p2 args come from and fix it there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869734 Title: openjade segfaults on arm (due to gcc optimization) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openjade/+bug/1869734/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
