An access violation (also known as segmentation fault) is generally an attempt to access memory that the CPU cannot physically address. It is often caused when attempting to access a null reference or a reference to memory that has been freed.
0
votes
1answer
54 views
Attempted to read or write protected memory. This is often an indication that other memory is corrupt in c# (Access violation)
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate int DecompressMCX(object hComp,ref byte[] @in, uint @in_len, ref byte[] @out, ref uint out_len, bool eod);
public class ...
0
votes
2answers
32 views
Initializing a complex object. Error when I don't?
I can't seem to figure out why my program crashes every time I do anything to my Node object. And I can't make any progress until this is working...
My problem is: Whenever I try to "Set Data" on the ...
0
votes
1answer
70 views
Catch a Memory Access Violation in C++
In C++, is there a standard way (or any other way, for that matter) to catch an exception triggered by a memory access violation?
For example, if something went wrong and the program tried to access ...
0
votes
0answers
15 views
Can using /NODEFAULTLIB lead to access violations?
I'm linking against a Qt5 library, that has been compiled with the Multithreaded Debug DLL option turned on, but I really need to use Multithreaded Debug only. In order to avoid linker errors and ...
4
votes
2answers
127 views
Attempted to read or write protected memory in a .NET application
I'm having troubles at implementing and ASP .Net Application in IIS 6 Server.
When the user tries to open a web page that access the database, iis server throws "Attempted to read or write protected ...
0
votes
0answers
58 views
System.AccessViolationException in .NET 4.0 while connecting to SQL Database
I have created following code
Dim ConnectionString As String = ConfigurationManager.ConnectionStrings("default").ConnectionString
Dim con As New SqlConnection(ConnectionString)
con.Open()
...
0
votes
1answer
20 views
AccessViolationException in managed code on return [closed]
I've an exception I'm completely unable to understand, here is the code :
public class VarAutExpression : AutExpression {/*declaration*/}
public class AutExpression : Expression
{
...
0
votes
1answer
71 views
Getting Access Violation stemming from Windows.UI.Xaml.dll in C# WinRT app
I have a WinRT app in which I have a page with a Button. The button opens up one of our Settings Flyouts. In order to do this, button's Click event is asynchronous.
In the Flyout's class I have an ...
0
votes
0answers
15 views
glutessellator attempt to read or write protected memory
I encountered an access violation exception randomly at GLUtessVertexProc callback when using GLUtessellator, can anyone help? many thanks! here is the main code:
public partial class Tessellation
...
0
votes
1answer
32 views
InitializeComponent - AccessViolationException
I'm working on a Windows Store Application and I've run into a problem.
I left my computer with a fully functionally program with no errors.
After a couple of days away from the computer I started it ...
0
votes
3answers
47 views
Access violation with C++
I am a bit rusty with the C languages, and I have been asked to write a quick little application to take a string from STDIN and replace every instance of the letter 'a' to a letter 'c'. I feel like ...
-2
votes
1answer
25 views
I have an unhandled exception and a segmentation fault and I have fixed everything I could think of that might be causing it [closed]
Here is my code: https://gist.github.com/anonymous/0cb3456a0d6ebeb94dad
And the error message: Unhandled exception at 0x77b415ee in testing.exe: 0xC0000005: Access violation reading location ...
-1
votes
1answer
60 views
Cannot open “Options” page for Project in Delphi
This happens only in one application. That application is succesfuly compiled, but Options page (Project -> Options...) are blocked. I have no idea what this error message means.
So, I need yours ...
2
votes
1answer
26 views
Within CPPUNIT_ASSERT, Keep Getting Access Violation
I have a set of classes to which I am trying to apply unit tests, to maintain their current utility through future revisions.
My problem is that within CPPUNIT, to which I am new, where-ever I call ...
0
votes
0answers
81 views
[Can't figure out][C++] Access violation error using ofstream/fstream?
I am writing to a file, using ofstream. The writes are very rapid for one thing, file is closed and opened extremely frequently. Below is the code:
if( !(IS_ERROR(wcstombs_s( (size_t*)&out, ...
0
votes
1answer
58 views
C++ OpenCV 0xC0000005 error while reading from camera [solved]
As said I get a 0xC0000005 reading access violation error realted to VSFilter.dll when I try to get a frame from the camera. I've tried different sample code found online and in the OpenCV ...
0
votes
0answers
13 views
Java: fatal error, access violation in Java_sun_awt_shell_Win32ShellFolder2_compareIDsByColumn
The program pops up a JFileChooser, and if the user goes into details view then clicks on the column headings, the program dies completely with an exception access violation and the problematic frame ...
-1
votes
2answers
75 views
calling a function through a pointer - access violation reading location
I have a function that returns a Customer object (not pointer) like this:
Customer CustomerList::retrieve(const int index) const{
if (index<1 || index>size)
return ...
0
votes
3answers
29 views
overflow in copied version of linked list
I have a linked list class.
It includes a copy constructor:
LinkedListStorage(const LinkedListStorage &other) :root(NULL)
{
size = other.size;
count = other.count;
node *cur = ...
0
votes
2answers
60 views
Access violation writing location in assembly x86
Hi i have a question about assembly x86
this is my code
INCLUDE Irvine32.inc
.data
day WORD 0
month WORD 0
year WORD 0
prompt1 BYTE "enter month: ",0
prompt2 BYTE "enter day: ",0
prompt3 BYTE ...
0
votes
3answers
58 views
Accessing deleted array- access violation exception
I wanted to access deleted array to see how the memory was changed it works till I deleted really big array then I get access violation exception. Please do not care about cout I know they are slow ...
1
vote
0answers
58 views
AccessViolationException when setting/receiving callback
I'm trying to recreate the StreamingPreview sample from Blackmagic Design's DeckLink SDK in C# using DeckLink.net dll.
When I run the code below, it seems to work: the notifications get installed and ...
0
votes
1answer
24 views
Access violation error when getting input from a binary file
Okay, so I'm trying to read input from a binary file. I've changed this code a bit, but with this version, I'm getting an access violation error... So it's trying to access something that isn't there. ...
2
votes
1answer
28 views
STL map allocation error in vc6
I'm using a map to merge duplicates and sort items in a dll. It's not exposed in the interface of the dll. The simplified code is as follows.
UINT GetInfo(UINT request, LPVOID data)
{
//...
...
1
vote
0answers
40 views
Exception with a C++ code got from a manual of OpenHaptics
I am using a sample callback function which is indicated in OpenHaptics programming guide. But, I get SystemAccessViolationException and can't get rid of it. This is the function:
HDCallbackCode ...
2
votes
1answer
79 views
Access violation while reading a JNI-ByteBuffer in C++ in 32-bit JVM on 64-Win 7
I am trying to build a SIP client in Java. As SIP-framework I use doubango. To display the video I'm using OpenGL through JOGL, but that should not be important, because during testing I actually ...
0
votes
0answers
25 views
How to track down a AccessViolationException from a CLI project?
We got a CLI Wrapper that uses C++ Code written by another team. Since a few versions with very large changes in the sourcecode, we get randomly AccessViolationExceptions from the CLI. Its completely ...
0
votes
1answer
72 views
Access violation while trying to compute FFT (fast Fourier transform) of 2 images
I am trying to take FFT of two raw images. But I am getting unhandled exception (access violation) - I could not figure out why. I am using fftw library.
First I am reading two images, then I ...
0
votes
2answers
75 views
C++-builder: access violation 0x0000002c in window.cpp
I am modifying a program in C++ Builder XE2. The program doesn't use vcl yet, but owlnext. and contains multiple MDI-child-forms.
There I use a routine to load a file and open a new window.
...
0
votes
0answers
29 views
export .xml to xmi code gives error
Has anyone tried exporting a .uml project to XMI in starUML.
I have Sequence Diagrams in starUML.
I am trying to convert the .uml into XMI but I am getting error.
"Access Violation at address ...
1
vote
2answers
54 views
c char ** causing allocation error
I am passing a multidimensional character array to a function in c. The main() or whatever function determines the size (dimensions) of the input array. I am trying to determine the length and width ...
0
votes
1answer
103 views
FS register access violation on Windows 7
Crashing instructions (any one of these will cause an access violation):
LODS BYTE PTR FS:[ESI]
LODS WORD PTR FS:[ESI]
LODS DWORD PTR FS:[ESI]
I am trying to fix a crash for a client trying to port ...
0
votes
1answer
56 views
Lists in C language. Access violation
this is a bit tricky to explain but I'll try anyway.
I'm trying to create a program that will get a list that ends with 0, and also has 0s in the middle.The program will check who is the minimum value ...
0
votes
0answers
53 views
Access violation caused by improper include of header / lib? [closed]
So I was writing some code, when suddenly out of the blue, I got an access violation error in a class which I hadn't edited since it last worked perfectly. Here is some of the code (the relevant ...
0
votes
0answers
47 views
Recover From Access Violation Exception
I am using EZTwain (an unmanaged dll) to process some PDF's. I am aware it can only read PDF's that it has created. Unfortunately in the real world it is encountering PDFs which have been created by ...
-3
votes
1answer
187 views
Unhandled exception at 0x00cd2e34 in Detect.exe: 0xC0000005: Access violation reading location 0x00000000
I'm trying to train 7 text files which will generate 7 xml files as the output. Hence i tried through a "for loop" which will function 7 times.
I have referred the following link for face ...
1
vote
1answer
48 views
What is the ds:0023:003a3000=?? stuff on the end of a drwatson FAULT?
I have the following entry in a Dr Watson log. What is the significance of the "ds:0023:003a3000=??" part of the entry to the right of the FAULT line?
*----> State Dump for Thread Id 0xdfc ...
0
votes
1answer
98 views
Qt Application: VERIFIER STOP 00000013: First chance access violation for current stack trace
Since one week my Qt Application does not work. I was not familiar with this heap corruption, access violation etc. stuff. Now I know it "hurts" terribly,-)
Meanwhile I installed the application ...
0
votes
3answers
104 views
AccessViolationExceptiond: Attempted to read/write protected memory
I have a DLL file that is written in C. I am try to use in C DLL (ImportDLL) in my C# code. My method return out parameter. C method is called correctly but it crashed after process and gives error ...
0
votes
0answers
80 views
Access Violation Exception in Marshal.PtrToStructure in vb.net
I have below code snippet, which gets a pointer from a C API which is defined in a dll. Using marshalling I am trying to get the structure array, which is my requirement.
...
1
vote
1answer
40 views
Pointer is deallocated shortly after declaration in multithread function
I'm currently having a very weird problem in some code of mine. A variable that seems to be fine after its declaration is corrupted right after and it results in an access violation (basically the ...
0
votes
1answer
101 views
Application crashes before entering the main
I'm working on a program that is made of 3 modules:
1 static library written in c++ (c++ native)
1 managed dll that is a wrapper for the c++ library, written in c++/cli (c++ managed using .NET ...
1
vote
0answers
79 views
Access violation while passing pinned int pointer in C#
I have a code(dll) in C++ that I need to call from my C# code. When I use a pinned pointer it throws an access violation exception. I am not sure what I am missing.
The following is the class which ...
0
votes
0answers
74 views
Access Violation when writing to its own resources
this will be my first question here. I'm writing a program that takes a file, encrypts it, and stores this encrypted data in the resources of a new file. This new file will find and then decrypt the ...
0
votes
1answer
103 views
System.AccessViolationException due a System.Data.Objects.ObjectQuery
From time to time I'm getting an Exception of the type System.AccessViolationException in my w3wp.exe that crash the app.
The stack of the exception is this (got from the event viewer):
Log Name: ...
-4
votes
1answer
573 views
Troubleshooting Access Violation at Address. Read of Address 00000000 [closed]
The same version of Delphi 7 Code has been deployed at computers throughout our organization.
Each time user A accesses record Z on computer F1, the following error is displayed:
Access violation ...
2
votes
2answers
130 views
Strange phenomenon: Java/Swing-operations cause access violation in native library (JNA)
Greetings fellow developers!
Since SO was almost always helpful with my programming problems, I decided to sign up and give it a shot with my most recent problem. It really is a strange phenomenon ...
2
votes
2answers
96 views
EAcessViolation when clearing stringgrid [closed]
I'm trying to clear a stringgrid but I'm getting an inconsistent access violation message which seems to appear after the last column has been cleared. Here is the code:
procedure ClearTable;
var
...
1
vote
1answer
108 views
Why would calling MessageBox[etc]() without a return variable cause the program to crash?
So if I write the following code:
MessageBoxA(0, "Yo, wazzup!", "A Greeting From Earth", 0);
the program crashes with an access violation when it exits. When I write the code like this:
int a;
a = ...
1
vote
3answers
82 views
Linked List access violation in C
Im not sure i got the concept of Linked List properly. What im trying to do is to create a linked list which receives the integer 6 as it's first "data". instead i get this access violation error when ...






