Jump to content

core dump on evaluation guide, submit, step 2


ractoc

Recommended Posts

Hey there,

 

I'm currently working my way through the evaluation buigde and I got a nice core dump. I was executing step 2 on the Submit page of the guide.

I'm running on Ubuntu 13.10. Here's the core dump.

 

ractoc@mark-Linux:~/plasticscm5/client$ ./plastic

** (/home/ractoc/plasticscm5/client/plastic.exe:3700): WARNING **: GdipSetPenCustomEndCap isn't implemented
[xcb] Too much data requested from _XRead
[xcb] This is most likely caused by a broken X extension library
[xcb] Aborting, sorry about that.
plastic: ../../src/xcb_io.c:736: _XRead: Assertion `!xcb_xlib_too_much_data_requested' failed.
Stacktrace:

  at (wrapper managed-to-native) System.Windows.Forms.X11Keyboard.XCreateFontSet (intptr,string,intptr&,int&,intptr) <0x00004>
  at (wrapper managed-to-native) System.Windows.Forms.X11Keyboard.XCreateFontSet (intptr,string,intptr&,int&,intptr) <0x00004>
  at System.Windows.Forms.X11Keyboard.CreateOverTheSpotXic (intptr,intptr) <0x000a7>
  at System.Windows.Forms.X11Keyboard.CreateXic (intptr,intptr) <0x000c7>
  at System.Windows.Forms.X11Keyboard.CreateXicForWindow (intptr) <0x00022>
  at System.Windows.Forms.X11Keyboard.FocusIn (intptr) <0x0008e>
  at System.Windows.Forms.XplatUIX11.SetFocus (intptr) <0x000bd>
  at System.Windows.Forms.XplatUI.SetFocus (intptr) <0x0001d>
  at System.Windows.Forms.ContainerControl.SendControlFocus (System.Windows.Forms.Control) <0x0007c>
  at System.Windows.Forms.Form.SetVisibleCore (bool) <0x0057d>
  at System.Windows.Forms.Control.set_Visible (bool) <0x0002c>
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.set_Visible (bool) <0x00057>
  at System.Windows.Forms.Application.RunLoop (bool,System.Windows.Forms.ApplicationContext) <0x001f9>
  at System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window) <0x00337>
  at System.Windows.Forms.Form.ShowDialog () <0x00012>
  at System.Windows.Forms.MessageBox/MessageBoxForm.RunDialog () <0x00080>
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.MessageBox/MessageBoxForm.RunDialog () <0x00053>
  at System.Windows.Forms.MessageBox.Show (System.Windows.Forms.IWin32Window,string,string,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton) <0x0004d>
  at Codice.I3.I3MessageBox.Show (System.Windows.Forms.IWin32Window,string,string,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton) <0x00054>
  at Codice.I3.I3MessageBox.Show (string,string,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton) <0x0001d>
  at ce.a (string,string,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.IWin32Window) <0x00032>
  at ce.a (string,string,System.Windows.Forms.MessageBoxIcon,System.ComponentModel.ISynchronizeInvoke,System.Windows.Forms.IWin32Window) <0x0010d>
  at ce.a (string,System.Windows.Forms.MessageBoxIcon,System.ComponentModel.ISynchronizeInvoke,System.Windows.Forms.IWin32Window) <0x00067>
  at ce.a (string,System.Windows.Forms.MessageBoxIcon) <0x00014>
  at ek.b (Codice.CM.Client.Gui.GuiObject,n4) <0x0005b>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___object_object (object,intptr,intptr,intptr) <0x0004c>
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (object,object[],System.Exception&) <0x00004>
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (object,object[],System.Exception&) <0x00004>
  at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x0012a>
  at System.Reflection.MethodBase.Invoke (object,object[]) <0x00025>
  at System.Delegate.DynamicInvokeImpl (object[]) <0x0018a>
  at System.MulticastDelegate.DynamicInvokeImpl (object[]) <0x00034>
  at System.Delegate.DynamicInvoke (object[]) <0x00019>
  at n4.i () <0x0006b>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0x00040>

Native stacktrace:

    plastic() [0x80d222f]
    [0xb77d040c]

Debug info from gdb:

Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
No threads.

=================================================================
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 (core dumped)
 

 

Mark

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...