Bug 434159 - sigabrt when finding/replacing in open files
Summary: sigabrt when finding/replacing in open files
Status: RESOLVED FIXED
: 431794 434695 (view as bug list)
Alias: None
Product: MonoDevelop
Classification: Mono
Component: texteditor (show other bugs)
Version: SVN
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Mike Krueger
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-09 23:12 UTC by Alan McGovern
Modified: 2008-10-28 04:14 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 Alan McGovern 2008-10-09 23:12:29 UTC
I had about 30 files open and i tried to do a find/replace. This gave me this sigabrt


Stack trace: 
   at Gtk.Application.RunIteration()
   at MonoDevelop.Core.Gui.DispatchService.RunPendingEvents()
   at MonoDevelop.Core.Gui.ProgressMonitoring.BaseProgressMonitor.Dispose()
   at System.Runtime.Remoting.RemotingServices.InternalExecute(System.Reflection.MethodBase , System.Object , System.Object[] , System.Object[] ByRef )
   at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage(System.MarshalByRefObject target, IMethodCallMessage reqMsg)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage(IMessage msg)
   at MonoDevelop.Core.Gui.SyncContextDispatchSink.AsyncDispatchMessage(System.Object data)
   at MonoDevelop.Core.Gui.GuiSyncContext.AsyncDispatch(MonoDevelop.Core.Gui.StatefulMessageHandler cb, System.Object ob)
   at MonoDevelop.Core.Gui.SyncContextDispatchSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
   at MonoDevelop.Core.Gui.SyncContextDispatchSink.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Messaging.ClientContextTerminatorSink.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Messaging.EnvoyTerminatorSink.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(IMessage request)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception ByRef exc, System.Object[] ByRef out_args)
   at System.Object.__icall_wrapper_mono_remoting_wrapper(IntPtr , IntPtr )
   at MonoDevelop.Ide.Gui.Workbench.RealOpenFile(System.Object openFileInfo)
   at MonoDevelop.Ide.Gui.Workbench.OpenDocument(System.String fileName, Int32 line, Int32 column, Boolean bringToFront, System.String encoding, IDisplayBinding binding)
   at MonoDevelop.Ide.Gui.Workbench.OpenDocument(System.String fileName, Int32 line, Int32 column, Boolean bringToFront)
   at MonoDevelop.Ide.Gui.Workbench.OnLoadingWorkspaceUserPreferences(System.Object s, MonoDevelop.Ide.Gui.UserPreferencesEventArgs args)
   at System.MulticastDelegate.invoke_void__this___object_UserPreferencesEventArgs(System.Object , MonoDevelop.Ide.Gui.UserPreferencesEventArgs )
   at MonoDevelop.Ide.Gui.RootWorkspace.RestoreWorkspacePreferences(MonoDevelop.Projects.WorkspaceItem item)
   at MonoDevelop.Ide.Gui.RootWorkspace+<BackgroundLoadWorkspace>c__AnonStorey60.<>m__74(System.Object , System.EventArgs )
   at Gtk.Application+InvokeCB.Invoke()
   at GLib.Timeout+TimeoutProxy.Handler()
   at Gtk.Application.gtk_main_iteration()
   at Gtk.Application.RunIteration()
   at MonoDevelop.Core.Gui.DispatchService.RunPendingEvents()
   at MonoDevelop.Core.Gui.ProgressMonitoring.BaseProgressMonitor.MonoDevelop.Core.IAsyncOperation.WaitForCompleted()
   at System.Runtime.Remoting.RemotingServices.InternalExecute(System.Reflection.MethodBase , System.Object , System.Object[] , System.Object[] ByRef )
   at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage(System.MarshalByRefObject target, IMethodCallMessage reqMsg)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage(IMessage msg)
   at MonoDevelop.Core.Gui.SyncContextDispatchSink.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Messaging.ClientContextTerminatorSink.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Messaging.EnvoyTerminatorSink.SyncProcessMessage(IMessage msg)
   at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(IMessage request)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception ByRef exc, System.Object[] ByRef out_args)
   at System.Object.__icall_wrapper_mono_remoting_wrapper(IntPtr , IntPtr )
   at MonoDevelop.WelcomePage.WelcomePageView.HandleLinkAction(System.String uri)
   at MonoDevelop.WelcomePage.WelcomePageFallbackWidget.HandleLink(System.Object sender, System.EventArgs e)
   at System.Reflection.MonoMethod.InternalInvoke(System.Object , System.Object[] , System.Exception ByRef )
   at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[] parameters)
   at System.Delegate.DynamicInvokeImpl(System.Object[] args)
   at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
   at System.Delegate.DynamicInvoke(System.Object[] args)
   at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at MonoDevelop.Ide.Gui.IdeApp.Run()
   at MonoDevelop.Ide.Gui.IdeStartup.Run(System.String[] args)
   at MonoDevelop.Startup.SharpDevelopMain.Main(System.String[] args)
