Crash on Startup SegFault

Asked by Gary Guss

Running Manjaro Linux which is a rolling distro like Arch. Did a system upgrade and now:

Using Inkscape 9.1-5
on start it says it will close and does emergency save:
Emergency save activated!
Emergency save completed. Inkscape will close now.

Get following Result from debugging :

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff0c8d6aa in __strcmp_sse2 () from /usr/lib/libc.so.6

No idea what to try now.. purged system of inkscape, tried re-installing, restarting system etc. still not helping.
Can run Gimp okay and other graphics type programs seem fine.

Thanks if anyone has an idea

GG

Question information

Language:
English Edit question
Status:
Expired
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Hachmann (marenhachmann) said :
#1

Just an idea:

Are you maybe using KDE4 desktop with qtcurve theme?

If so, this could be the corresponding bug report: https://bugs.archlinux.org/task/43631 .
They also provide patched files for qtcurve in the discussion.

Revision history for this message
Gary Guss (garyguss) said :
#2

Nope Xfce 4.0

Revision history for this message
su_v (suv-lp) said :
#3

Just curious - did you install something like "some multilib 32 libs to run steam" on your local system by chance, or applied some other "hacks" to get Steam running?

In general, I'd recommend to ask in support locations specific for your distro - I'm quite certain this has nothing to do with Inkscape itself but all with your local system (or the distro's recent upgrades) - or if anything related to Inkscape, then with the binary packages of Inkscape provided for your current distro (which e.g. might require a rebuild after other system components had been upgraded).

Revision history for this message
su_v (suv-lp) said :
#4

On the other hand, there's e.g.
Bug #1139386 “Inkscape does not start after changing icon theme”
https://bugs.launchpad.net/inkscape/+bug/1139386

which also has a message about '__strcmp_ssse3' (possibly a message from a exception handler?):

Program received signal SIGSEGV, Segmentation fault.
0x0000003bc8f3b16a in __strcmp_ssse3 () from /lib64/libc.so.6

That report is rather dated (no updates from the reporter either): we do not know how to reproduce that crash (the explanation given by the reporter did not allow to reproduce it on other systems) -> the cause of that particular segfault on launch is not determined, and might be (but does not have to be) related to e.g. a broken gtk icon theme installation.

Which GTK+ theme and which GTK+ icon theme do you use under Xfce?

Revision history for this message
Gary Guss (garyguss) said :
#5

Haven't changed theme still using Adwaita, also Gimp and all other programs
working like normal

On Fri, Feb 5, 2016 at 3:52 PM, ~suv <email address hidden>
wrote:

> Your question #284625 on Inkscape changed:
> https://answers.launchpad.net/inkscape/+question/284625
>
> ~suv posted a new comment:
> On the other hand, there's e.g.
> Bug #1139386 “Inkscape does not start after changing icon theme”
> https://bugs.launchpad.net/inkscape/+bug/1139386
>
> which also has a message about '__strcmp_ssse3' (possibly a message from
> a exception handler?):
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x0000003bc8f3b16a in __strcmp_ssse3 () from /lib64/libc.so.6
>
> That report is rather dated (no updates from the reporter either): we do
> not know how to reproduce that crash (the explanation given by the
> reporter did not allow to reproduce it on other systems) -> the cause of
> that particular segfault on launch is not determined, and might be (but
> does not have to be) related to e.g. a broken gtk icon theme
> installation.
>
> Which GTK+ theme and which GTK+ icon theme do you use under Xfce?
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
su_v (suv-lp) said :
#6

Any chance you could create a full backtrace with gdb [*], upload it to one of the many pastebins out there, and share the link here?

[*] ideally with debug symbols for Inkscape installed, if the distro offers this for packages like inkscape.

Revision history for this message
Gary Guss (garyguss) said :
#7

Here's what I get when I run backtrace with gdb...don't see any debug
symbols for inkscape on this distro

Starting program: /usr/bin/inkscape
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff0c8d6aa in __strcmp_sse2 () from /usr/lib/libc.so.6
(gdb) backtrace
#0 0x00007ffff0c8d6aa in __strcmp_sse2 () from /usr/lib/libc.so.6
#1 0x0000000000515d5e in ?? ()
#2 0x00000000005165d3 in ?? ()
#3 0x000000000051669c in ?? ()
#4 0x0000000000719965 in ?? ()
#5 0x000000000083f558 in ?? ()
#6 0x0000000000840a11 in ?? ()
#7 0x00000000006c804e in ?? ()
#8 0x00000000006c82be in ?? ()
#9 0x00000000006c83f5 in ?? ()
#10 0x0000000000658580 in ?? ()
#11 0x00000000004e7418 in ?? ()
#12 0x0000000000473297 in ?? ()
#13 0x00007ffff0c2e610 in __libc_start_main () from /usr/lib/libc.so.6
#14 0x000000000046fc19 in ?? ()

Not sure that's helpful

On Fri, Feb 5, 2016 at 5:02 PM, ~suv <email address hidden>
wrote:

> Your question #284625 on Inkscape changed:
> https://answers.launchpad.net/inkscape/+question/284625
>
> ~suv posted a new comment:
> Any chance you could create a full backtrace with gdb [*], upload it to
> one of the many pastebins out there, and share the link here?
>
> [*] ideally with debug symbols for Inkscape installed, if the distro
> offers this for packages like inkscape.
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Launchpad Janitor (janitor) said :
#8

This question was expired because it remained in the 'Open' state without activity for the last 15 days.