I have a big C++ code (server for some application). This application is big, and catch a crash per 2 months in average.
On a mips platform, I am trying to get Unwind work. Currently if I issue print_trace manually stack trace is correctly shown as below:
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
Rails config problem I guess.I have an error in my config that just occurred.The only thing I recall doing since the app was working is:
I have a C program below written on UNIX. I am getting segmentation fault. I am not getting where I am missing something. Can anyone please help.
I\'m new to concept of recursion. I want to write a recursive function which take a float and integer a开发者_运维知识库s argument and call it recursively in a way that the float value remain constant
I have this struct defined: typedef struct Socket_s { ... SocketConnectFuncConnect; ... }Socket; where SocketConnectFunc is defined as:
I got segmentation fault for the following code, could someone help me understand why? typedef struct ClientData {
I have read many suggested questions, but still cannot find out the answer. I know the content in buffer is a NULL terminated char array, and I want to copy it into a dynamic allocated char array. How
I\'m writing my first ever program in C and it\'s giving me a lot of problems. It\'s fairly simple; input a number and the output will be the corresponding term in the Fibonacci sequence where the fir