**
** Gdk:ERROR:(gdkregion-generic.c:1082):miUnionNonO: assertion failed: (y1 < y2)
Stacktrace:

  at (wrapper managed-to-native) GLib.Object.g_object_set_property (intptr,intptr,GLib.Value&) <0x00004>
  at (wrapper managed-to-native) GLib.Object.g_object_set_property (intptr,intptr,GLib.Value&) <0xffffffff>
  at GLib.Object.SetProperty (string,GLib.Value) <0x00028>
  at Gtk.Image.set_Pixbuf (Gdk.Pixbuf) <0x00049>
  at MonoDevelop.Ide.Gui.SdiWorkspaceWindow.OnTitleChanged (System.EventArgs) <0x00293>
  at MonoDevelop.Ide.Gui.SdiWorkspaceWindow.set_Title (string) <0x00040>
  at MonoDevelop.Ide.Gui.SdiWorkspaceWindow.SetTitleEvent (object,System.EventArgs) <0x003e7>
  at MonoDevelop.Ide.Gui.AbstractViewContent.OnDirtyChanged (System.EventArgs) <0x0001b>
  at MonoDevelop.Ide.Gui.AbstractViewContent.set_IsDirty (bool) <0x0001d>
  at MonoDevelop.SourceEditor.SourceEditorView.<SourceEditorView>m__36 (object,Mono.TextEditor.ReplaceEventArgs) <0x0003a>
  at (wrapper delegate-invoke) System.MulticastDelegate.invoke_void__this___object_ReplaceEventArgs (object,Mono.TextEditor.ReplaceEventArgs) <0xffffffff>
  at Mono.TextEditor.Document.OnTextReplaced (Mono.TextEditor.ReplaceEventArgs) <0x0001b>
  at Mono.TextEditor.Document.Replace (int,int,System.Text.StringBuilder) <0x001d7>
  at DocumentTextIterator.Replace (int,string) <0x00050>
  at MonoDevelop.Ide.Gui.Search.DefaultFind.Replace (MonoDevelop.Ide.Gui.Search.ISearchResult,string) <0x0008e>
  at MonoDevelop.Ide.Gui.Search.SearchReplaceInFilesManager.ReplaceAllThread () <0x000db>
  at MonoDevelop.Core.Gui.GenericMessageContainer.Run () <0x00016>
  at MonoDevelop.Core.Gui.DispatchService.backgroundDispatcher () <0x000b8>
  at (wrapper runtime-invoke) System.Object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

	monodevelop [0x806d894]
	[0xffffe410]
	/lib/libc.so.6(abort+0x188) [0xb7d99238]
	/usr/lib/libglib-2.0.so.0(g_assertion_message+0x129) [0xb7f5c029]
	/usr/lib/libglib-2.0.so.0 [0xb7f5c54d]
	/usr/lib/libgdk-x11-2.0.so.0 [0xb66141f0]
	/usr/lib/libgdk-x11-2.0.so.0 [0xb66136c3]
	/usr/lib/libgdk-x11-2.0.so.0(gdk_region_union+0xac) [0xb6614dcc]
	/usr/lib/libgdk-x11-2.0.so.0(gdk_window_invalidate_maybe_recurse+0x215) [0xb6618aa5]
	/usr/lib/libgtk-x11-2.0.so.0 [0xb68eefa6]
	/usr/lib/libgtk-x11-2.0.so.0 [0xb68f01cf]
	/usr/lib/libgtk-x11-2.0.so.0(gtk_widget_queue_resize+0x87) [0xb68f4e97]
	/usr/lib/libgtk-x11-2.0.so.0(gtk_image_set_from_pixbuf+0x124) [0xb679d6e4]
	/usr/lib/libgobject-2.0.so.0(g_object_set_property+0x3b6) [0xb6444fd6]
	[0xb60797f9]
	[0xb60796f9]
	[0xb2d4081a]
	[0xb2d430dc]
	[0xb2d42e39]
	[0xb2d42d58]
	[0xb0a84efc]
	[0xb0a84ed6]
	[0xb0a841fb]
	[0xb0a81db9]
	[0xb0a84194]
	[0xb03274f8]
	[0xb0327311]
	[0xb0327287]
	[0xb0325a3c]
	[0xb0fc6b1f]
	[0xb5a8f559]
	[0xb6dd3759]
	monodevelop(mono_runtime_delegate_invoke+0x34) [0x810daa4]
	monodevelop [0x80d695f]
	monodevelop [0x814da36]
	monodevelop [0x816aad5]
	/lib/libpthread.so.0 [0xb7edd175]
	/lib/libc.so.6(clone+0x5e) [0xb7e3adce]

