I\'ve been creating a class that takes a bunch of images and overlays them onto one BMP.For some reason upon 开发者_JS百科running the code I\'m getting a segfault and I\'ve tracked it down to this met
I have found the following script causes a segmentation fault and core in KornShell (ksh) on AIX. Can anyone explain why I get the following results?
This can be a very simple question, I\'m am attempting to debug an application which generates the following segfault error in the kern.log
I have a couple of questions regarding core dumps. I have gdb on Windows, using Cygwin. What is the location of core dump file? Is it a.exe.stackdump file? (This is the only file that generated afte
This is my C code that reads a list of URLs from a file, and tries to separate the various parts of the URL.This is just rough parsing, I\'m not bothered about special cases. I guess there is some fau
I wrote a code to create some threads and whenever one of the threads finish a new thread is created to replace it. As I was not able to create very large number of threads (>450) using pthreads, I us
I am writing a program that will read lines from an infile using getline into strings, convert the strings to c-strings containing the first m nonwhitespace characters of the string, then concatenate
Why do I get segmentation fault in this function: #include <stdio.h> #include <stdlib.h> #include \"math.h\"
I am trying to compile a simple hello world function in开发者_运维问答 c++. After I compile it, I run it and get \"Segmentation fault\". Can someone shed some light on this?
I have a java class that calls a C++ class via a JNI C++ class to access the \'file\' command functionality provided by libmagic.so.