Bug 317900 (MONO74847) - monodevelop crashes while opening preferences & new project dialog
Summary: monodevelop crashes while opening preferences & new project dialog
Status: RESOLVED MOVED
Alias: MONO74847
Product: MonoDevelop
Classification: Mono
Component: general (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: MD Bugs
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-06 14:00 UTC by Alexander Nolting
Modified: 2007-09-15 21:23 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:16:00 UTC


---- Reported by a.nolting@surf2000.de 2005-05-06 07:00:49 MST ----

Description of Problem:
monodevelop 0.5 crashes by two different actions: 1. opening the
preferences, create new project.

Steps to reproduce the problem:
1. Opening the preferences dialog
2. Opening the New Project dialog
3. 

Actual Results:
monodevelop crashed

Expected Results:


How often does this happen? 
every time

Additional Information:

Opening the preferences dialog: 

alex@linux:~> monodevelop --x--debug
Reading
/home/alex/.config/MonoDevelop/CodeCompletionData/mscorlib_1.0.5000.0_b77a5c561934e089.pidb
Creating DefaultWorkbench

(MonoDevelop:23827): GdkPixbuf-CRITICAL **: file gdk-pixbuf-io.c: line 769
(gdk_pixbuf_new_from_file): assertion `filename != NULL' failed

(MonoDevelop:23827): GdkPixbuf-CRITICAL **: file gdk-pixbuf-scale.c: line
246 (gdk_pixbuf_scale_simple): assertion `src != NULL' failed
<snip>
.
. several times
.
</snip>
(MonoDevelop:23827): GdkPixbuf-CRITICAL **: file gdk-pixbuf-scale.c: line
246 (gdk_pixbuf_scale_simple): assertion `src != NULL' failed

Unhandled Exception: System.NullReferenceException: Object reference not
set to an instance of an object
in (unmanaged) 0x4017cf4b
in <0x00004> (wrapper managed-to-native)
System.Object:__icall_wrapper_mono_string_new_wrapper (intptr)
in <0x0002c> (wrapper native-to-managed) SignalConnector:ConnectFunc
(intptr,intptr,intptr,intptr,intptr,int,intptr)
in (unmanaged) 0x4271e948
in <0x00004> (wrapper managed-to-native)
SignalConnector:glade_xml_signal_autoconnect_full
(intptr,Glade.XML/SignalConnector/RawXMLConnectFunc,intptr)
in <0x00059> SignalConnector:Autoconnect ()
in <0x00048> Glade.XML:Autoconnect (object)
in <0x000c3> MonoDevelop.Gui.Dialogs.TreeViewOptions:.ctor
(MonoDevelop.Core.Properties.IProperties,MonoDevelop.Core.AddIns.IAddInTreeNode)
in <0x0010e> MonoDevelop.Commands.OptionsCommand:Run ()
in <0x0001f> MonoDevelop.Gui.Components.SdMenuCommand:OnClick
(object,System.EventArgs)
in <0x00043> (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in <0x000bd> GtkSharp.voidObjectSignal:voidObjectCallback (intptr,int)
in <0x00027> (wrapper native-to-managed)
GtkSharp.voidObjectSignal:voidObjectCallback (intptr,int)
in (unmanaged) 0x412e2ad0
in <0x00004> (wrapper managed-to-native) Gtk.Application:gtk_main ()
in <0x00007> Gtk.Application:Run ()
in <0x005f2> MonoDevelop.Commands.StartWorkbenchCommand:Run ()
in <0x00846> MonoDevelop.SharpDevelopMain:Main (string[])

Opening the New Project dialog

alex@linux:~> monodevelop --x--debug
Reading
/home/alex/.config/MonoDevelop/CodeCompletionData/mscorlib_1.0.5000.0_b77a5c561934e089.pidb
Creating DefaultWorkbench

(MonoDevelop:24331): GdkPixbuf-CRITICAL **: file gdk-pixbuf-io.c: line 769
(gdk_pixbuf_new_from_file): assertion `filename != NULL' failed

(MonoDevelop:24331): GdkPixbuf-CRITICAL **: file gdk-pixbuf-scale.c: line
246 (gdk_pixbuf_scale_simple): assertion `src != NULL' failed
<snip>
.
. several times
.
</snip>
(MonoDevelop:24331): GdkPixbuf-CRITICAL **: file gdk-pixbuf-scale.c: line
246 (gdk_pixbuf_scale_simple): assertion `src != NULL' failed
Socket already in use

Unhandled Exception: System.NullReferenceException: Object reference not
set to an instance of an object
in (unmanaged) 0x4017cf4b
in <0x00004> (wrapper managed-to-native)
System.Object:__icall_wrapper_mono_string_new_wrapper (intptr)
in <0x0002c> (wrapper native-to-managed) SignalConnector:ConnectFunc
(intptr,intptr,intptr,intptr,intptr,int,intptr)
in (unmanaged) 0x4271e948
in <0x00004> (wrapper managed-to-native)
SignalConnector:glade_xml_signal_autoconnect_full
(intptr,Glade.XML/SignalConnector/RawXMLConnectFunc,intptr)
in <0x00059> SignalConnector:Autoconnect ()
in <0x00048> Glade.XML:Autoconnect (object)
in <0x00184> MonoDevelop.Gui.Dialogs.NewProjectDialog:.ctor (bool)
in <0x00026> MonoDevelop.Commands.CreateNewProject:Run ()
in <0x0001f> MonoDevelop.Gui.Components.SdMenuCommand:OnClick
(object,System.EventArgs)
in <0x00043> (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in <0x000bd> GtkSharp.voidObjectSignal:voidObjectCallback (intptr,int)
in <0x00027> (wrapper native-to-managed)
GtkSharp.voidObjectSignal:voidObjectCallback (intptr,int)
in (unmanaged) 0x412e2ad0
in <0x00004> (wrapper managed-to-native) Gtk.Application:gtk_main ()
in <0x00007> Gtk.Application:Run ()
in <0x005f2> MonoDevelop.Commands.StartWorkbenchCommand:Run ()
in <0x00846> MonoDevelop.SharpDevelopMain:Main (string[])



---- Additional Comments From john.luke@gmail.com 2005-07-15 14:18:07 MST ----



*** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO74660 ***


Unknown bug field "cf_op_sys_details" encountered while moving bug
   <cf_op_sys_details>SuSE 9.2 KDE 3.4, ximian mono 1.15</cf_op_sys_details>
Unknown operating system SUSE 9.2. Setting to default OS "Other".
This bug was marked DUPLICATE in the database it was moved from.
    Changing resolution to "MOVED"