inkscape does not open any document, freezes, then crashes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
inkscape (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
On Ubuntu 22.04, I installed inkscape via "apt install" (inkscape/jammy,now 1.1.2-3ubuntu1 amd64). The problem is that when I launch it, it shows me the first launch welcome screen (asking me to set up Inkscape) and at the end, I click on "New document". And then nothing happens. After a while, a popup appears telling me that the window is frozen and asking me if I want to wait or kill the application. I click on wait and after a while the application crashes. I tried running gdb to see if I could get anything useful but the stacktrace is several thousand lines long with the same lines repeating over and over. Here is a sample:
#13777 0x00007ffff58337a3 in g_signal_emit () at /usr/bin/
#13778 0x00007ffff45a3007 in () at /usr/bin/
#13779 0x00007ffff45a33e1 in () at /usr/bin/
#13780 0x00007ffff58d915f in () at /usr/bin/
#13781 0x00007ffff5832b66 in g_signal_
#13782 0x00007ffff58337a3 in g_signal_emit () at /usr/bin/
#13783 0x00007ffff5815c6c in g_closure_invoke () at /usr/bin/
#13784 0x00007ffff5831b76 in () at /usr/bin/
#13785 0x00007ffff5833554 in g_signal_
#13786 0x00007ffff58337a3 in g_signal_emit () at /usr/bin/
#13787 0x00007ffff45a3007 in () at /usr/bin/
#13788 0x00007ffff45a33e1 in () at /usr/bin/
#13789 0x00007ffff58d915f in () at /usr/bin/
#13790 0x00007ffff5832b66 in g_signal_
#13791 0x00007ffff58337a3 in g_signal_emit () at /usr/bin/
#13792 0x00007ffff5815c6c in g_closure_invoke () at /usr/bin/
#13793 0x00007ffff5831b76 in () at /usr/bin/
#13794 0x00007ffff5833554 in g_signal_
#13795 0x00007ffff58337a3 in g_signal_emit () at /usr/bin/
#13796 0x00007ffff45a3007 in () at /usr/bin/
#13797 0x00007ffff45a33e1 in () at /usr/bin/
#13798 0x00007ffff58d915f in () at /usr/bin/
#13799 0x00007ffff5832b66 in g_signal_
I have deleted ~/.config/inkscape but it is still the same.
affects: | qt6-base (Ubuntu) → inkscape (Ubuntu) |