Page 1 of 1

PB v5.71 - IDE Crash

Posted: Tue Apr 16, 2019 12:32 pm
by mk-soft
Sporadic crash during Enter

Terminal:
michael@vm-ubuntu-1810:~/Apps/purebasic-v571/compilers$ ./purebasic
Gleitkomma-Ausnahme (Speicherabzug geschrieben)
michael@vm-ubuntu-1810:~/Apps/purebasic-v571/compilers$
Protocol not found

Re: PB v5.71 - IDE Crash

Posted: Tue Apr 16, 2019 1:59 pm
by Fred
Is it a regression ?

Re: PB v5.71 - IDE Crash

Posted: Tue Apr 16, 2019 5:26 pm
by mk-soft
As with version 5.70, it still occurs sporadically.

Re: PB v5.71 - IDE Crash

Posted: Tue Apr 16, 2019 5:57 pm
by mk-soft
Error reproduced...

When many files are opened and "Enter" is pressed

Terminal output
michael@vm-ubuntu-1810:~/Apps/purebasic-v571/compilers$ ./purebasic
**
Gtk:ERROR:/build/gtk+2.0-7r4TXG/gtk+2.0-2.24.32/gtk/gtkrbtree.c:967:_gtk_rbtree_node_find_offset: assertion failed: (node->left)
Gleitkomma-Ausnahme (Speicherabzug geschrieben)
michael@vm-ubuntu-1810:~/Apps/purebasic-v571/compilers$

Re: PB v5.71 - IDE Crash

Posted: Thu May 30, 2019 1:30 pm
by jfbguhamel
Good morning
I am using v 5.71b1 on Linux
It seem to appear to me when:
The procedure list is opened AND I go to a procedure I choose in this list
When I type a carriage return while editing a procedure.

It did not appear if I browse manually to go to and edit the procedure I want in the editor.

Best regards