在执行如下语句时
QAbstractServerInterface *interface =
qtopiaWidget<QAbstractServerInterface>(0, Qt::FramelessWindowHint);
用远程调试出现如下提示
Program received signal SIGSEGV, Segmentation fault.
0x00074030 in QBasicAtomic::init (this=0x0, x=1)
at /home/jimmy/qt4/qtopia/qtopiacore/target/include/QtCore/../../../qt/src/corelib/thread/qatomic.h:68
68 { atomic = x; }
无调试执行qpe
出现如下
QLine::unitVector: New line does not have unit length
QLine::unitVector: New line does not have unit length
QLine::unitVector: New line does not have unit length
QLine::unitVector: New line does not have unit length
QPainterPath::cubicTo: Adding point where x or y is NaN, results are undefined
QPainterPath::cubicTo: Adding point where x or y is NaN, results are undefined
QPainterPath::lineTo: Adding point where x or y is NaN, results are undefined
QPainterPath::cubicTo: Adding point where x or y is NaN, results are undefined
[ 此帖被人月计划在2009-05-18 17:27重新编辑 ]