Guest User

ad-n770

a guest
Nov 12th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x00007fffed25286e in std::_Rb_tree<std::string, std::pair<std::string const, std::pair<void const*, int> >, std::_Select1st<std::pair<std::string const, std::pair<void const*, int> > >, std::less<std::string>, std::allocator<std::pair<std::string const, std::pair<void const*, int> > > >::_M_get_insert_unique_pos(std::string const&) () from /usr/lib/x86_64-linux-gnu/libprotobuf.so.8
  3. (gdb) bt
  4. #0 0x00007fffed25286e in std::_Rb_tree<std::string, std::pair<std::string const, std::pair<void const*, int> >, std::_Select1st<std::pair<std::string const, std::pair<void const*, int> > >, std::less<std::string>, std::allocator<std::pair<std::string const, std::pair<void const*, int> > > >::_M_get_insert_unique_pos(std::string const&) () from /usr/lib/x86_64-linux-gnu/libprotobuf.so.8
  5. #1 0x00007fffed252ad1 in std::_Rb_tree<std::string, std::pair<std::string const, std::pair<void const*, int> >, std::_Select1st<std::pair<std::string const, std::pair<void const*, int> > >, std::less<std::string>, std::allocator<std::pair<std::string const, std::pair<void const*, int> > > >::_M_insert_unique(std::pair<std::string const, std::pair<void const*, int> > const&) ()
  6. from /usr/lib/x86_64-linux-gnu/libprotobuf.so.8
  7. #2 0x00007fffed253864 in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex<std::pair<void const*, int> >::AddFile(google::protobuf::FileDescriptorProto const&, std::pair<void const*, int>) ()
  8. from /usr/lib/x86_64-linux-gnu/libprotobuf.so.8
  9. #3 0x00007fffed25010b in google::protobuf::EncodedDescriptorDatabase::Add(void const*, int) () from /usr/lib/x86_64-linux-gnu/libprotobuf.so.8
  10. #4 0x00007fffed21740a in google::protobuf::DescriptorPool::InternalAddGeneratedFile(void const*, int) () from /usr/lib/x86_64-linux-gnu/libprotobuf.so.8
  11. #5 0x00007fffed6e9a62 in mir::protobuf::wire::protobuf_AddDesc_mir_5fprotobuf_5fwire_2eproto() () from /usr/lib/x86_64-linux-gnu/libmircommon.so.2
  12. #6 0x00007ffff7dea13a in call_init (l=<optimized out>, argc=argc@entry=4, argv=argv@entry=0x7fffffffbbc8, env=env@entry=0x618cf0) at dl-init.c:78
  13. #7 0x00007ffff7dea223 in call_init (env=<optimized out>, argv=<optimized out>, argc=<optimized out>, l=<optimized out>) at dl-init.c:36
  14. #8 _dl_init (main_map=main_map@entry=0xa3e8d0, argc=4, argv=0x7fffffffbbc8, env=0x618cf0) at dl-init.c:126
  15. #9 0x00007ffff7deec6e in dl_open_worker (a=a@entry=0x7fffffffb2b8) at dl-open.c:577
  16. #10 0x00007ffff7de9ff4 in _dl_catch_error (objname=objname@entry=0x7fffffffb2a8, errstring=errstring@entry=0x7fffffffb2b0, mallocedp=mallocedp@entry=0x7fffffffb2a0,
  17. operate=operate@entry=0x7ffff7dee990 <dl_open_worker>, args=args@entry=0x7fffffffb2b8) at dl-error.c:187
  18. #11 0x00007ffff7dee3ab in _dl_open (file=0x7ffff5add4e1 "libclutter-glx-1.0.so", mode=-2147483647, caller_dlopen=<optimized out>, nsid=-2, argc=4, argv=0x7fffffffbbc8, env=0x618cf0) at dl-open.c:661
  19. #12 0x00007ffff684c02b in dlopen_doit (a=a@entry=0x7fffffffb4d0) at dlopen.c:66
  20. #13 0x00007ffff7de9ff4 in _dl_catch_error (objname=0x6cfd70, errstring=0x6cfd78, mallocedp=0x6cfd68, operate=0x7ffff684bfd0 <dlopen_doit>, args=0x7fffffffb4d0) at dl-error.c:187
  21. #14 0x00007ffff684c62d in _dlerror_run (operate=operate@entry=0x7ffff684bfd0 <dlopen_doit>, args=args@entry=0x7fffffffb4d0) at dlerror.c:163
  22. #15 0x00007ffff684c0c1 in __dlopen (file=<optimized out>, mode=<optimized out>) at dlopen.c:87
  23. #16 0x00007ffff5a8d624 in gst_fluvaclutsink_get_clutter_lib () at fluvaclutsink.c:394
  24. #17 0x00007ffff5a8e28a in gst_fluvaclutsink_class_init (klass=0xa49cf0) at fluvaclutsink.c:657
  25. #18 0x00007ffff5a8c7e7 in gst_fluvaclutsink_class_intern_init (klass=0xa49cf0) at fluvaclutsink.c:47
  26. #19 0x00007ffff787a289 in g_type_class_ref () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  27. #20 0x00007ffff7aff717 in gst_element_register (plugin=0x6c1ce0, name=0x7ffff5adb372 "fluvaclutsink", rank=65, type=10770208) at gstelementfactory.c:243
  28. #21 0x00007ffff5a816b5 in plugin_init (plugin=0x6c1ce0) at fluva.c:223
  29. #22 0x00007ffff7b2a88f in gst_plugin_register_func (plugin=0x6c1ce0, desc=0x7ffff5cf2d80 <gst_plugin_desc>, user_data=0x0) at gstplugin.c:522
  30. #23 0x00007ffff7b2b945 in gst_plugin_load_file (filename=0x7fffffffc05c "src/.libs/libgstfluvadec.so", error=0x7fffffffb8e0) at gstplugin.c:817
  31. #24 0x0000000000408671 in main (argc=2, argv=0x7fffffffbbc8) at gst-inspect.c:1589
Advertisement
Add Comment
Please, Sign In to add comment