Im getting a segmentation fault when trying to display an element of type (int) template <class T>
I\'m trying to run my rails application with Ruby Enterprise Edition but I\'m getting following error:
A hypothetical question for you all to chew on... I recently answered another question on SO where a PHP script was segfaulting, and it reminded me of something I have always wondered, so let\'s see
I got segfault when tryi开发者_运维问答ng to call \"new\" to create a pointer and push it into a vector. The code that I push the element in the vector is:
I appear to be getting a segmentation fault somewhere with the strcmp function. I\'m still very new to C and I can\'t see why it gives me the error.
I am trying to debug native C code for an Android application, where I am getting the following segfault:
I have the following code: if (!strcmp(ent_child->d_name, \"eeprom\")){ printf(\"\\tread_from_driver: found a match! \");//DEBUG
Without any -apparent- reasons, one of my cakePHP websites (v1.3.11) has stopped working (showing a \"no data received\" page in chrome - error 324) but the other is still 开发者_Python百科fine -for t
I\'m writing a game engine in C++ that utilizes SDL for graphics and OpenAL for audio. I\'m developing on Windows XP compiling with MinGW and debugging with GDB. I discovered the problem when I ran th
I am gathering data into a char[][] array, then let a user choose which of those string to write to a file. So I\'m doing for example