You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically the title, currently on Ubuntu 24.04.1. Running IPE from the terminal and then using the "New Window" menu option yields the following:
➜ ~ ipe
QWidget::repaint: Recursive repaint detected
/usr/local/share/ipe/7.3.1/lua/actions.lua:1484: attempt to index a nil value (field 'doc')
[1] 31752 segmentation fault (core dumped) ipe
Here's the backtrace:
(gdb) bt
#0 0x00007ffff697a1af in QObject::~QObject() () at /lib/x86_64-linux-gnu/libQt6Core.so.6
#1 0x00007ffff72333e4 in ??? () at /lib/x86_64-linux-gnu/libQt6Gui.so.6
#2 0x00007ffff6936fea in qt_call_post_routines() () at /lib/x86_64-linux-gnu/libQt6Core.so.6
#3 0x00007ffff777dbdd in QApplication::~QApplication() () at /lib/x86_64-linux-gnu/libQt6Widgets.so.6
#4 0x000055555556f063 in main (argc=<optimized out>, argv=<optimized out>) at main_qt.cpp:114
Let me know if I can provide any additional info. Thanks for all the work you do on IPE!
The text was updated successfully, but these errors were encountered:
Basically the title, currently on Ubuntu 24.04.1. Running IPE from the terminal and then using the "New Window" menu option yields the following:
Here's the backtrace:
Let me know if I can provide any additional info. Thanks for all the work you do on IPE!
The text was updated successfully, but these errors were encountered: