[Gambas-user] [Gambas Bug Tracker] Bug #714: Gambas3 Editor crash when adding a new line at end of the file and press "reload"

bugtracker at ...3416... bugtracker at ...3416...
Tue Sep 15 01:53:13 CEST 2015


http://gambaswiki.org/bugtracker/edit?object=BUG.714&from=L21haW4-

Comment #9 by Jussi LAHTINEN:

There is only one line in the console (Gambas freezes):
>>>>TextEditor.LinePos.1039: #21: Out of bounds

Here is what gdb says:

>>>>TextEditor.LinePos.1039: #21: Out of bounds
[Thread 0x7fff848c2700 (LWP 3673) exited]
^C
Program received signal SIGINT, Interrupt.
0x000000000041a3b8 in CLASS_inherits (class=0x7ffff7dd3ef8, parent=0x6bde08)
    at gbx_class.c:610
610			if (class == NULL)
(gdb) bt
#0  0x000000000041a3b8 in CLASS_inherits (class=0x7ffff7dd3ef8, 
    parent=0x6bde08) at gbx_class.c:610
#1  0x0000000000439697 in GB_Is (object=0xffced8, class=0x6bde08)
    at gbx_api.c:1830
#2  0x00007ffff5bdf7e6 in CWIDGET_get_parent (_object=_object at ...2861...=0xffced8)
    at CWidget.cpp:232
#3  0x00007ffff5be84a9 in CCONTAINER_decide (control=control at ...2861...=0xffced8, 
    width=width at ...2861...=0x7fffffffc3d6, height=height at ...2861...=0x7fffffffc3d7)
    at CContainer.cpp:476
#4  0x00007ffff5bdfc82 in CWIDGET_resize (_object=_object at ...2861...=0xffced8, 
    w=w at ...2861...=153, h=28) at CWidget.cpp:638
#5  0x00007ffff5be7468 in MyToolButton::calcMinimumSize (this=0xffcf80)
    at CButton.cpp:590
#6  0x00007ffff4ea9ce0 in QWidget::event(QEvent*) ()
   from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#7  0x00007ffff4e5ae2c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
    () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#8  0x00007ffff4e614a0 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#9  0x00007ffff49294dd in QCoreApplication::notifyInternal(QObject*, QEvent*)
    () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#10 0x00007ffff51dbd76 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#11 0x00007ffff32133b8 in g_closure_invoke ()






More information about the User mailing list