On Mon, Sep 30, 2013 at 17:09:29 +0200, [email protected] wrote: > Hi, > > meanwhile, I could nail it down to the compiler/linker flags used for > the package build (export DEB_BUILD_MAINT_OPTIONS = hardening=+all). > > I'll report back what flag exactly causes the > segfault.
The segfault happens when I build with -fPIE and link with -fPIE -pie. As this mainly deals with address space layout, my guess is that this just unhides another bug. Regards, Tino _______________________________________________ SyncEvolution mailing list [email protected] https://lists.syncevolution.org/mailman/listinfo/syncevolution
