Problem described here: http://bugs.gentoo.org/show_bug.cgi?id=291381 http://bugs.gentoo.org/show_bug.cgi?id=315199 Backtraces: http://bugs.gentoo.org/show_bug.cgi?id=291381#c12 http://bugs.gentoo.org/show_bug.cgi?id=291381#c15 Possible patch: http://bugs.gentoo.org/show_bug.cgi?id=291381#c13 http://bugs.gentoo.org/attachment.cgi?id=225071
>Solve the problem for me, replacing 0 by NULL in g_object-set; seems more >compliant with amd64. Bzzz. This is wrong on so many levels. Please just use a sane optimization level when compiling if you don't know how the type system works (so you can send proper patches) and what you have to do to get the "faster" levels working. Thanks.
(In reply to comment #1) > >Solve the problem for me, replacing 0 by NULL in g_object-set; seems more > >compliant with amd64. > > Bzzz. This is wrong on so many levels. > > Please just use a sane optimization level when compiling if you don't know how > the type system works (so you can send proper patches) and what you have to do > to get the "faster" levels working. Thanks. This has nothing to do with optimization level, it has to do with position independant executables.
>Great, recompiling it with -O2 flag (instead of -O3) solved the problem =) Awaiting new patch.
(In reply to comment #3) > >Great, recompiling it with -O2 flag (instead of -O3) solved the problem =) > > Awaiting new patch. You assume this user is using a hardened toolchain which includes -fpie in its cflags, this is still very much an issue even at -02. CFLAGS="-O2 -march=native -pipe" Those are my cflags on all my hardened systems. This is an issue with -fpie NOT optimization.
(In reply to comment #4) > (In reply to comment #3) > > >Great, recompiling it with -O2 flag (instead of -O3) solved the problem =) > > > > Awaiting new patch. > > You assume this user is using a hardened toolchain which includes -fpie in its > cflags, this is still very much an issue even at -02. > > CFLAGS="-O2 -march=native -pipe" > > Those are my cflags on all my hardened systems. This is an issue with -fpie NOT > optimization. right. still, this is quite an old bug. time to retest with latest version or git. https://bugs.gentoo.org/show_bug.cgi?id=315199#c5
No updates in 2 years, closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.