#1 Burning Software

It is currently Thu Mar 28, 2024 7:48 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: How to handle AccessViolation exceptions?
PostPosted: Sat Nov 05, 2011 7:08 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
StarBurnX occasionally emits AccessViolationExceptions, like the following:

Code:
System.AccessViolationException: Attempted to read or write
protected memory. This is often an indication that other
memory is corrupt.
at RocketDivision.StarBurnX.DriveClass.get_State()
at CDBurnerXP.Forms.CheckDisc.GetDiscDescription()
...


Code:
System.AccessViolationException: Attempted to read or write
protected memory. This is often an indication that other
memory is corrupt.
at RocketDivision.StarBurnX.DriveClass.UnlockTray()
at CDBurnerXP.Forms.BurningBaseForm.ResetUiAfterWork()
...


Code:
System.AccessViolationException: Intento de leer o escribir
en la memoria protegida. A menudo, esto indica que hay otra
memoria da?ada.
en RocketDivision.StarBurnX.DriveClass.Eject()
en
CDBurnerXP_Pro.frmAudioCompilation.mnuEject_Click(Object
sender, EventArgs e)


Code:
System.AccessViolationException: Attempted to read or write
protected memory. This is often an indication that other
memory is corrupt.
at RocketDivision.StarBurnX.DiscInfoClass.Refresh()
at CDBurnerXP.Forms.CheckDisc.RefreshDisc()


How should I handle those? A failed "unlock tray" could be ignored in general, but AccessViolationExceptions usually hint at much deeper problems that can cause the whole application to get unstable.


Top
 Profile  
 
 Post subject: Re: How to handle AccessViolation exceptions?
PostPosted: Mon Nov 07, 2011 7:32 am 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

Ok, thanx, we will try to reproduce it!

Regards,

Dmitry


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 23 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group