Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. david@daf:~/src/build-area$ ifolder &
  2. [1] 11221
  3. david@daf:~/src/build-area$ Stacktrace:
  4.  
  5. at (wrapper managed-to-native) Simias.Storage.Provider.Flaim.Flaim4.FWGetObject (intptr,string,int&,char[]) <0x00158>
  6. at (wrapper managed-to-native) Simias.Storage.Provider.Flaim.Flaim4.FWGetObject (intptr,string,int&,char[]) <0x00158>
  7. at Simias.Storage.Provider.Flaim.Flaim4.GetRecord (string) <0x00057>
  8. at Simias.Storage.Provider.Flaim.FlaimServer.GetRecord (string) <0x00023>
  9. at Simias.Storage.Provider.Flaim.FlaimProvider.GetRecord (string,string) <0x0002f>
  10. at Simias.Storage.Store.GetNodeByID (string,string) <0x00091>
  11. at Simias.Storage.Store.GetCollectionByID (string) <0x0001f>
  12. at Simias.Storage.Collection..ctor (Simias.Storage.Store,Simias.Storage.ShallowNode) <0x0003f>
  13. at Simias.Storage.LocalDatabase..ctor (Simias.Storage.Store,Simias.Storage.ShallowNode) <0x0001f>
  14. at Simias.Storage.Store.GetDatabaseObject () <0x001b3>
  15. at Simias.Storage.Store..ctor () <0x008ff>
  16. at Simias.Storage.Store.GetStore () <0x000af>
  17. at Simias.Storage.ChangeLog.Start () <0x00027>
  18. at Simias.Service.ThreadServiceCtl.Start () <0x0011b>
  19. at Simias.Service.Manager.messageDispatcher (Simias.Service.Message) <0x000b9>
  20. at Simias.Service.Manager.StartServicesThread () <0x000bb>
  21. at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0x00051>
  22.  
  23. Native stacktrace:
  24.  
  25. /usr/bin/mono() [0x489171]
  26. /usr/bin/mono() [0x4d154f]
  27. /lib/x86_64-linux-gnu/libpthread.so.0(+0xfc60) [0x7f1bcb704c60]
  28. /usr/lib/libFlaimWrapper.so.0(_ZN19CSPPropertyIterator4NextEv+0x2a) [0x7f1bc1fd673a]
  29. /usr/lib/libFlaimWrapper.so.0(_ZN14CSPStoreObject5ToXMLEPtiii+0x162) [0x7f1bc1fdb292]
  30. /usr/lib/libFlaimWrapper.so.0(_ZN8CSPStore9GetObjectEPtS0_PiS0_+0x1bd) [0x7f1bc1fd7b7d]
  31. [0x415ffd48]
  32.  
  33. Debug info from gdb:
  34.  
  35. Could not attach to process. If your uid matches the uid of the target
  36. process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  37. again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
  38. ptrace: Operation not permitted.
  39.  
  40. =================================================================
  41. Got a SIGSEGV while executing native code. This usually indicates
  42. a fatal error in the mono runtime or one of the native libraries
  43. used by your application.
  44. =================================================================
  45.  
  46. Error: The Simias process failed to initialize.
  47. Use the command line switch --showconsole to view the error.
  48.  
  49. Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
  50. at Novell.iFolder.iFolderApplication.StartiFolder () [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement