segmentation-fault
Rake always segfaults and core dumps, even when successful
I have a VPS running 64-bit Debian Lenny, and I\'m deploying a couple of Rails 3 apps. I have no problem locally, but whenever Rake is run from the command line (or capistrano) Rake segfaults, and co[详细]
2023-03-30 04:16 分类:问答Weird segfault on C++ using ITK class
I been trying to fix this very weird problem since 1 or 2 weeks ago. I am trying to read DICOM images using ITK and afterwards do some processing.[详细]
2023-03-29 18:15 分类:问答File access with is_file() and is_dir() cause segfault
I\'ve been pulling my hair out over a strange issue... from what I can tell, is_file() is causing a segfault when checking a particular file:[详细]
2023-03-29 15:13 分类:问答Trying to debug a c program segmentation fault using output from valgrind
A CLI program of mine compiles and runs fine on windows. Compiles fine on linux, but causes a segmentation fault when running.[详细]
2023-03-29 13:27 分类:问答Using a pointer after freeing it using free()
I\'m getting problems with the following type of code: int* myPointer1 = malloc(50 * sizeof(int)); int* myPointer2 = malloc(50 * sizeof(int));[详细]
2023-03-28 18:03 分类:问答Get instruction pointer on segmentation fault or crash (for x86 JIT compiler project)?
I\'m implementing the backend for a JavaScript JIT compiler that produces x86 code. Sometimes, as the result of bugs, I get segmentat开发者_JAVA百科ion faults. It can be quite difficult to trace back[详细]
2023-03-28 17:36 分类:问答fprintf causes segmentation fault due to sudden address change
I\'m writing a small console game with ncurses (as a learning task) and I\'ve already had some minor problems (it has been the first time I\'ve been using lists in C), yet there never was a real shows[详细]
2023-03-28 12:32 分类:问答The code gives segmentation error, how? [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-03-28 10:40 分类:问答Segmentation Fault: 11 when running C program
To try to display graphics using C, I am trying to take advantage of C\'s \"inline assembly\" feature.I get no errors during compilati开发者_开发百科on, but when I try to run the program, I get this e[详细]
2023-03-28 10:10 分类:问答C pthread Segmentation fault
so I was trying to make a GPGPU emulator with c & pthreads but ran into a rather strange problem which I have no idea why its occurring. The code is as below:[详细]
2023-03-28 09:16 分类:问答