Bug 2231783 - [abrt] inkscape: __gnu_cxx::__verbose_terminate_handler()(): inkscape killed by SIGABRT
Summary: [abrt] inkscape: __gnu_cxx::__verbose_terminate_handler()(): inkscape killed ...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: inkscape
Version: 38
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:8bc6eb27220cedf7e21a473b699...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-08-14 05:41 UTC by Ingo Weiss
Modified: 2024-05-28 13:49 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-05-28 13:49:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: proc_pid_status (1.46 KB, text/plain)
2023-08-14 05:41 UTC, Ingo Weiss
no flags Details
File: maps (3.90 KB, text/plain)
2023-08-14 05:41 UTC, Ingo Weiss
no flags Details
File: limits (1.29 KB, text/plain)
2023-08-14 05:41 UTC, Ingo Weiss
no flags Details
File: environ (5.95 KB, text/plain)
2023-08-14 05:41 UTC, Ingo Weiss
no flags Details
File: open_fds (600 bytes, text/plain)
2023-08-14 05:41 UTC, Ingo Weiss
no flags Details
File: mountinfo (3.61 KB, text/plain)
2023-08-14 05:41 UTC, Ingo Weiss
no flags Details
File: os_info (667 bytes, text/plain)
2023-08-14 05:41 UTC, Ingo Weiss
no flags Details
File: cpuinfo (3.00 KB, text/plain)
2023-08-14 05:41 UTC, Ingo Weiss
no flags Details
File: core_backtrace (11.16 KB, text/plain)
2023-08-14 05:41 UTC, Ingo Weiss
no flags Details
File: dso_list (601 bytes, text/plain)
2023-08-14 05:41 UTC, Ingo Weiss
no flags Details
File: backtrace (57.77 KB, text/plain)
2023-08-14 05:41 UTC, Ingo Weiss
no flags Details

Description Ingo Weiss 2023-08-14 05:41:34 UTC
Description of problem:
I was trying to rebuild https://github.com/jnsh/arc-theme using Ninja and whatever it was doing is crashing inkscape.

It seems this command line might be the issue, /usr/bin/inkscape --export-id-only --export-filename=common/gtk-2.0/assets-light/radio-unchecked-insensitive.png --export-id=radio-unchecked-insensitive --export-dpi=96 ../common/gtk-2.0/assets-light/assets.svg, but running it by hand  seems to work correctly:

> /usr/bin/inkscape --export-id-only --export-filename=common/gtk-2.0/assets-light/radio-unchecked-insensitive.png --export-id=radio-unchecked-insensitive --export-dpi=96 ../common/gtk-2.0/assets-light/assets.svg
Exporting only object with id="radio-unchecked-insensitive"; all other objects hidden.

> ls common/gtk-2.0/assets-light/radio-unchecked-insensitive.png
common/gtk-2.0/assets-light/radio-unchecked-insensitive.png

So I don't really understand what is going on to crash inkscape here.

Version-Release number of selected component:
inkscape-1.3-4.fc38

Additional info:
reporter:       libreport-2.17.11
type:           CCpp
reason:         inkscape killed by SIGABRT
journald_cursor: s=367b75e4fadc40d1b00f77dda0e02609;i=c84895;b=c9b5eb2ab1114e94970cd25a73708238;m=47b57797b2;t=60277444b5609;x=8552fc6d46805ce5
executable:     /usr/bin/inkscape
cmdline:        /usr/bin/inkscape --export-id-only --export-filename=common/gtk-2.0/assets-light/arrow-down-small-prelight.png --export-id=arrow-down-small-prelight --export-dpi=96 ../common/gtk-2.0/assets-light/assets.svg
cgroup:         0::/user.slice/user-1000.slice/session-2.scope
rootdir:        /
uid:            1000
kernel:         6.4.6-200.fc38.x86_64
package:        inkscape-1.3-4.fc38
runlevel:       N 5
backtrace_rating: 4
crash_function: __gnu_cxx::__verbose_terminate_handler()

Truncated backtrace:
Thread no. 1 (8 frames)
 #4 __gnu_cxx::__verbose_terminate_handler() at ../../../../libstdc++-v3/libsupc++/vterminate.cc:95
 #5 __cxxabiv1::__terminate(void (*)()) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:48
 #6 std::terminate() at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:58
 #7 __cxxabiv1::__cxa_throw(void*, std::type_info*, void (*)(void*)) at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:98
 #8 Gio::DBus::Error::throw_func(_GError*) at ../untracked/gio/giomm/dbuserror.cc:55
 #9 Glib::Error::throw_exception(_GError*) at ../glib/glibmm/error.cc:180
 #10 Gio::Application::register_application() at ../untracked/gio/giomm/application.cc:1273
 #11 InkscapeApplication::InkscapeApplication()


Potential duplicate: bug 1288616

Comment 1 Ingo Weiss 2023-08-14 05:41:38 UTC
Created attachment 1983234 [details]
File: proc_pid_status

Comment 2 Ingo Weiss 2023-08-14 05:41:40 UTC
Created attachment 1983235 [details]
File: maps

Comment 3 Ingo Weiss 2023-08-14 05:41:42 UTC
Created attachment 1983236 [details]
File: limits

Comment 4 Ingo Weiss 2023-08-14 05:41:43 UTC
Created attachment 1983237 [details]
File: environ

Comment 5 Ingo Weiss 2023-08-14 05:41:45 UTC
Created attachment 1983238 [details]
File: open_fds

Comment 6 Ingo Weiss 2023-08-14 05:41:47 UTC
Created attachment 1983239 [details]
File: mountinfo

Comment 7 Ingo Weiss 2023-08-14 05:41:48 UTC
Created attachment 1983240 [details]
File: os_info

Comment 8 Ingo Weiss 2023-08-14 05:41:50 UTC
Created attachment 1983241 [details]
File: cpuinfo

Comment 9 Ingo Weiss 2023-08-14 05:41:52 UTC
Created attachment 1983242 [details]
File: core_backtrace

Comment 10 Ingo Weiss 2023-08-14 05:41:54 UTC
Created attachment 1983243 [details]
File: dso_list

Comment 11 Ingo Weiss 2023-08-14 05:41:56 UTC
Created attachment 1983244 [details]
File: backtrace

Comment 12 Aoife Moloney 2024-05-28 13:49:11 UTC
Fedora Linux 38 entered end-of-life (EOL) status on 2024-05-21.

Fedora Linux 38 is no longer maintained, which means that it
will not receive any further security or bug fix updates. As a result we
are closing this bug.

If you can reproduce this bug against a currently maintained version of Fedora Linux
please feel free to reopen this bug against that version. Note that the version
field may be hidden. Click the "Show advanced fields" button if you do not see
the version field.

If you are unable to reopen this bug, please file a new report against an
active release.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.