« Return to Thread: Random AccessViolationException on Windows with GTK#

Random AccessViolationException on Windows with GTK#

by Pascal Fresnay :: Rate this Message:

Reply to Author | View in Thread

We are developping a GUI on Windows with GTK# (2.10) and Glade#. There is some serious stability problems : random AccessViolationException with .NET 2.0 runtime.
Most of time, it occures in a custom TreeView render method when trying to access model, ex :
model.GetValue(iter, 0)
It seems that this problem was reported a few months ago :
http://lists.ximian.com/pipermail/gtk-sharp-list/2006-April/007108.html
http://lists.ximian.com/pipermail/glade-users/2004-December/002295.html
Any idea ?
Thanks
Pascal

 « Return to Thread: Random AccessViolationException on Windows with GTK#