This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I use grub to load my kernel. Although I specified .=0x100 0000 in the linker script, I can only find a valid MultiBoot2 header at 0x10 0000. After comparing them one by one, I found that it is not my kernel. And use gdb to debug Found that qemu's RIP [...] read more
I am trying to debug a process core dump on ARM architecture. It is a telecom stack software written in C. The process is single-threaded. Some debugging through gdb indicated that the stack parameters (local variables or function arguments) are being read from a memory location that is at a [...] read more
What means a result of 0x000000be in send command: iResult = send( ConnectSocket, dataToSend, (int) strlen(dataToSend), 0 ); I didn't found this return code here: http://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx Any ideas? Thx read more