Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877331 - gnome-base/librsvg: Segmentation fault with /usr/bin/rsvg-convert
Summary: gnome-base/librsvg: Segmentation fault with /usr/bin/rsvg-convert
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-16 14:22 UTC by Piotr Kubaj
Modified: 2022-11-07 07:32 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.log,15.87 KB, text/x-log)
2022-10-24 16:55 UTC, Piotr Kubaj
Details
emerge --info (emerge.log,17.05 KB, text/x-log)
2022-10-24 20:55 UTC, Piotr Kubaj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj 2022-10-16 14:22:58 UTC
Running /usr/bin/rsvg-convert causes Segmentation fault on musl systems.

Reproducible: Always

Steps to Reproduce:
/usr/bin/rsvg-convert
Actual Results:  
Segmentation fault

Expected Results:  
Should run fine.

Found during build of net-misc/nextcloud-client.
I have librsvg 2.54.4-r1 installed.
Comment 1 Mike Gilbert gentoo-dev 2022-10-20 18:06:22 UTC
Please provide emerge --info. Also, a backtrace would be helpful.
Comment 2 Piotr Kubaj 2022-10-24 16:55:14 UTC
Created attachment 825249 [details]
emerge --info

emerge --info attached.
Comment 3 Piotr Kubaj 2022-10-24 20:55:44 UTC
Created attachment 825295 [details]
emerge --info

Sorry, it was from another host, on which not even rust builds in musl chroot. Here's the correct log.

How can I add debug info to the binaries? I assume appending -g is not enough, since librsvg is written in Rust.