Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
abaccarini opened this issue Jan 21, 2025 · 0 comments
Open

Comments

@abaccarini
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant