After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 702592 - tracker-extract crashed with webm file
tracker-extract crashed with webm file
Status: RESOLVED DUPLICATE of bug 704048
Product: tracker
Classification: Core
Component: Extractor
0.16.x
Other Linux
: Normal normal
: ---
Assigned To: tracker-extractor
Depends on:
Blocks:
 
 
Reported: 2013-06-18 19:03 UTC by Pacho Ramos
Modified: 2013-07-19 19:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2013-06-18 19:03:49 UTC
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `/usr/libexec/tracker-extract'.
Program terminated with signal 5, Trace/breakpoint trap.

Thread 15 (Thread 0x7fa159ffb700 (LWP 3004))

  • #0 g_slice_alloc0
    at gslice.c line 1028
  • #1 g_type_create_instance
    at gtype.c line 1897
  • #2 g_object_constructor
    at gobject.c line 1855
  • #3 g_object_newv
    at gobject.c line 1638
  • #4 g_object_new
    at gobject.c line 1548
  • #5 g_dbus_message_new_method_error_literal
    at gdbusmessage.c line 799
  • #6 g_dbus_method_invocation_return_dbus_error
    at gdbusmethodinvocation.c line 668
  • #7 handle_method_call_get_metadata_fast
    at tracker-controller.c line 731
  • #8 handle_method_call
    at tracker-controller.c line 763
  • #9 handle_method_call
    at tracker-controller.c line 749
  • #10 call_in_idle_cb
    at gdbusconnection.c line 4737
  • #11 g_main_dispatch
    at gmain.c line 3054
  • #12 g_main_context_dispatch
    at gmain.c line 3630
  • #13 g_main_context_iterate
    at gmain.c line 3701
  • #14 g_main_context_iterate
    at gmain.c line 3638
  • #15 g_main_loop_run
    at gmain.c line 3895
  • #16 tracker_controller_thread_func
    at tracker-controller.c line 965
  • #17 g_thread_proxy
    at gthread.c line 798
  • #18 start_thread
    from /lib64/libpthread.so.0
  • #19 clone
    from /lib64/libc.so.6

Thread 8 (Thread 0x7fa1697cf780 (LWP 2991))

  • #0 g_slice_free1
    at gslice.c line 1095
  • #1 g_string_free
    at gstring.c line 229
  • #2 g_log_default_handler
    at gmessages.c line 1372
  • #3 g_logv
    at gmessages.c line 949
  • #4 g_log
    at gmessages.c line 1010
  • #5 gst_bus_timed_pop_filtered
    at gstbus.c line 493
  • #6 ??
    from /usr/lib64/libgstpbutils-1.0.so.0
  • #7 gst_discoverer_discover_uri
    from /usr/lib64/libgstpbutils-1.0.so.0
  • #8 discoverer_init_and_run
    at tracker-extract-gstreamer.c line 1333
  • #9 tracker_extract_gstreamer
    at tracker-extract-gstreamer.c line 1973
  • #10 tracker_extract_get_metadata
    at tracker-extract-gstreamer.c line 2073
  • #11 get_file_metadata
    at tracker-extract.c line 375
  • #12 get_metadata
    at tracker-extract.c line 588
  • #13 dispatch_task_cb
    at tracker-extract.c line 721
  • #14 g_main_dispatch
    at gmain.c line 3054
  • #15 g_main_context_dispatch
    at gmain.c line 3630
  • #16 g_main_context_iterate
    at gmain.c line 3701
  • #17 g_main_context_iterate
    at gmain.c line 3638
  • #18 g_main_loop_run
    at gmain.c line 3895
  • #19 main
    at tracker-main.c line 447

Thread 1 (Thread 0x7fa163fff700 (LWP 2993))

  • #0 g_logv
    at gmessages.c line 981
  • #1 g_log
    at gmessages.c line 1010
  • #2 g_wakeup_new
    at gwakeup.c line 163
  • #3 g_cancellable_make_pollfd
    at gcancellable.c line 406
  • #4 socket_source_new
  • #5 g_socket_create_source
    at gsocket.c line 3330
  • #6 _g_socket_read_with_control_messages
    at gdbusprivate.c line 201
  • #7 _g_dbus_worker_do_read_unlocked
    at gdbusprivate.c line 861
  • #8 _g_dbus_worker_do_read_cb
    at gdbusprivate.c line 810
  • #9 g_simple_async_result_complete
    at gsimpleasyncresult.c line 777
  • #10 complete_in_idle_cb
    at gsimpleasyncresult.c line 789
  • #11 g_main_dispatch
    at gmain.c line 3054
  • #12 g_main_context_dispatch
    at gmain.c line 3630
  • #13 g_main_context_iterate
    at gmain.c line 3701
  • #14 g_main_context_iterate
    at gmain.c line 3638
  • #15 g_main_loop_run
    at gmain.c line 3895
  • #16 gdbus_shared_thread_func
    at gdbusprivate.c line 278
  • #17 g_thread_proxy
    at gthread.c line 798
  • #18 start_thread
    from /lib64/libpthread.so.0
  • #19 clone
    from /lib64/libc.so.6

Comment 1 Pacho Ramos 2013-06-18 19:05:51 UTC
It takes 2,2 MB and cannot compress it more :S, anyway, that file comes from gnome-getting-started-docs-3.8.3.tar.xz
Comment 2 Martyn Russell 2013-07-19 19:50:09 UTC

*** This bug has been marked as a duplicate of bug 704048 ***