The segmentation-fault tag has no wiki summary.
0
votes
0answers
38 views
Segmentation fault at libpthread.so.0
My Apache shows segmentation fault.
I’ve tried gdb for analyzing core dump.
Following list is last some lines.
Loaded symbols for /usr/lib64/libgcrypt.so.11
Reading symbols from ...
-1
votes
0answers
9 views
Segmentation fault / Bus error when copying code in Python 2.7 [closed]
Is there any reason why python 2.7 on MacOSX crashes with either a Segmentation fault or Bus error when trying to Copy code using cmd + C from a .py file?
This problem has occurred intermittently, ...
0
votes
1answer
27 views
Bash on Interix causes segfault for any command
What could cause BASH commands to produce a segmentation fault when run from Interix v3.5?
BASH was installed as directed by SUA.
In experimentation, I've only encountered 'cd' functioning as ...
1
vote
1answer
153 views
Despotify segfaults when playing song
On my mac I installed despotify using brew install -HEAD despotify when playing a song I get
Ouch, I segfaulted. How embarrassing. :-(
Abort trap: 6
I have these brew packages installed, I couldn't ...
0
votes
1answer
80 views
CutyCapt Segmentation Fault
I m using cutycapt software to create a screenshot of a site. It works fine, but for some sites I get segmentation fault error. For example, following command will cause the issue:
xvfb-run ...
0
votes
1answer
158 views
Why mutt terminates with segmentation error?
I pressed $, in order to sync mailbox, but mutt just quit...
In fact mutt dose not quit every time I press $, it only quits sometimes. So how do I figure out the reason why mutt quits? Is this a bug ...
1
vote
0answers
182 views
Compile MakeMKV 1.7.6 - Segmentation Fault
I've previously been able to compile MakeMKV 1.7.5 and older versions, but the latest version (downloaded from http://www.makemkv.com/forum2/viewtopic.php?f=3&t=224) gives me strange segmentation ...
0
votes
0answers
279 views
SVN 1.7.5-1 segmentation fault everywhere
I'm using SVN client on Fedora 17 at work and today it stopped working. Everything I do, even svn only or svn --version or whatever with SVN throws Segmentation fault (core dumped)
I've restarted the ...
2
votes
1answer
439 views
GDB debugging tool for linux
I'm executing a pro*c executable in linux and I've got segmentation fault error. But there is no core file dumped.
Thus, I want to debug the program using GDB debugging tool. However, I see that it ...
2
votes
1answer
250 views
grep segfaults when passed “-r” and “--exclude-dir” and stdin is a pipe
If I pipe data into grep AND pass the "-r" flag (recurse subdirs) AND pass the "--exclude-dir" flag (e.g. to skip ".git" directories), then it segfaults. If any one of these things is missing, then ...
1
vote
1answer
306 views
Sudo aptitude search produces bus error
I've got a strange aptitude error while performing search:
$ sudo aptitude search pcre
Bus error
$ sudo aptitude search libpcre
Bus error
$ sudo aptitude autoclean
Bus errorackage lists... 0%
What ...
1
vote
0answers
204 views
When does Windows use “The memory could not be 'read'/'written'” or “<application name> has stopped working” for access violations?
What is the difference between the following error messages?
The instruction at "<address>" referenced memory at "<address>". The memory could not be "read"/"written".
<application ...
1
vote
1answer
530 views
Debugging sigsegv faulting Apache
What's the best way to get meaningful gdb backtraces from Apache server which misbehaves on production?
[Tue Aug 02 16:07:12 2011] [notice] child pid 27681 exit signal Segmentation fault (11)
It's ...
1
vote
1answer
2k views
Intermittent Xorg crashes under Ubuntu 11.04
Since upgrading Ubuntu yesterday, I've seen several instances where my session has crashed and forced me back to the login screen. A quick peek at the Xorg logs shows a segmentation fault with the ...
0
votes
1answer
607 views
X11 segfaults in official fglrx-driver (ati) on arch linux
Some days ago, I installed ArchLinux on my HP 8200 Elite because it's one of the distros that actually work with my new hardware.
Now I wanted to run an Xorg-server which works perfectly using vesa ...
1
vote
1answer
1k views
The Operating System is not generating core dump by default when an application crashes?
I am working on Linux Fedora version :2.6.31.5.
I set the prior requirement of core dump size to "unlimit".
The problem is whenever an exception happens it is showing the message like Segementaion ...
2
votes
1answer
292 views
Attempted to update to Natty Narhwal (11.04 alpha 3), Power was interrupted
I set up my computer to run the update overnight; my grandmother said it was making a lot of noise so she shut it off.
Trouble is, the upgrade didn't finish. Now, Xorg refuses to start; the computer ...
0
votes
1answer
466 views
ssh-agent segmentation fault
I had openssh running just fine on cygwin. But after a recent update of openssh, I start getting the segmentation fault error when starting ssh-agent. Has anyone encountered such behavior and how can ...
6
votes
2answers
765 views
How OS detects memory access violations
How does an operating system (preferably Linux) know that you've accessed a memory location that you're not allowed to?
This question was inspired by those damn pointers! The way I see it is: ...
1
vote
2answers
574 views
Google Chrome crashing on linux when trying to upload *.jpg file
I'm on Slackware 13.1, and installed Chrome 5.0.375.126 using sbopkg from slackbuilds. Whenever I open the file upload dialog and select a *.jpg file, the browser immediately crashes, leaving behind a ...
4
votes
1answer
2k views
segfault error 4 in libc-2.11.1.so
Key Info: Ubuntu 64 Lucid (No memory issues, no new hardware)
Nearly every application dies with this segfault. Googling around finds dozens of posts that have this exact problem and not a single ...
3
votes
2answers
3k views
iexplore.exe - The memory could not be “written”
Using IE8 I'm randomly getting the error:
iexplore.exe - Application Error
The instruction at "0x7c0c5a6c" referenced memory at "0x7c0c5a6c". The memory could not be "written". Click on OK ...
1
vote
0answers
769 views
Why I am getting segmentation fault error while converting video using FFmpeg?
I am converting each type video to .flv video using FFmpeg but for some videos I got
"Segmentation fault" error why this error was occurred?
my code to convert .flv file is
function ...