segmentation-fault
Segmentation fault, can you help me?
Im getting a segmentation fault when trying to display an element of type (int) template <class T>[详细]
2023-04-03 13:24 分类:问答Ruby Enterprise Edition gems/activesupport-2.3.8/lib/active_support/core_ext/time/zones.rb:56: [BUG] Segmentation fault
I\'m trying to run my rails application with Ruby Enterprise Edition but I\'m getting following error:[详细]
2023-04-02 21:20 分类:问答Why does an infinitely recursive function in PHP cause a segfault?
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[详细]
2023-04-02 18:32 分类:问答Segmentation fault when calling "new" in c++?
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:[详细]
2023-04-02 18:17 分类:问答C - Segmentation Fault with strcmp?
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.[详细]
2023-04-02 11:32 分类:问答what could cause a segfault in pointer assignment?
I am trying to debug native C code for an Android application, where I am getting the following segfault:[详细]
2023-04-02 06:54 分类:问答Why do programs sometimes "skip over" printfs?
I have the following code: if (!strcmp(ent_child->d_name, \"eeprom\")){ printf(\"\\tread_from_driver: found a match! \");//DEBUG[详细]
2023-04-02 06:27 分类:问答Apache segfault by cakePHP website
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[详细]
2023-04-01 16:52 分类:问答OpenAL Segmentation Fault Before Main
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[详细]
2023-04-01 11:20 分类:问答How to write to file from char[][]?
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[详细]
2023-04-01 11:06 分类:问答