Bug 265 - Crash when opening the colour chooser popup
Summary: Crash when opening the colour chooser popup
Status: RESOLVED FIXED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Other (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal critical
Target Milestone: PulseView 0.2.0
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-13 14:52 CET by Joel Holdsworth
Modified: 2014-01-18 22:52 CET (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Holdsworth 2014-01-13 14:52:55 CET
Some kind of assert assert in QWellArray.
Comment 1 Joel Holdsworth 2014-01-14 22:44:28 CET
Gah - this only happens when cotire is disabled.
Comment 2 Joel Holdsworth 2014-01-14 23:20:31 CET
This happens both with clang and gcc
Comment 3 Joel Holdsworth 2014-01-15 00:11:49 CET
Lovely - it fails inside this wonderful line of machine generated moc code:

moc_wellarray.cxx:54
        case 0: _t->selected((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; 

Oh joy
Comment 4 Joel Holdsworth 2014-01-18 22:52:02 CET
Fixed in 1af53b6