Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple example code caused a crash #107

Open
jkdoug opened this issue Jan 22, 2014 · 2 comments
Open

Simple example code caused a crash #107

jkdoug opened this issue Jan 22, 2014 · 2 comments

Comments

@jkdoug
Copy link

jkdoug commented Jan 22, 2014

I replaced my main() code with the code from the "Basics" page, and playing around with the tree/list views, I managed to crash it. I am using the 1.4 release code, not the latest development branch. This is all the information I have to give on it:

"HEAP[example.exe]: Heap block at 000000000264E940 modified at 000000000264E9B4 past requested size of 55"

0   RtlpBreakPointHeap  ntdll       0x7712f0c1  
1   RtlpCheckBusyBlockTail  ntdll       0x7713f181  
2    ?? ::FNODOBFM::`string'    ntdll       0x770e962f  
3   RtlValidateHeap ntdll       0x7709fb11  
4   HeapValidate    KERNELBASE      0x7fefd083afa   
5   CrtIsValidHeapPointer   MSVCR110D       0x7fee31fc3f1   
6   free_dbg_nolock MSVCR110D       0x7fee31fe19a   
7   free_dbg    MSVCR110D       0x7fee31fe006   
8   free    MSVCR110D       0x7fee31ffcd8   
9   QArrayData::deallocate  qarraydata.cpp  126 0x5773a7c9  
10  QTypedArrayData<char>::deallocate   qarraydata.h    231 0x576fc73e  
11  QByteArray::~QByteArray qbytearray.h    409 0x576fbe5a  
12  QPropertyAnimationPrivate::~QPropertyAnimationPrivate   Qt5Cored        0x576fbe95  
13  QPropertyAnimationPrivate::`scalar deleting destructor' Qt5Cored        0x576fc277  
14  QScopedPointerDeleter<QObjectData>::cleanup qscopedpointer.h    62  0x57b91a79  
15  QScopedPointer<QObjectData,QScopedPointerDeleter<QObjectData> >::~QScopedPointer<QObjectData,QScopedPointerDeleter<QObjectData> >   qscopedpointer.h    110 0x57b908c0  
16  QObject::~QObject   qobject.cpp 934 0x57b82d5d  
17  QAbstractAnimation::~QAbstractAnimation qabstractanimation.cpp  1026    0x576cb646  
18  QVariantAnimation::~QVariantAnimation   qvariantanimation.cpp   368 0x576ea9c2  
19  QPropertyAnimation::~QPropertyAnimation qpropertyanimation.cpp  178 0x576fa446  
20  QPropertyAnimation::`scalar deleting destructor'    Qt5Widgetsd     0x5848dbc8  
21  qDeleteInEventHandler   qobject.cpp 4242    0x57b8a1aa  
22  QObject::event  qobject.cpp 1133    0x57b82e28  
23  QAbstractAnimation::event   qabstractanimation.cpp  1396    0x576cbf5d  
24  QVariantAnimation::event    qvariantanimation.cpp   659 0x576eaefd  
25  QPropertyAnimation::event   qpropertyanimation.cpp  238 0x576fa65d  
26  QApplicationPrivate::notify_helper  qapplication.cpp    3467    0x5822e366  
27  QApplication::notify    qapplication.cpp    2888    0x58228eaa  
28  QCoreApplication::notifyInternal    qcoreapplication.cpp    878 0x57b29316  
29  QCoreApplication::sendEvent qcoreapplication.h  232 0x57b34823  
30  QCoreApplicationPrivate::sendPostedEvents   qcoreapplication.cpp    1482    0x57b2a6ed  
31  QCoreApplication::sendPostedEvents  qcoreapplication.cpp    1341    0x57b27a8a  
32  QWindowsGuiEventDispatcher::sendPostedEvents    qwindowsguieventdispatcher.cpp  89  0x7fee0ef7cf3   
33  qt_internal_proc    qeventdispatcher_win.cpp    423 0x57bd435e  
34  UserCallWinProcCheckWow USER32      0x76e79bd1  
35  DispatchMessageWorker   USER32      0x76e798da  
36  QEventDispatcherWin32::processEvents    qeventdispatcher_win.cpp    757 0x57bd4e89  
37  QWindowsGuiEventDispatcher::processEvents   qwindowsguieventdispatcher.cpp  80  0x7fee0ef7c20   
38  QEventLoop::processEvents   qeventloop.cpp  137 0x57b244b8  
39  QEventLoop::exec    qeventloop.cpp  212 0x57b246f3  
40  QCoreApplication::exec  qcoreapplication.cpp    1131    0x57b2746f  
41  QGuiApplication::exec   qguiapplication.cpp 1333    0x7fee1890068   
42  QApplication::exec  qapplication.cpp    2693    0x5822887a  
43  main    main.cpp    109 0x13ff1a541 
44  WinMain qtmain_win.cpp  131 0x140054bf1 
45  __tmainCRTStartup   crtexe.c    528 0x140053eb0 
46  WinMainCRTStartup   crtexe.c    377 0x140053c3e 
47  BaseThreadInitThunk kernel32        0x76f7652d  
48  RtlUserThreadStart  ntdll       0x770ac541  
@JPNaude
Copy link
Owner

JPNaude commented Jan 23, 2014

Hi, thanks for the report. Would you please test it against the master? The tree views had a lot of internal changes since the v1.4 release which fixes quite a few things.

@jkdoug
Copy link
Author

jkdoug commented Jan 23, 2014

I was unsuccessful at building the latest revision, which is why I went with the 1.4 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants