ipe icon indicating copy to clipboard operation
ipe copied to clipboard

IPE 7.3.1 crashes when opening a "New Window", citing QWidget::repaint

Open abaccarini opened this issue 11 months ago • 0 comments

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!

abaccarini avatar Jan 21 '25 16:01 abaccarini