-
Notifications
You must be signed in to change notification settings - Fork 46
TaurusForm crashes on windows if self-droping a model #96
Comments
Original comment by: cpascual (http://sourceforge.net/u/cpascual) |
Original comment by: cpascual (http://sourceforge.net/u/cpascual) |
Ticket moved from /p/sardana/tickets/213/ Can't be converted:
Original comment by: tiagocoutinho (http://sourceforge.net/u/tiagocoutinho) |
I could reproduce the problem on openSuse11.11 32bits, Qt 4.4.3, with PyTango 7.2.3 and 8.1.4. If you see the attached gdb backtrace, the core seems to come from Qt (there are not trails of PyTango). So, I will discart any relation with the bug659 I could not reproduce the bug on Opensuse13.2 with Qt 4.8.6. (gdb) bt #0 0xb399c729 in ?? () from /usr/lib/libQtGui.so.4 #1 0xb4a3a8be in QObject::~QObject() () from /usr/lib/libQtCore.so.4 #2 0xb39906dd in QTextControl::~QTextControl() () from /usr/lib/libQtGui.so.4 #3 0xb3b316d9 in ?? () from /usr/lib/libQtGui.so.4 #4 0xb3b324ab in QLabel::~QLabel() () from /usr/lib/libQtGui.so.4 #5 0xb42f3d0c in ?? () from /usr/lib/python2.6/site-packages/PyQt4/QtGui.so #6 0xb4a31c1f in QObjectPrivate::deleteChildren() () from /usr/lib/libQtCore.so.4 #7 0xb37f51b0 in QWidget::~QWidget() () from /usr/lib/libQtGui.so.4 #8 0xb44ef42c in ?? () from /usr/lib/python2.6/site-packages/PyQt4/QtGui.so #9 0xb3bc6e5b in QScrollArea::setWidget(QWidget*) () from /usr/lib/libQtGui.so.4 #10 0xb41fe94e in ?? () from /usr/lib/python2.6/site-packages/PyQt4/QtGui.so #11 0xb75d4885 in PyCFunction_Call () from /usr/lib/libpython2.6.so.1.0 #12 0xb76274b5 in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 #13 0xb762726d in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 #14 0xb762cdaf in PyEval_EvalCodeEx () from /usr/lib/libpython2.6.so.1.0 #15 0xb76265a4 in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 #16 0xb762cbcb in PyEval_EvalCodeEx () from /usr/lib/libpython2.6.so.1.0 #17 0xb75c1a29 in ?? () from /usr/lib/libpython2.6.so.1.0 #18 0xb759cc1c in PyObject_Call () from /usr/lib/libpython2.6.so.1.0 #19 0xb75aa9fe in ?? () from /usr/lib/libpython2.6.so.1.0 #20 0xb759cc1c in PyObject_Call () from /usr/lib/libpython2.6.so.1.0 #21 0xb7627d50 in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 #22 0xb762726d in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 #23 0xb762726d in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 #24 0xb762726d in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 #25 0xb762cbcb in PyEval_EvalCodeEx () from /usr/lib/libpython2.6.so.1.0 #26 0xb75c1a29 in ?? () from /usr/lib/libpython2.6.so.1.0 #27 0xb759cc1c in PyObject_Call () from /usr/lib/libpython2.6.so.1.0 #28 0xb75aa9fe in ?? () from /usr/lib/libpython2.6.so.1.0 #29 0xb759cc1c in PyObject_Call () from /usr/lib/libpython2.6.so.1.0 #30 0xb762577f in PyEval_CallObjectWithKeywords () from /usr/lib/libpython2.6.so.1.0 #31 0xb4f04283 in ?? () from /usr/lib/python2.6/site-packages/sip.so Original comment by: cmft (http://sourceforge.net/u/cmft) |
I could reproduce something similar with debian testing and taurus 4.0.0: Itdoes not happen 100% of the time, but quite often
For some reason it seems to happen more often when the drag& drop is done from a different attr The backtrace from the core file is:
Original comment by: cpascual (http://sourceforge.net/u/cpascual) |
To reproduce:
Launch taurusform sys/tg_test/1/double_scalar
Drag from the label and drop it on the same form ===> It crashes.
It does not occur (at least so often) under Linux.
Maybe it has to do with this http://sf.net/p/tango-cs/bugs/659 ?
Reported by: cpascual ( http://sf.net/u/cpascual )
The text was updated successfully, but these errors were encountered: