I discovered a way to make php segfault, and I\'m a bit curious about what\'s happening. Maybe someone can explain this for me?
I am attempting to output functions common to a set of objects that share a base class and I am having some difficulty.When the objects are instantiated they are stored in an array and then I am attem
I am trying to implement the adaptive huffman code, but while trying to build the tree i get a segmentation fault when executing the code at line \"currentNYT->lchild = newNYT;\" in addnode() function
I am having trouble debugging my code.I have a struct and a function to compute the time difference entered in HH:MM:SS format.
So I\'m starting my magic square hw, where I ask the user to enter a odd integer, an开发者_StackOverflowd it will create a magic square off that. I have to use pointers and arrays as that is all I hav
I\'m rewriting an old program to do some new stuff, and suddenly I get a segmentation fault error on the following line of code:
This problem is driving me a bit crazy. The code seems to be segmentation faulting for no good reason:
Closed. This question needs debugging details. It is not currently accepting answers. 开发者_开发百科
I\'m writing a program using C++ and the MySQL C API (version 5.1.31 ubuntu2). However, if the query is UPDATE then I get a Segmentation Fault error when executing the line \"RowsReturned = mysql_num_
char *s = \"hello ppl.\"; for (i = 0; i < strlen(s); i++) { 开发者_开发技巧char c = s[i]; if (c >= 97 && c <= 122) {