question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

segfault with kernel 4.17.12

See original GitHub issue

On arch linux, kernel 4.17.12 (x64), camunda modeler crashes on start: ./camunda-modeler ->

syslog: Aug 07 15:49:34 kernel: camunda-modeler[3340]: segfault at a4fa30 ip 0000000000a4fa30 sp 00007fffc9efa768 error 15 in camunda-modeler[200000+1602000] Aug 07 15:49:34 systemd-coredump[3342]: Process 3340 (camunda-modeler) of user 1000 dumped core. Stack trace of thread 3340: #0 0x0000000000a4fa30 n/a (/home/myuser/BPMN/camunda-modeler/camunda-modeler)

Modeler version is camunda-modeler-1.16.2-linux-x64.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
nikkucommented, Aug 10, 2018

After a little bit of investigation I conclude that this is not an issue with the kernel version but an incompatibility introduced with the Electron version we use and the latest glibc.

I was able to fix the issue by downgrading glibc to the previous version:

$ downgrade lib32-glibc glibc
....
warning: downgrading package lib32-glibc (2.28-1 => 2.27-3)
warning: downgrading package glibc (2.28-1 => 2.27-3)
...

For now you may downgrade your glibc to continue using the latest version of Electron. We’ll release a fix once compatibility is restored.

0reactions
nikkucommented, Sep 24, 2018

Fixed with v2.0.0 of the Camunda Modeler.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Segfault when building the kernel for i686 - Fedora Mailing-Lists
Hi, Rawhide builds of the kernel for x86 have started failing with a segfault: https://koji.fedoraproject.org/koji/taskinfo?
Read more >
Segmentation fault (core dumped) after updating Kernel
Today I updated the Kernel on my computer to 4.17.12 but after doing so a lot of my programs won't open. I tried...
Read more >
Chris's Wiki :: blog/linux/KernelSegfaultMessageMeaning
What the Linux kernel's messages about segfaulting programs mean on 64-bit x86 · ' testp[19288] ' is the faulting program and its PID...
Read more >
Solved: PulseSecure client not working on kernel 4.18
Solved: Hi, I would inform you that PulseSecure client no more works on kernel 4.18 (I have downgraded to 4.17). Regards, Antonio.
Read more >
Linux 4.17.12 - LWN.net
I'm announcing the release of the 4.17.12 kernel. All users of the 4.17 kernel series must upgrade. The updated 4.17.y git tree can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found