Advertisement
Avinash_Sonawane

Banshee

Jul 20th, 2012
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.25 KB | None | 0 0
  1. avinash@titanic:~$ banshee
  2. [Info  16:08:05.931] Running Banshee 2.4.1: [Ubuntu 12.04 LTS (linux-gnu, x86_64) @ 2012-06-14 05:45:46 UTC]
  3. Stacktrace:
  4.  
  5.   at (wrapper managed-to-native) Banshee.GStreamer.Service.gstreamer_initialize (bool,Banshee.GStreamer.Service/BansheeLogHandler) <0xffffffff>
  6.   at Banshee.GStreamer.Service.Banshee.ServiceStack.IExtensionService.Initialize () <0x00067>
  7.   at Banshee.ServiceStack.ServiceManager.StartExtension (Mono.Addins.TypeExtensionNode) <0x0013c>
  8.   at Banshee.ServiceStack.ServiceManager.Run () <0x00183>
  9.   at Banshee.ServiceStack.Application.Run () <0x00053>
  10.   at Banshee.Gui.GtkBaseClient.Initialize (bool) <0x002ff>
  11.   at Banshee.Gui.GtkBaseClient..ctor (bool,string) <0x00033>
  12.   at Banshee.Gui.GtkBaseClient..ctor () <0x0001b>
  13.   at Nereid.Client..ctor () <0x0000f>
  14.   at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>
  15.   at (wrapper managed-to-native) System.Reflection.MonoCMethod.InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&) <0xffffffff>
  16.   at System.Reflection.MonoCMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x001cf>
  17.   at System.Reflection.MonoCMethod.Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x0003d>
  18.   at System.Reflection.ConstructorInfo.Invoke (object[]) <0x0003f>
  19.   at System.Activator.CreateInstance (System.Type,bool) <0x001bf>
  20.   at System.Activator.CreateInstance (System.Type) <0x0000f>
  21.   at Banshee.Gui.GtkBaseClient.Startup () <0x0001b>
  22.   at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.CleanRoomStartup/StartupInvocationHandler) <0x0008e>
  23.   at Banshee.Gui.GtkBaseClient.Startup<T> () <0x0006b>
  24.   at Banshee.Gui.GtkBaseClient.Startup<T> (string[]) <0x000ff>
  25.   at Nereid.Client.Main (string[]) <0x00017>
  26.   at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>
  27.   at (wrapper managed-to-native) System.AppDomain.ExecuteAssembly (System.AppDomain,System.Reflection.Assembly,string[]) <0xffffffff>
  28.   at System.AppDomain.ExecuteAssemblyInternal (System.Reflection.Assembly,string[]) <0x00047>
  29.   at System.AppDomain.ExecuteAssembly (string,System.Security.Policy.Evidence,string[]) <0x00037>
  30.   at (wrapper remoting-invoke-with-check) System.AppDomain.ExecuteAssembly (string,System.Security.Policy.Evidence,string[]) <0xffffffff>
  31.   at System.AppDomain.ExecuteAssembly (string) <0x0001f>
  32.   at (wrapper remoting-invoke-with-check) System.AppDomain.ExecuteAssembly (string) <0xffffffff>
  33.   at Booter.Booter.BootClient (string) <0x0006b>
  34.   at Booter.Booter.Main () <0x001db>
  35.   at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
  36.  
  37. Native stacktrace:
  38.  
  39.     banshee() [0x4916ba]
  40.     banshee() [0x4e0d4f]
  41.     banshee() [0x41bc77]
  42.     /lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0) [0x7fbdb8ffecb0]
  43.     /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0(+0x75514) [0x7fbda8128514]
  44.     /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0(gst_registry_binary_read_cache+0x5e0) [0x7fbda814c280]
  45.     /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0(gst_update_registry+0x6f) [0x7fbda81247ef]
  46.     /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0(+0x25c4d) [0x7fbda80d8c4d]
  47.     /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_option_context_parse+0x210) [0x7fbdb5ee6f70]
  48.     /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0(gst_init_check+0xcf) [0x7fbda80d958f]
  49.     /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0(gst_init+0x17) [0x7fbda80d9627]
  50.     /usr/lib/banshee/libbanshee.so(gstreamer_initialize+0x24) [0x7fbda87fdc24]
  51.     [0x405cd358]
  52.  
  53. Debug info from gdb:
  54.  
  55. Could not attach to process.  If your uid matches the uid of the target
  56. process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  57. again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
  58. ptrace: Operation not permitted.
  59. No threads.
  60.  
  61. =================================================================
  62. Got a SIGSEGV while executing native code. This usually indicates
  63. a fatal error in the mono runtime or one of the native libraries
  64. used by your application.
  65. =================================================================
  66.  
  67. Aborted (core dumped)
  68. avinash@titanic:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement