List Info

Thread: MD Crashes in specific solution after moving from openSUSE 10.2 -> 10.3




MD Crashes in specific solution after moving from openSUSE 10.2 -> 10.3
country flaguser name
United States
2007-10-09 09:23:57
I have a Gtk# 2.0 project I was working on in MD;  then I
upgraded the
workstation from openSUSE 10.2 -> 10.3.  I then put MD
back to the
current level (0.16-1).  I can still open the solution &
project but if
I try to edit the MainWindow file (a Gtk# window) MD
crashes.  I can
still edit other dialogs that exist in the project.

Stacktrace:

  at (wrapper managed-to-native)
GLib.Value.gtksharp_value_create_from_property
(GLib.Value&,intptr,intptr) <0x00004>
  at (wrapper managed-to-native)
GLib.Value.gtksharp_value_create_from_property
(GLib.Value&,intptr,intptr) <0xffffffff>
  at GLib.Value..ctor (GLib.Object,string) <0x00090>
  at GLib.Object.GetProperty (string) <0x00029>
  at Gtk.Action.get_HideIfEmpty () <0x00029>
  at (wrapper runtime-invoke)
Gtk.Window.runtime_invoke_bool
(object,intptr,intptr,intptr) <0xffffffff>
  at (wrapper managed-to-native)
System.Reflection.MonoMethod.InternalInvoke
(object,object[]) <0x00004>
  at (wrapper managed-to-native)
System.Reflection.MonoMethod.InternalInvoke
(object,object[])
<0xffffffff>
  at System.Reflection.MonoMethod.Invoke
(object,System.Reflection.BindingFlags,System.Reflection.Bin
der,object[],System.Globalization.CultureInfo)
<0x0009a>
  at System.Reflection.MonoProperty.GetValue
(object,System.Reflection.BindingFlags,System.Reflection.Bin
der,object[],System.Globalization.CultureInfo)
<0x00060>
  at System.Reflection.PropertyInfo.GetValue
(object,object[]) <0x0001a>
  at Stetic.TypedPropertyDescriptor.GetValue (object)
<0x00066>
  at Stetic.WidgetUtils.GetProps
(Stetic.ObjectWrapper,System.Xml.XmlElement)
<0x00170>
  at Stetic.Wrapper.Action.Write (Stetic.ObjectWriter)
<0x0005c>
  at Stetic.ObjectWriter.WriteObject (Stetic.ObjectWrapper)
<0x0000e>
  at Stetic.UndoWriter.WriteObject (Stetic.ObjectWrapper)
<0x0012d>
  at Stetic.Wrapper.ActionGroup.Write (Stetic.ObjectWriter)
<0x00167>
  at Stetic.Wrapper.Widget.WriteActionGroups
(Stetic.ObjectWriter,System.Xml.XmlElement) <0x000fb>
  at Stetic.Wrapper.Container.Write (Stetic.ObjectWriter)
<0x00039>
  at Stetic.ObjectWriter.WriteObject (Stetic.ObjectWrapper)
<0x0000e>
  at Stetic.UndoWriter.WriteObject (Stetic.ObjectWrapper)
<0x0012d>
  at Stetic.UndoManager.SetRoot (Stetic.ObjectWrapper)
<0x00070>
  at Stetic.UndoRedoManager.set_RootObject
(Stetic.ObjectWrapper)
<0x0001f>
  at Stetic.WidgetEditSession..ctor
(Stetic.ProjectBackend,Stetic.WidgetDesignerFrontend,string,
Stetic.ProjectBackend,bool) <0x0041d>
  at (wrapper remoting-invoke-with-check)
Stetic.WidgetEditSession..ctor
(Stetic.ProjectBackend,Stetic.WidgetDesignerFrontend,string,
Stetic.ProjectBackend,bool) <0xffffffff>
  at Stetic.ProjectBackend.CreateWidgetDesignerSession
(Stetic.WidgetDesignerFrontend,string,Stetic.ProjectBackend,
bool)
<0x00029>
  at (wrapper remoting-invoke-with-check)
Stetic.ProjectBackend.CreateWidgetDesignerSession
(Stetic.WidgetDesignerFrontend,string,Stetic.ProjectBackend,
bool)
<0xffffffff>
  at Stetic.WidgetDesigner.CreateSession () <0x00061>
  at Stetic.WidgetDesigner..ctor
(Stetic.Project,string,bool) <0x00298>
  at Stetic.Project.CreateWidgetDesigner
(Stetic.WidgetInfo,bool)
<0x0003a>
  at (wrapper remoting-invoke-with-check)
Stetic.Project.CreateWidgetDesigner
(Stetic.WidgetInfo,bool)
<0xffffffff>
  at
MonoDevelop.GtkCore.GuiBuilder.GuiBuilderView.LoadDesigner
()
<0x000c4>
  at MonoDevelop.GtkCore.GuiBuilder.GuiBuilderView..ctor
(MonoDevelop.Ide.Gui.IViewContent,MonoDevelop.GtkCore.GuiBui
lder.GuiBuilderWindow) <0x00175>
  at
MonoDevelop.GtkCore.GuiBuilder.GuiBuilderDisplayBinding.Crea
teContentForFile (string) <0x0007e>
  at MonoDevelop.Ide.Gui.LoadFileWrapper.Invoke (string)
<0x0002d>
  at MonoDevelop.Ide.Gui.Workbench.RealOpenFile (object)
<0x0078d>
  at MonoDevelop.Ide.Gui.Workbench.OpenDocument
(string,int,int,bool,string,MonoDevelop.Ide.Codons.IDisplayB
inding)
<0x0058f>
  at MonoDevelop.Ide.Gui.Workbench.OpenDocument
(string,int,int,bool)
<0x0001c>
  at MonoDevelop.Ide.Gui.Workbench.OpenDocument
(string,bool) <0x00019>
  at MonoDevelop.Ide.Gui.Workbench.OpenDocument (string)
<0x00012>
  at
MonoDevelop.Ide.Gui.Pads.ProjectPad.ProjectFileNodeCommandHa
ndler.ActivateItem () <0x0005f>
  at
MonoDevelop.Ide.Gui.Pads.TreeViewPad.ActivateCurrentItem ()
<0x000d9>
  at MonoDevelop.Ide.Gui.Pads.TreeViewPad.OnNodeActivated
(object,Gtk.RowActivatedArgs) <0x0000b>
  at Gtk.TreeView.RowActivatedSignalCallback
(intptr,intptr,intptr,intptr) <0x00228>
  at (wrapper native-to-managed)
Gtk.TreeView.RowActivatedSignalCallback
(intptr,intptr,intptr,intptr) <0xffffffff>
  at (wrapper managed-to-native) Gtk.Application.gtk_main ()
<0x00004>
  at (wrapper managed-to-native) Gtk.Application.gtk_main
()
<0xffffffff>
  at Gtk.Application.Run () <0x00007>
  at MonoDevelop.Ide.Gui.IdeApp.Run () <0x00007>
  at MonoDevelop.Ide.Gui.IdeStartup.Run (string[])
<0x00de4>
  at MonoDevelop.Startup.SharpDevelopMain.Main (string[])
<0x00053>
  at (wrapper runtime-invoke)
MonoDevelop.Startup.SharpDevelopMain.runtime_invoke_int_stri
ng[]
(object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

        /usr/bin/mono [0x8171e2a]
        /usr/bin/mono [0x813c5f2]
        [0xffffe440]
        [0xb4c1f559]
        [0xb4c1f4a9]
        [0xb4c1f3aa]
        [0xad8f5432]
        [0xad8f418a]
        /usr/bin/mono(mono_runtime_invoke_array+0x266)
[0x80d3e36]
        /usr/bin/mono [0x8100197]
        [0xb6bf6e5d]
        [0xb6bf6a53]
        [0xb69d06e9]
        [0xb69d067b]
....
============================================================
=====
Got a SIGSEGV while executing native code. This usually
indicates
a fatal error in the mono runtime or one of the native
libraries 
used by your application.
============================================================
=====


-- 
Adam Tauno Williams, Network & Systems Administrator
Consultant - http://www.whitemi
ceconsulting.com
Developer - http://www.opengroupware
.org

_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

Re: MD Crashes in specific solution after moving from openSUSE 10.2 -> 10.3
user name
2007-10-09 09:29:37
Hi friends!.
I get the same error. What I have to do to fix it?

Thanks in advance...

On 10/9/07, Adam Tauno Williams < adamtaunowilliamsgmail.com"> adamtaunowilliamsgmail.com> wrote:
I have a Gtk# 2.0 project I was working on in MD; &nbsp;then I upgraded the
workstation from openSUSE 10.2 -> 10.3. ; I then put MD back to the
current level (0.16-1).&nbsp; I can still open the solution & project but if
I try to edit the MainWindow file (a Gtk# window) MD crashes.&nbsp; I can
still edit other dialogs that exist in the project.

Stacktrace:

 &nbsp;at (wrapper managed-to-native)
GLib.Value.gtksharp_value_create_from_property
(GLib.Value&,intptr,intptr) <0x00004>
 ; at (wrapper managed-to-native)
GLib.Value.gtksharp_value_create_from_property
(GLib.Value&,intptr,intptr) <0xffffffff>
&nbsp; at GLib.Value..ctor (GLib.Object,string) <0x00090>
 ; at GLib.Object.GetProperty (string) <0x00029>
&nbsp; at Gtk.Action.get_HideIfEmpty () <0x00029>
 ; at (wrapper runtime-invoke) Gtk.Window.runtime_invoke_bool
(object,intptr,intptr,intptr) <0xffffffff>
&nbsp; at (wrapper managed-to-native)
System.Reflection.MonoMethod.InternalInvoke (object,object[]) <0x00004>
 ; at (wrapper managed-to-native)
System.Reflection.MonoMethod.InternalInvoke (object,object[])
<;0xffffffff>
  at System.Reflection.MonoMethod.Invoke
(object,System.Reflection.BindingFlags ,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x0009a>
 ; at System.Reflection.MonoProperty.GetValue
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo ) <0x00060>
 ; at System.Reflection.PropertyInfo.GetValue (object,object[]) <0x0001a>
 ; at Stetic.TypedPropertyDescriptor.GetValue (object) <0x00066>
 ; at Stetic.WidgetUtils.GetProps
(Stetic.ObjectWrapper ,System.Xml.XmlElement) <0x00170>
 ; at Stetic.Wrapper.Action.Write (Stetic.ObjectWriter) <0x0005c>
 ; at Stetic.ObjectWriter.WriteObject (Stetic.ObjectWrapper) <0x0000e>
 ; at Stetic.UndoWriter.WriteObject (Stetic.ObjectWrapper) <0x0012d>
 ; at Stetic.Wrapper.ActionGroup.Write (Stetic.ObjectWriter) <0x00167>
 ; at Stetic.Wrapper.Widget.WriteActionGroups
(Stetic.ObjectWriter,System.Xml.XmlElement) <0x000fb>
&nbsp; at Stetic.Wrapper.Container.Write (Stetic.ObjectWriter) <0x00039>
 ; at Stetic.ObjectWriter.WriteObject (Stetic.ObjectWrapper) <0x0000e>
 ; at Stetic.UndoWriter.WriteObject (Stetic.ObjectWrapper) <0x0012d>
&nbsp; at Stetic.UndoManager.SetRoot (Stetic.ObjectWrapper) <0x00070>
 ; at Stetic.UndoRedoManager.set_RootObject (Stetic.ObjectWrapper)
<0x0001f>
&nbsp; at Stetic.WidgetEditSession..ctor
(Stetic.ProjectBackend ,Stetic.WidgetDesignerFrontend,string,Stetic.ProjectBackend,bool) <0x0041d>
 ; at (wrapper remoting-invoke-with-check) Stetic.WidgetEditSession..ctor
(Stetic.ProjectBackend,Stetic.WidgetDesignerFrontend,string, Stetic.ProjectBackend,bool) <0xffffffff>
&nbsp; at Stetic.ProjectBackend.CreateWidgetDesignerSession
(Stetic.WidgetDesignerFrontend,string,Stetic.ProjectBackend,bool)
<0x00029>
 &nbsp;at (wrapper remoting-invoke-with-check)
Stetic.ProjectBackend.CreateWidgetDesignerSession
(Stetic.WidgetDesignerFrontend,string,Stetic.ProjectBackend,bool)
<0xffffffff>
 &nbsp;at Stetic.WidgetDesigner.CreateSession () <0x00061>
 ; at Stetic.WidgetDesigner..ctor (Stetic.Project,string,bool) <0x00298>
 ; at Stetic.Project.CreateWidgetDesigner (Stetic.WidgetInfo,bool)
<0x0003a>
&nbsp; at (wrapper remoting-invoke-with-check)
Stetic.Project.CreateWidgetDesigner (Stetic.WidgetInfo ,bool)
<0xffffffff&gt;
 &nbsp;at MonoDevelop.GtkCore.GuiBuilder.GuiBuilderView.LoadDesigner ()
<0x000c4>
&nbsp; at MonoDevelop.GtkCore.GuiBuilder.GuiBuilderView..ctor
(MonoDevelop.Ide.Gui.IViewContent,MonoDevelop.GtkCore.GuiBuilder.GuiBuilderWindow ) <0x00175>
 ; at
MonoDevelop.GtkCore.GuiBuilder.GuiBuilderDisplayBinding.CreateContentForFile (string) <0x0007e>
 ; at MonoDevelop.Ide.Gui.LoadFileWrapper.Invoke (string) <0x0002d>
 ; at MonoDevelop.Ide.Gui.Workbench.RealOpenFile (object) <0x0078d>
 ; at MonoDevelop.Ide.Gui.Workbench.OpenDocument
(string,int,int,bool,string,MonoDevelop.Ide.Codons.IDisplayBinding)
<0x0058f>
&nbsp; at MonoDevelop.Ide.Gui.Workbench.OpenDocument (string,int,int,bool)
<0x0001c>
&nbsp; at MonoDevelop.Ide.Gui.Workbench.OpenDocument (string,bool) <0x00019>
 ; at MonoDevelop.Ide.Gui.Workbench.OpenDocument (string) <0x00012>
 ; at
MonoDevelop.Ide.Gui.Pads.ProjectPad.ProjectFileNodeCommandHandler.ActivateItem () <0x0005f>
 ; at MonoDevelop.Ide.Gui.Pads.TreeViewPad.ActivateCurrentItem ()
<0x000d9>
&nbsp; at MonoDevelop.Ide.Gui.Pads.TreeViewPad.OnNodeActivated
(object,Gtk.RowActivatedArgs) <0x0000b>
 ; at Gtk.TreeView.RowActivatedSignalCallback
(intptr,intptr,intptr,intptr) <0x00228>
 ; at (wrapper native-to-managed) Gtk.TreeView.RowActivatedSignalCallback
(intptr,intptr,intptr,intptr) <0xffffffff>
&nbsp; at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00004>
 ; at (wrapper managed-to-native) Gtk.Application.gtk_main ()
<0xffffffff>
 &nbsp;at Gtk.Application.Run () <0x00007>
 ; at MonoDevelop.Ide.Gui.IdeApp.Run () <0x00007>
&nbsp; at MonoDevelop.Ide.Gui.IdeStartup.Run (string[]) <0x00de4>
 ; at MonoDevelop.Startup.SharpDevelopMain.Main (string[]) <0x00053>
 ; at (wrapper runtime-invoke)
MonoDevelop.Startup.SharpDevelopMain.runtime_invoke_int_string []
(object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

 &nbsp; &nbsp;   ; /usr/bin/mono [0x8171e2a]
 &nbsp; &nbsp; &nbsp;  /usr/bin/mono [0x813c5f2]
 &nbsp; &nbsp; &nbsp;  [0xffffe440]
&nbsp; &nbsp; &nbsp;   ;[0xb4c1f559]
 &nbsp; &nbsp;   ; [0xb4c1f4a9]
  ; &nbsp; &nbsp; &nbsp;[0xb4c1f3aa]
 ; &nbsp; &nbsp; &nbsp; [0xad8f5432]
 &nbsp; &nbsp; &nbsp; &nbsp;[0xad8f418a]
&nbsp; &nbsp; &nbsp; &nbsp; /usr/bin/mono(mono_runtime_invoke_array+0x266) [0x80d3e36]
 &nbsp; &nbsp; &nbsp;  /usr/bin/mono [0x8100197]
 &nbsp; &nbsp; &nbsp;  [0xb6bf6e5d]
&nbsp; &nbsp; &nbsp;   ;[0xb6bf6a53]
   ; &nbsp; &nbsp; [0xb69d06e9]
  ; &nbsp; &nbsp; &nbsp;[0xb69d067b]
....
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================


--
Adam Tauno Williams, Network & Systems Administrator
Consultant - http://www.whitemiceconsulting.com
Developer - http://www.opengroupware.org

_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com"> Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list



--
Rubén D. Guíñez G.
Software Developer
Re: MD Crashes in specific solution after moving from openSUSE 10.2 -> 10.3
user name
2007-10-09 09:49:23
El dt 09 de 10 del 2007 a les 10:23 -0400, en/na Adam Tauno
Williams va
escriure:
> I have a Gtk# 2.0 project I was working on in MD;  then
I upgraded the
> workstation from openSUSE 10.2 -> 10.3.  I then put
MD back to the
> current level (0.16-1).  I can still open the solution
& project but if
> I try to edit the MainWindow file (a Gtk# window) MD
crashes.  I can
> still edit other dialogs that exist in the project.

MD has some issues with GTK+ 2.12, the version included in
OpenSuse
10.3. The crash you are seeing is already fixed in SVN.

Lluis.


_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

Re: MD Crashes in specific solution after moving from openSUSE 10.2 -> 10.3
user name
2007-10-10 15:31:59


On 10/9/07, Lluis Sanchez < lluisximian.com">lluisximian.com> wrote:
El dt 09 de 10 del 2007 a les 10:23 -0400, en/na Adam Tauno Williams va
escriure:
> I have a Gtk# 2.0 project I was working on in MD; &nbsp;then I upgraded the
> workstation from openSUSE 10.2 -> 10.3. ; I then put MD back to the
> current level (0.16-1).&nbsp; I can still open the solution & project but if
> I try to edit the MainWindow file (a Gtk# window) MD crashes.&nbsp; I can
> still edit other dialogs that exist in the project.

MD has some issues with GTK+ 2.12, the version included in OpenSuse
10.3. The crash you are seeing is already fixed in SVN.

Excuse me, but if I have installed MD from YAST2 into openSUSE 10.3 and then updated from internet, how  it coexists this version of MD from YAST with this other from svn ?. May be  it is a basic question, But I want to know that. Or I have to desinstall the first version?.

Thanks in advance.

Lluis.


_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com">Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list



--
Rubén D. Guíñez G.
Software Developer
Re: MD Crashes in specific solution after moving from openSUSE 10.2 -> 10.3
user name
2007-10-10 15:39:20


On 10/10/07, Ruben Guinez < rubenvivegmail.com">rubenvivegmail.com> wrote:


On 10/9/07, Lluis Sanchez < lluisximian.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> lluisximian.com> wrote:
El dt 09 de 10 del 2007 a les 10:23 -0400, en/na Adam Tauno Williams va
escriure:
> I have a Gtk# 2.0 project I was working on in MD; &nbsp;then I upgraded the
> workstation from openSUSE 10.2 -> 10.3. ; I then put MD back to the
> current level (0.16-1).&nbsp; I can still open the solution & project but if
> I try to edit the MainWindow file (a Gtk# window) MD crashes.&nbsp; I can
> still edit other dialogs that exist in the project.

MD has some issues with GTK+ 2.12, the version included in OpenSuse
10.3. The crash you are seeing is already fixed in SVN.

Excuse me, but if I have installed MD from YAST2 into openSUSE 10.3 and then updated from internet, how  it coexists this version of MD from YAST with this other from svn ?. May be  it is a basic question, But I want to know that. Or I have to desinstall the first version?.


You don't have to install the one from svn, you can just make && make run.

Thanks in advance.

Lluis.


_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list



--
Rubén D. Guíñez G.
Software Developer

_______________________________________________
Monodevelop-list mailing list
lists.ximian.com">Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list


[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )