[Mono-bugs] [Bug 628328] Parsing Glade UI from assembly ressource leads to crash

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Sep 15 07:48:49 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=628328

https://bugzilla.novell.com/show_bug.cgi?id=628328#c4


--- Comment #4 from Thomas Klose <thomas.klose at hiperscan.com> 2010-09-15 11:48:48 UTC ---
Created an attachment (id=389735)
 --> (http://bugzilla.novell.com/attachment.cgi?id=389735)
Monodevelop sample project

I was able to shrink our project down to the essentials. If the application
runs correctly it opens a GUI without any functionality. Even the OnDeleteEvent
handler is missing, so you will have to kill the program.

This project runs without problems with Mono 2.4.x, Mono 2.6.4 or .NET + Gtk#.
With Mono 2.6.7 it crashes.

The error seems to be very tricky and "unstable" even little changes in the
residual code can change its appearance or make it disappear...

However currently I get the following error:

Stacktrace:

  at (wrapper managed-to-native) Glade.XML.glade_xml_new_from_buffer
(byte[],int
,intptr,intptr) <0x00004>
  at (wrapper managed-to-native) Glade.XML.glade_xml_new_from_buffer
(byte[],int
,intptr,intptr) <0x00004>
  at Glade.XML..ctor (System.Reflection.Assembly,string,string,string)
<0x000e3>

  at GladeCrash.GUI.UserInterface..ctor (Gtk.Window) <0x000d4>
  at GladeCrash.GUI.MainWindow..ctor () <0x00034>
  at GladeCrash.GUI.MainClass.Main (string[]) <0x00028>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object
(object,intptr
,intptr,intptr) <0x00043>

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

Hope this helps.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list