Re: [Development] Problem loading plugins with gcc 4.9.2

2015-03-04 Thread Thiago Macieira
On Wednesday 04 March 2015 11:53:04 Albert Astals Cid wrote: > Yes, same issue. > > Reported at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65309 > > Would be great if someone could verify i didn't say lots of silly things Given they've just confirmed, produced a fix and committed it, I'm guess

Re: [Development] Problem loading plugins with gcc 4.9.2

2015-03-04 Thread Sergio Martins
On Tuesday, March 03, 2015 16:52:43 Thiago Macieira wrote: > Since we're seeing both operator() and the innerFunction frames, I assume > you compiled in debug mode. Correct? yes > > Anyway, I have GCC 4.9.2, Binutils 2.25.0 (using gold) and I cannot > reproduce in either debug, regular release o

Re: [Development] Problem loading plugins with gcc 4.9.2

2015-03-04 Thread Albert Astals Cid
Yes, same issue. Reported at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65309 Would be great if someone could verify i didn't say lots of silly things On Wed, Mar 4, 2015 at 11:19 AM, Rutledge Shawn wrote: > > On Mar 3, 2015, at 14:55, Sergio Martins wrote: > > Hi, > > > > So that you don't

Re: [Development] Problem loading plugins with gcc 4.9.2

2015-03-04 Thread Rutledge Shawn
On Mar 3, 2015, at 14:55, Sergio Martins mailto:sergio.mart...@kdab.com>> wrote: Hi, So that you don't waste time pulling your hair out: plugin loading is broken with gcc 4.9.2 There's some clash between global static QFactoryLoader instances. Reproduced on Archlinux (and on Fedora by jpn