Incscape crashes after Ctrl-C
Steps to reproduce:
- open Inkscape
- load document (see attachment: Design_Studies.svg.tar.xz)
- select all
- press Ctrl-C
- Inkscape crashes.
100% reproducible!
What happened?
Inkscape started in bash:
thomy@localhost ~ $ inkscape
Warning: Font face with same CSS values already added: Arial Normal (Regular, Regular)
(inkscape:9908): Gdk-ERROR **: 11:56:34.542: The program 'inkscape' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 25970 error_code 3 request_code 18 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)
thomy@localhost ~ $ inkscape --sync
Warning: Font face with same CSS values already added: Arial Normal (Regular, Regular)
(inkscape:9969): Gdk-ERROR **: 11:57:56.503: The program 'inkscape' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 74814 error_code 3 request_code 18 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)
thomy@localhost ~ $ inkscape --version
In kscape 0.92.4 (unknown)
thomy@localhost ~ $ uname -sir
Linux 5.6.8-100.fc30.x86_64 x86_64
thomy@localhost ~ $ su -
Password:
root@localhost ~ $ dnf list inkscape
Last metadata expiration check: 0:51:04 ago on Thu 07 May 2020 09:35:02.
Installed Packages
inkscape.x86_64 0.92.4-5.fc30 @fedora
root@localhost ~ $
What should have happened?
No crash!
Inkscape Version and Operating System:
- Inkscape Version: 0.92.4
- Operating System: Linux x86_64
- Operating System version: Fedora 30
Example file: Design_Studies.svg.tar.xz