-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
ImageMagick with RSVG conversion errors #4284
Comments
I'm unsure that issue is related to imagemagick with librsvg. The line
clearly states that issue is in your ROMs libc (maybe for all libc's at Android v6.0 and lower). Googling shows that issue may occur not only with imagemagick like in Termux case: |
@xeffyr hey thank you for your quick response. I have several devices in both arm and aarch64 arch and only this one in arm having this issue. Let's say there's some incompatibility between termux libsrvg(arm) and the libC in our ROM. I'll try to dig into it further. There is still one tiny problem that I didn't mention earlier because it's not related to the original question but after installing imagemagick and depending on the svg, the conversion might not work because of
Everything is fine after I followed the suggestion. |
After latest upgrade (20 Sep 2019) everythink X11 stop working :( |
Hi, my X11 (openbox,geany,pcmanfm) is still broken. |
See termux#4284. Note: bsearch implementation in Bionic didn't changed since Thu Feb 20 14:15:09 2014, though issue termux#4284 is not reproducible on recent Android versions. Patch is applied for both branches.
Problem description
Issue related to imagemagick or precisely with rsvg-convert
Steps to reproduce
I can't upload svg file but the testing content is pretty small
Expected behavior
Conversion is done
Additional information
Post output of command
termux-info
.Depending on problem, additional information may be requested:
logcat -d "*:W"
.strace -fv -s 2048 -o strace.log {program name}
.The text was updated successfully, but these errors were encountered: