access-violation
c0000005 exception (Access violation) while using JNI in C++
I started using JNI to call Java classes from C++ some weeks ago and today I encountered a peculiar situation. I am new to C++ (familiar with Java though), so this could be a n00b error. I have this c[详细]
2023-03-23 07:31 分类:问答C++ memcpy and happy access violation
For some reason i can\'t figure i am getting access violation. memcpy_s (buffer, bytes_per_line * height, image, bytes_per_line * height);[详细]
2023-03-23 02:12 分类:问答Violation access in time compilation (0xC0000005)
The process I want to do is to make the FFT to an image (stored in “imagen”) , and then, multiply it with a filter ‘H’, after that, the inverse FFT will be done also.[详细]
2023-03-21 14:21 分类:问答Access violation in MFC dll (loadlibrary) loaded in C++/CLI Wrapper
I\'m loading a MFC dll to my CLI wrapper with HINSTANCE m_keyManagerLib; m_keyManagerLib = LoadLib开发者_JS百科rary(\"dll\");[详细]
2023-03-21 04:19 分类:问答Access violation when loading dll
A plain C application compiles fine on MSVC6, but when running, it raises an Access violation. When running the app in WinDbg, I get the AV error raised when loading rasadhlp.dll (a wind开发者_C百科o[详细]
2023-03-21 02:26 分类:问答Access Violation inside inetinfo.exe when passing byte array through IMSAdminBase from a .NET app compiled to AnyCPU
Consider the following piece of .NET code: byte[] hash = { 0x60, 0x2B, 0x45, 0x9D, 0xA0, 0x6D, 0xD5, 0x02, 0x43, 0x86, 0xC1, 0xBA, 0x6B, 0x14, 0x37, 0x88, 0x63, 0x08, 0x39, 0xA0 };[详细]
2023-03-20 20:41 分类:问答Access Violation while using _tcstok
I am trying to tokenize lines in a file using _tcstok. I am able to tokenize the line once, but when i try to tokenize it a second time, I get an access violation. I feel like it has something to do w[详细]
2023-03-19 23:44 分类:问答Help deciphering this Fatal Error (Java)
A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x762a76d0, pid=4072, tid=2984[详细]
2023-03-19 15:20 分类:问答Strange memory overwrite problem in instance of my class
This problem is related to this question, which I\'ve asked earlier. The code provided by @RRUZ is working but it seems that not quite correctly or[详细]
2023-03-19 11:10 分类:问答Access violation at address in module 'executable.exe'. Read of address
I\'ve read some problems with \"Access Violation\" on the net but this is very weird for me I have tested some \"solutions\" but with no results[详细]
2023-03-19 10:40 分类:问答