Bug 652197

Summary: Error when closing code documents
Product: [Mono] MonoDevelop Reporter: Neal Culiner <neal>
Component: texteditorAssignee: Mike Krueger <mkrueger>
Status: RESOLVED FIXED QA Contact: MD Bugs <monodevelop-bugs>
Severity: Normal    
Priority: P5 - None CC: dmoles.work, mark
Version: 2.4   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X 10.6   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: No
Marketing QA Status: --- IT Deployment: ---

Description Neal Culiner 2010-11-08 22:36:14 UTC
Hello,

Several times an hour I'll get the error below when closing a code document.  

System.NullReferenceException: Object reference not set to an instance of an object
  at MonoDevelop.SourceEditor.SourceEditorWidget+<OnParseInformationChanged>c__AnonStoreyD.<>m__46 (System.Object , System.EventArgs ) [0x00000] in <filename unknown>:0 
  at Gtk.Application+InvokeCB.Invoke () [0x00000] in <filename unknown>:0 
  at GLib.Timeout+TimeoutProxy.Handler () [0x00000] in <filename unknown>:0 

FYI
Comment 1 Mike Krueger 2010-11-09 06:57:28 UTC
fixed in current github version.

You could try a nightly build from: http://monodevelop.com/Download/Trunk_Builds
Comment 2 David Moles 2010-11-23 19:11:39 UTC
I'm still getting this in 2.4.1 -- did it not make it into the release?

System.NullReferenceException: Object reference not set to an instance of an object
  at MonoDevelop.SourceEditor.SourceEditorWidget+<OnParseInformationChanged>c__AnonStoreyD.<>m__46 (System.Object , System.EventArgs ) [0x00000] in <filename unknown>:0 
  at Gtk.Application+InvokeCB.Invoke () [0x00000] in <filename unknown>:0 
  at GLib.Timeout+TimeoutProxy.Handler () [0x00000] in <filename unknown>:0
Comment 3 Mike Krueger 2010-11-23 21:17:11 UTC
The github version is the 2.6 branch - no it won't make it in 2.4
Comment 4 Michael Hutchinson 2010-11-25 20:32:46 UTC
*** Bug 655979 has been marked as a duplicate of this bug. ***