Re: [Development] Compiler bug in Clang 3.4 with precompiled header with QueuedConnection

2014-10-01 Thread Donald Carr
@thiago: awesome, I just established this for myself and came here to report exactly this. I thought I was seeing double deletions, the frigging destructor was just imploding. Awesome sauce, anyone here looking for a yeoman to tend to your house? On Fri, Jul 25, 2014 at 2:32 PM, Thiago Macieira

Re: [Development] Compiler bug in Clang 3.4 with precompiled header with QueuedConnection

2014-07-25 Thread Thiago Macieira
On Monday 21 July 2014 23:12:04 Olivier Goffart wrote: > Hi, > > I just debugged a quite weird bug with QueuedConnection and foinction > pointer base connection. This bug is also the source of QTBUG-40125. Please mention that task when you commit the fix in Qt 5.3.2. -- Thiago Macieira - thiago

Re: [Development] Compiler bug in Clang 3.4 with precompiled header with QueuedConnection

2014-07-21 Thread Jędrzej Nowacki
On Monday 21 of July 2014 23:12:04 Olivier Goffart wrote: > Hi, > > I just debugged a quite weird bug with QueuedConnection and foinction > pointer base connection. > > There is a compiler bug in clang 3.4 with precompiled header. > Normally, a static variable within a template should have a diff

[Development] Compiler bug in Clang 3.4 with precompiled header with QueuedConnection

2014-07-21 Thread Olivier Goffart
Hi, I just debugged a quite weird bug with QueuedConnection and foinction pointer base connection. There is a compiler bug in clang 3.4 with precompiled header. Normally, a static variable within a template should have a different address for different template parameters . In other words: tem