On 23/04/2014 17:56, zeljko wrote: > On 04/23/2014 10:14 AM, FreeMan wrote: >>> His problem is with 32 bit. I guess it's because of libpixman which >>> crashes if it isn't compiled with -mstackrealign.We, lazarus >>> developers cannot do anything about this problem. >> Is this mean problem on just Ubuntu 14.04 - 32 bits gtk 2 ? > > That means: any 32bit gtk2 application created by fpc compiler will > crash on any distro which realigns stack (eg sse2/sse3) inside library. > Currently libpixman.so is critical (but tomorrow any C lib can be > critical), so such lib should be rebuilt with -mstackrealign passed to > gcc or fpc devels should make some magic to avoid such problem.Maybe it > will be good to open issue at fpc bugtracker about this.
Doesn't http://bugs.freepascal.org/view.php?id=15582 already cover this? -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
