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 have a Kannel gateway with multiple SMPP binds ( one operator requires separate transmitter and receiver binds while another permits transceiver binds ). The transceiver binds do not display this problem, so I will not delve into more detail on those. In the separate receiver / transmitter bind scenario, [...] read more
Currently working with SlimDX's Direct3D 11 bindings and having significant difficulty with my shader, the source of which follows: /* * * * * * * * * * PARAM STRUCTS * * * * * * * * * */ struct VSPointIn { float3 pos : POSITION; float4 color [...] read more
I have a Windows 8.1 x64 image that I sysprep'd and captured onto a Windows 2008R2 WDS server. When attempting to install it on a fresh client, the first action "Copying Windows Files" happens in about 2 seconds, showing a successful green checkmark. Then the second action (Getting files ready [...] read more
I have web applications running on Tomcats on several servers, which crash Tomcat with EXCEPTION_ACCESS_VIOLATION, something like once a month per server. The crash dump seems to indicate there may be an issue with imageio, which is used by CeWolf (JFreeChart) JSPs in a Tomcat webapp. I am using * [...] read more
when we send bad data into zmq socket, I/O thread raises exception and process gets killed. Call stack of crash is as below > 00 KERNELBASE!RaiseException+0x68 > 01 zmq::zmq_abort(char * errmsg_ = )+0x21 > [objdir-windows-msvc-14.0.x86_64\build\libzmq\src\err.cpp @ 89] > 02 zmq::tcp_read(unsigned int64 s_ = , void * data_ = , unsigned [...] read more
I seem to be having some trouble copying a string given by the user from one destination to another. In my code, I get the string from the user, count how many characters are in that string, and then I try to copy it from one place to another. However, [...] read more