access-violation
Access Violation In Multithreaded C Application
I\'m trying to write a simple C application that is multithreaded. I want the main thread to be suspended until some flag is set by the worker thread. So for my thread function param I pass a struct t[详细]
2023-02-12 09:19 分类:问答0xC0000005: Access violation reading location 0xccccccd0. C++
I\'m having the above issue when I attempt to set a string (stored in a class) equal to another string. I have combed and combed trying to find if I did not initialize any variables, but I can\'t find[详细]
2023-02-11 13:01 分类:问答Access violation error with ioStream
I am creating an ioStream and then using an operator overloaded in a dll: std::istrstream wStream((char *)aString,strlen(aString));[详细]
2023-02-11 12:36 分类:问答AccessViolationException when using managed code callback from Fortran Dll
I\'m trying to implement some progress notification during time-consuming calculation in my Fortran dll. The problem is that AccessViolationException is raised after some time of execution that depend[详细]
2023-02-11 10:22 分类:问答need explanation on why does EXCEPTION_ACCESS_VIOLATION occur
Hi I know that this error which I\'m going to show can\'t be fixed through code. I just want to know why and how is it caused and I also know its due to JVM trying to access address space of another p[详细]
2023-02-09 01:51 分类:问答Access Violation with static arrays?
I need to parallelise an application using win32 threads. One of the portions of the code involves modifying an static array using threads.[详细]
2023-02-08 05:38 分类:问答Visual C++ Unmanaged Code: Use /EHa or /EHsc for C++ exceptions?
If I\'m creating a new project in unmanaged C++, Visual Studio 2008 or greater, which exception handling model do I want to go with?[详细]
2023-01-30 14:00 分类:问答LinQ Attempted to read or write protected memory. This is often an indication that other memory is corrupt
开发者_开发知识库I am getting the memory access violation error: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt[详细]
2023-01-30 13:23 分类:问答AccessViolation, when calling C++-DLL from C++/CLI
I\'ve written a C++/CLI wrapper for a C++-DLL to use this DLL in a C# programm. However, when I call a function, which takes a char* I get a AccessViolation[详细]
2023-01-29 21:37 分类:问答Unusual exception behaviour?
I have never come across this kind of behaviour before and I wondered if anyone is able to shed some light on the matter?[详细]
2023-01-28 17:57 分类:问答