Segmentation faults occur when accessing memory which does not belong to your process.
EDIT: This reproducible SIGSEGV happens on a Linux machine with more than one proc and more than 2GB of mem, …
java jvm crash crash-reports segmentation-faultI'm trying to make a program that will prompt the user for a command, then use exec to execute that …
c unix segmentation-fault execvpMy program goes in segmentation faults, and I cannot find the cause. The worst part is, the function in question …
c++ string segmentation-fault valgrind libstdc++I am getting sometimes this crash report: Name: SIGSEGV Reason: SEGV_ACCERR Stack Trace: 0 MyApp 0x00070456 0x1000 + 455766 1 MyApp 0x0007a34…
ios crash-reports segmentation-faultso I've been running into a problem where somehow my code is causing segmentation faults before any of my main …
c graph segmentation-faultI'm trying to figure out how to execute machine code stored in memory. I have the following code: #include <…
c segmentation-fault function-pointers castingMy gdb backtrace gives: (gdb) backtrace #0 0x00000000 in ?? () #1 0x0804a211 in init () at example1.cpp:147 #2 0x0804a6bc in main (…
c++ debugging opengl segmentation-faultI'm using Opencv sdk for Android to develop a real time processing and matching. The main Opencv traitment logic is …
android android-ndk java-native-interface segmentation-fault opencv4androidI think the question says it all. An example covering most standards from C89 to C11 would be helpful. I …
c segmentation-fault isoWhen a PHPUnit test fails normally on my dev box (Linux Mint), it causes a "Segmentation Fault" on my Continous …
php segmentation-fault phpunit