Debug info from gdb:

(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb7d42b80 (LWP 17339)]
[New Thread 0xb1f24b90 (LWP 17607)]
[New Thread 0xb2025b90 (LWP 17606)]
[New Thread 0xb28feb90 (LWP 17502)]
[New Thread 0xb6bffb90 (LWP 17501)]
[New Thread 0xb2409b90 (LWP 17497)]
[New Thread 0xb29ffb90 (LWP 17491)]
[New Thread 0xb4b85b90 (LWP 17437)]
[New Thread 0xb7589b90 (LWP 17343)]
[New Thread 0xb797bb90 (LWP 17342)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xffffe430 in __kernel_vsyscall ()
  10 Thread 0xb797bb90 (LWP 17342)  0xffffe430 in __kernel_vsyscall ()
  9 Thread 0xb7589b90 (LWP 17343)  0xffffe430 in __kernel_vsyscall ()
  8 Thread 0xb4b85b90 (LWP 17437)  0xffffe430 in __kernel_vsyscall ()
  7 Thread 0xb29ffb90 (LWP 17491)  0xffffe430 in __kernel_vsyscall ()
  6 Thread 0xb2409b90 (LWP 17497)  0xffffe430 in __kernel_vsyscall ()
  5 Thread 0xb6bffb90 (LWP 17501)  0xffffe430 in __kernel_vsyscall ()
  4 Thread 0xb28feb90 (LWP 17502)  0xffffe430 in __kernel_vsyscall ()
  3 Thread 0xb2025b90 (LWP 17606)  0xffffe430 in __kernel_vsyscall ()
  2 Thread 0xb1f24b90 (LWP 17607)  0xffffe430 in __kernel_vsyscall ()
  1 Thread 0xb7d42b80 (LWP 17339)  0xffffe430 in __kernel_vsyscall ()

Thread 10 (Thread 0xb797bb90 (LWP 17342)):
#0  0xffffe430 in __kernel_vsyscall ()
#1  0xb7ee43e6 in nanosleep () from /lib/libpthread.so.0
#2  0x08147718 in ?? ()
#3  0xb7edd175 in start_thread () from /lib/libpthread.so.0
#4  0xb7e3adce in clone () from /lib/libc.so.6

Thread 9 (Thread 0xb7589b90 (LWP 17343)):
#0  0xffffe430 in __kernel_vsyscall ()
#1  0xb7ee0c15 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0x08154767 in ?? ()
#3  0x08157354 in ?? ()
#4  0x081573bc in ?? ()
#5  0x081580b2 in ?? ()
#6  0x081b9f4a in ?? ()
#7  0x080d68d9 in ?? ()
#8  0x0814da36 in ?? ()
#9  0x0816aad5 in ?? ()
#10 0xb7edd175 in start_thread () from /lib/libpthread.so.0
#11 0xb7e3adce in clone () from /lib/libc.so.6

Thread 8 (Thread 0xb4b85b90 (LWP 17437)):
#0  0xffffe430 in __kernel_vsyscall ()
#1  0xb7ee3bab in read () from /lib/libpthread.so.0
#2  0x0806d9ae in ?? ()
#3  <signal handler called>
#4  0xffffe430 in __kernel_vsyscall ()
#5  0xb7d97900 in raise () from /lib/libc.so.6
#6  0xb7d99238 in abort () from /lib/libc.so.6
#7  0xb7f5c029 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
#8  0xb7f5c54d in g_assertion_message_expr () from /usr/lib/libglib-2.0.so.0
#9  0xb66141f0 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#10 0xb66136c3 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#11 0xb6614dcc in gdk_region_union () from /usr/lib/libgdk-x11-2.0.so.0
#12 0xb6618aa5 in gdk_window_invalidate_maybe_recurse () from /usr/lib/libgdk-x11-2.0.so.0
#13 0xb68eefa6 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#14 0xb68f01cf in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#15 0xb68f4e97 in gtk_widget_queue_resize () from /usr/lib/libgtk-x11-2.0.so.0
#16 0xb679d6e4 in gtk_image_set_from_pixbuf () from /usr/lib/libgtk-x11-2.0.so.0
#17 0xb6444fd6 in g_object_set_property () from /usr/lib/libgobject-2.0.so.0
#18 0xb60797f9 in ?? ()
#19 0xb60796f9 in ?? ()
#20 0xb2d4081a in ?? ()
#21 0xb2d430dc in ?? ()
#22 0xb2d42e39 in ?? ()
#23 0xb2d42d58 in ?? ()
#24 0xb0a84efc in ?? ()
#25 0xb0a84ed6 in ?? ()
#26 0xb0a841fb in ?? ()
#27 0xb0a81db9 in ?? ()
#28 0xb0a84194 in ?? ()
#29 0xb03274f8 in ?? ()
#30 0xb0327311 in ?? ()
#31 0xb0327287 in ?? ()
#32 0xb0325a3c in ?? ()
#33 0xb0fc6b1f in ?? ()
#34 0xb5a8f559 in ?? ()
#35 0xb6dd3759 in ?? ()
#36 0x0810daa4 in mono_runtime_delegate_invoke ()
#37 0x080d695f in ?? ()
#38 0x0814da36 in ?? ()
#39 0x0816aad5 in ?? ()
#40 0xb7edd175 in start_thread () from /lib/libpthread.so.0
#41 0xb7e3adce in clone () from /lib/libc.so.6

Thread 7 (Thread 0xb29ffb90 (LWP 17491)):
#0  0xffffe430 in __kernel_vsyscall ()
#1  0xb7ee0f42 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0x08154718 in ?? ()
#3  0x08157354 in ?? ()
#4  0x08157f8c in ?? ()
#5  0x080d3883 in ?? ()
#6  0xb2db522a in ?? ()
#7  0xb2db4f24 in ?? ()
#8  0xb2db4df4 in ?? ()
#9  0xb6dd3759 in ?? ()
#10 0x0810daa4 in mono_runtime_delegate_invoke ()
#11 0x080d695f in ?? ()
#12 0x0814da36 in ?? ()
#13 0x0816aad5 in ?? ()
#14 0xb7edd175 in start_thread () from /lib/libpthread.so.0
#15 0xb7e3adce in clone () from /lib/libc.so.6

Thread 6 (Thread 0xb2409b90 (LWP 17497)):
#0  0xffffe430 in __kernel_vsyscall ()
#1  0xb7e3b676 in epoll_wait () from /lib/libc.so.6
#2  0x081228f2 in ?? ()
#3  0x080d68d9 in ?? ()
#4  0x0814da36 in ?? ()
#5  0x0816aad5 in ?? ()
#6  0xb7edd175 in start_thread () from /lib/libpthread.so.0
#7  0xb7e3adce in clone () from /lib/libc.so.6

Thread 5 (Thread 0xb6bffb90 (LWP 17501)):
#0  0xffffe430 in __kernel_vsyscall ()
#1  0xb7e2b70b in read () from /lib/libc.so.6
#2  0xb2f62bad in ?? ()
#3  0xb2f62a0c in ?? ()
#4  0xb6dd3759 in ?? ()
#5  0x0810daa4 in mono_runtime_delegate_invoke ()
#6  0x080d695f in ?? ()
#7  0x0814da36 in ?? ()
#8  0x0816aad5 in ?? ()
#9  0xb7edd175 in start_thread () from /lib/libpthread.so.0
#10 0xb7e3adce in clone () from /lib/libc.so.6

Thread 4 (Thread 0xb28feb90 (LWP 17502)):
#0  0xffffe430 in __kernel_vsyscall ()
#1  0xb7ee0f42 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0x08154718 in ?? ()
#3  0x08157354 in ?? ()
#4  0x081573bc in ?? ()
#5  0x081580b2 in ?? ()
#6  0x080d3883 in ?? ()
#7  0xb2db522a in ?? ()
#8  0xb2d0f01b in ?? ()
#9  0xb0a9dda9 in ?? ()
#10 0xb6dd3759 in ?? ()
#11 0x0810daa4 in mono_runtime_delegate_invoke ()
#12 0x080d695f in ?? ()
#13 0x0814da36 in ?? ()
#14 0x0816aad5 in ?? ()
#15 0xb7edd175 in start_thread () from /lib/libpthread.so.0
#16 0xb7e3adce in clone () from /lib/libc.so.6

Thread 3 (Thread 0xb2025b90 (LWP 17606)):
#0  0xffffe430 in __kernel_vsyscall ()
#1  0xb7ee0f42 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0x08154718 in ?? ()
#3  0x08157354 in ?? ()
#4  0x08157f8c in ?? ()
#5  0x0812331e in ?? ()
#6  0x080d68d9 in ?? ()
#7  0x0814da36 in ?? ()
#8  0x0816aad5 in ?? ()
#9  0xb7edd175 in start_thread () from /lib/libpthread.so.0
#10 0xb7e3adce in clone () from /lib/libc.so.6

Thread 2 (Thread 0xb1f24b90 (LWP 17607)):
#0  0xffffe430 in __kernel_vsyscall ()
#1  0xb7ee0f42 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0x08154718 in ?? ()
#3  0x08157354 in ?? ()
#4  0x08157f8c in ?? ()
#5  0x0812331e in ?? ()
#6  0x080d68d9 in ?? ()
#7  0x0814da36 in ?? ()
#8  0x0816aad5 in ?? ()
#9  0xb7edd175 in start_thread () from /lib/libpthread.so.0
#10 0xb7e3adce in clone () from /lib/libc.so.6

Thread 1 (Thread 0xb7d42b80 (LWP 17339)):
#0  0xffffe430 in __kernel_vsyscall ()
#1  0xb7e311c7 in poll () from /lib/libc.so.6
#2  0xb7f386f2 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0xb7f38d2a in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#4  0xb67c0299 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#5  0xb2d4be2e in ?? ()
#6  0xb2d4bdf8 in ?? ()
#7  0xb2d4bde0 in ?? ()
#8  0xb6d6fb29 in ?? ()
#9  0xb797c2bf in ?? ()
#10 0xb797c1b4 in ?? ()
#11 0x0810feae in mono_runtime_exec_main ()
#12 0x0811059b in mono_runtime_run_main ()
#13 0x0805c907 in mono_main ()
#14 0x0805ac42 in ?? ()
#15 0xb7d835f5 in __libc_start_main () from /lib/libc.so.6
#16 0x0805ab81 in ?? ()
#0  0xffffe430 in __kernel_vsyscall ()

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Aborted
Comment 1 Mike Krueger 2008-10-10 08:09:34 UTC
which find ?

Find in files or the quick finder at the bottom ?
Comment 2 Alan McGovern 2008-10-10 09:34:07 UTC
Ah, sorry. This was with 'Find in open files', as previously 'find in files' didn't work for me. There's a separate bug on that·
Comment 3 Lluis Sanchez 2008-10-28 04:10:58 UTC
This should be fixed in r117238. Please reopen if it happens again after updating.
Comment 4 Lluis Sanchez 2008-10-28 04:11:30 UTC
*** Bug 431794 has been marked as a duplicate of this bug. ***
Comment 5 Lluis Sanchez 2008-10-28 04:14:41 UTC
*** Bug 434695 has been marked as a duplicate of this bug. ***