c++ - Does Qt's d_ptr provoque sigsev? -


i working in qt application, , wanted thread painting step of program can zoom before on (if painting takes 5 second, veeery long detail of qgraphicsview, that's why wanted user able zoom lot quickly)

but while moving painting step separate thread, lot of sigsev in qt source, , lines point every time on d_ptr access. here's question: there link between thread, d_ptr , sigsev?


Comments