这几天Qt写的程序运行后界面有个接受鼠标双击的,双击就出现Qt出现下面的错误,系统出现图片中的错误 10
ASSERTfailureinQList<T>::at:"indexoutofrange",file..\..\Qt\4.8.1\include/QtCore/../.....
ASSERT failure in QList<T>::at: "index out of range", file ..\..\Qt\4.8.1\include/QtCore/../../src/corelib/tools/qlist.h, line 469
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly
Error - Failed to create the process C:\Windows\system32\WerFault.exe
Error - StartCrashVertial failed
void ListWindow::on_treeWidget_qun_doubleClicked(const QModelIndex &index){ qDebug(__func__); QString str = index.data().toString(); if(str.size()>4){ str.chop(1); QStringList va = str.split("("); qDebug("001"); chatWindow* chatwd = findWindow(va.at(1)); qDebug("002"); chatwd->show(); chatwd->activateWindow(); } qDebug("double clicked end");}
Qt能打印出001打印不出002,也没进到findWindow函数里,findWindow是聊天用的QWidget窗口
描述的够清楚了吧 求高手!可能是系统原因,出这个错误的前天晚上我电脑安装了matlab程序,之后就出了这个错,不知道程序错误还是系统错误 展开
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly
Error - Failed to create the process C:\Windows\system32\WerFault.exe
Error - StartCrashVertial failed
void ListWindow::on_treeWidget_qun_doubleClicked(const QModelIndex &index){ qDebug(__func__); QString str = index.data().toString(); if(str.size()>4){ str.chop(1); QStringList va = str.split("("); qDebug("001"); chatWindow* chatwd = findWindow(va.at(1)); qDebug("002"); chatwd->show(); chatwd->activateWindow(); } qDebug("double clicked end");}
Qt能打印出001打印不出002,也没进到findWindow函数里,findWindow是聊天用的QWidget窗口
描述的够清楚了吧 求高手!可能是系统原因,出这个错误的前天晚上我电脑安装了matlab程序,之后就出了这个错,不知道程序错误还是系统错误 展开
2个回答
展开全部
这个肯定不是系统问题,建议单步跟踪进去调试下,这里有更多Qt的教程
http://www.seanyxie.com/
http://www.seanyxie.com/
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询