Skip to main content

All Questions

4 votes
1 answer
165 views

Debug segfault race condition

I can provoke a race condition that gives output similar to this in dmesg: [ 5432.541379] perl[408327]: segfault at 22 ip 0000564eb8af9cc2 sp 00007ffec318cea0 error 6 in perl[564eb8af7000+1a1000] [ ...
Ole Tange's user avatar
  • 37.1k
0 votes
1 answer
181 views

Segfault with Debian Stretch

Segfault but why? It only happens with debian:stretch+mysql.connector+tox and Python3.x. Reproducible from just a few lines: FROM debian:stretch RUN apt update -y && apt install -y make build-...
Niklas Rosencrantz's user avatar
0 votes
0 answers
3k views

Segmentation fault (core dumped) How to troubleshoot proprietary executable?

I'm working with some proprietary software. It runs OK on RHEL 7, but on Fedora 26 it segfaults. [nnieto@doge PropietarySoftware] $ bin/command sysname warning: fedora only partially supported. ...
Noe Nieto's user avatar
  • 121
1 vote
2 answers
1k views

Error - Segmentation Fault [closed]

I am trying to run DQN, which is some AI for Atari. Upon launching the program (sudo bash run_cpu < the_name_of_the_game >), I get the following error: run_cpu: line 46: 9377 Segmentation ...
Hippalectryon's user avatar
51 votes
2 answers
187k views

Running application ends with "Segmentation Fault"

I have a command line application that when run does not do what it is supposed to do and at a certain point leaves the message: Segmentation fault What does this mean? What should I do?
goldilocks's user avatar
  • 89.4k
5 votes
2 answers
2k views

Is there a way to find out which program is segfault-ing?

I have a Busybox/Linux system where a mystery program is segfaulting rarely. Is there a way to find which program is doing this?
Shawn J. Goff's user avatar