Crash in RepetierHost 1.6.2 on Windows 7x 64
Hallo,
I have crash in RepetierHost 1.6.2 on Windows 7x 64 during print. The windows event log show:
Application: RepetierHost.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
Stack:
at RepetierHost.model.GCodePath.Free()
at RepetierHost.model.GCodeVisual.Dispose(Boolean)
at RepetierHost.model.GCodeVisual.Finalize()
P.S: Looking in the old code in github, the function "Dispose" don't use boolen (disposing) variable as described in best practice from MS and it try to free some resources from Finalize call and this can lead in 99.99% to the crash.
Alexandr.
I have crash in RepetierHost 1.6.2 on Windows 7x 64 during print. The windows event log show:
Application: RepetierHost.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
Stack:
at RepetierHost.model.GCodePath.Free()
at RepetierHost.model.GCodeVisual.Dispose(Boolean)
at RepetierHost.model.GCodeVisual.Finalize()
P.S: Looking in the old code in github, the function "Dispose" don't use boolen (disposing) variable as described in best practice from MS and it try to free some resources from Finalize call and this can lead in 99.99% to the crash.
Alexandr.
Comments