The error seems to originate in the call to the cuserid function in loadsave.c. It returns an address that is not accessible. I suspect this happeens because cuserid is not thread safe. The easiest workaround is to not call cuserid at all.
Appended is a simple patch. Rainer ** Patch added: "loadsave.c.patch" https://bugs.launchpad.net/ubuntu/+source/xpat2/+bug/1768380/+attachment/5296816/+files/loadsave.c.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1768380 Title: segmentation error - core dumped To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xpat2/+bug/1768380/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
