Paste #34210: Untitled Paste

Date: 2016/06/12 21:45:43 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


>Stacktrace:

  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) OpenTK.Platform.SDL2.SDL.SetWindowSize (intptr,int,int) <0xffffffff>
  at OpenTK.Platform.SDL2.Sdl2NativeWindow.set_Size (System.Drawing.Size) <0x00053>
  at OpenTK.Platform.SDL2.Sdl2NativeWindow.set_ClientSize (System.Drawing.Size) <0x000d3>
  at OpenTK.NativeWindow.set_ClientSize (System.Drawing.Size) <0x00032>
  at Voxalia.ClientGame.ClientMainSystem.Client.Window_Resize (object,System.EventArgs) <0x0012f>
  at (wrapper delegate-invoke) System.EventHandler`1.invoke_void__this___object_TEventArgs (object,TEventArgs) <0xffffffff>
  at OpenTK.NativeWindow.OnResize (System.EventArgs) <0x00026>
  at OpenTK.GameWindow.OnResize (System.EventArgs) <0x0001f>
  at OpenTK.NativeWindow.OnResizeInternal (object,System.EventArgs) <0x00020>
  at (wrapper delegate-invoke) System.EventHandler`1.invoke_void__this___object_TEventArgs (object,TEventArgs) <0xffffffff>
  at OpenTK.Platform.SDL2.Sdl2NativeWindow.ProcessWindowEvent (OpenTK.Platform.SDL2.Sdl2NativeWindow,OpenTK.Platform.SDL2.WindowEvent) <0x0030f>
  at OpenTK.Platform.SDL2.Sdl2NativeWindow.FilterEvents (intptr,intptr) <0x0017b>
  at (wrapper native-to-managed) OpenTK.Platform.SDL2.Sdl2NativeWindow.FilterEvents (intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) OpenTK.Platform.SDL2.SDL.SetWindowSize (intptr,int,int) <0xffffffff>
  at OpenTK.Platform.SDL2.Sdl2NativeWindow.set_Size (System.Drawing.Size) <0x00053>
  at OpenTK.Platform.SDL2.Sdl2NativeWindow.set_ClientSize (System.Drawing.Size) <0x000d3>
  at OpenTK.NativeWindow.set_ClientSize (System.Drawing.Size) <0x00032>
  at Voxalia.ClientGame.ClientMainSystem.Client.Window_Resize (object,System.EventArgs) <0x000b3>
  at (wrapper delegate-invoke) System.EventHandler`1.invoke_void__this___object_TEventArgs (object,TEventArgs) <0xffffffff>
  at OpenTK.NativeWindow.OnResize (System.EventArgs) <0x00026>
  at OpenTK.GameWindow.OnResize (System.EventArgs) <0x0001f>
  at OpenTK.NativeWindow.OnResizeInternal (object,System.EventArgs) <0x00020>
  at (wrapper delegate-invoke) System.EventHandler`1.invoke_void__this___object_TEventArgs (object,TEventArgs) <0xffffffff>
  at OpenTK.Platform.SDL2.Sdl2NativeWindow.ProcessWindowEvent (OpenTK.Platform.SDL2.Sdl2NativeWindow,OpenTK.Platform.SDL2.WindowEvent) <0x0030f>
  at OpenTK.Platform.SDL2.Sdl2NativeWindow.FilterEvents (intptr,intptr) <0x0017b>
  at (wrapper native-to-managed) OpenTK.Platform.SDL2.Sdl2NativeWindow.FilterEvents (intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) OpenTK.Platform.SDL2.SDL.PumpEvents () <0xffffffff>
  at OpenTK.Platform.SDL2.Sdl2NativeWindow.ProcessEvents () <0x0003b>
  at OpenTK.NativeWindow.ProcessEvents (bool) <0x00051>
  at OpenTK.NativeWindow.ProcessEvents () <0x00013>
  at OpenTK.GameWindow.Run (double,double) <0x001f3>
  at Voxalia.ClientGame.ClientMainSystem.Client.StartUp (string) <0x00a37>
  at Voxalia.ClientGame.ClientMainSystem.Client.Init (string) <0x00047>
  at Voxalia.ManProgram.Main (string[]) <0x001c7>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

    mono() [0x4b73d8]
    mono() [0x50f13b]
    mono() [0x423d22]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f8b11671340]
    [0x15b48e30]

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 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.
=================================================================

Aborted (core dumped)