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 653762 - [orc] crash in orc_program_compile_full()
[orc] crash in orc_program_compile_full()
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other Linux
: Normal critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-30 17:09 UTC by Cosimo Cecchi
Modified: 2011-07-10 17:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Cosimo Cecchi 2011-06-30 17:09:49 UTC
Reported here: https://bugzilla.redhat.com/show_bug.cgi?id=711146


Thread 1 (Thread 0x7fb1b964e9c0 (LWP 5526))

  • #0 __memcpy_ssse3
    at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S line 296
  • #1 orc_program_compile_full
    at /usr/include/bits/string3.h line 52
  • #2 gst_volume_orc_init
    at tmp-orc.c line 2222
  • #3 plugin_init
    at gstvolume.c line 1029
  • #4 gst_plugin_register_func
    at gstplugin.c line 557
  • #5 gst_plugin_register_func
    at gstplugin.c line 514
  • #6 gst_plugin_load_file
    at gstplugin.c line 843
  • #7 gst_plugin_load_by_name
    at gstplugin.c line 1297
  • #8 gst_plugin_feature_load
    at gstpluginfeature.c line 112
  • #9 gst_element_factory_create
    at gstelementfactory.c line 362
  • #10 gst_element_factory_make
    at gstelementfactory.c line 455
  • #11 gst_rg_volume_init
    at gstrgvolume.c line 316
  • #12 g_type_create_instance
    at gtype.c line 1889
  • #13 g_object_constructor
    at gobject.c line 1615
  • #14 g_object_newv
    at gobject.c line 1479
  • #15 gst_element_factory_create
    at gstelementfactory.c line 387
  • #16 gst_element_factory_make
    at gstelementfactory.c line 455
  • #17 brasero_plugin_test_gstreamer_plugin
    at burn-plugin.c line 180
  • #18 brasero_plugin_check_config
    at burn-normalize.c line 675
  • #19 brasero_plugin_check_plugin_ready
    at burn-plugin.c line 1237
  • #20 brasero_plugin_init_real
    at burn-plugin.c line 1294
  • #21 brasero_plugin_set_property
    at burn-plugin.c line 1366
  • #22 object_set_property
    at gobject.c line 1185
  • #23 g_object_constructor
    at gobject.c line 1629
  • #24 g_object_newv
    at gobject.c line 1479
  • #25 g_object_new_valist
    at gobject.c line 1596
  • #26 g_object_new
    at gobject.c line 1311
  • #27 brasero_plugin_new
    at burn-plugin.c line 1472
  • #28 brasero_plugin_manager_init
    at burn-plugin-manager.c line 414
  • #29 g_type_create_instance
    at gtype.c line 1889
  • #30 g_object_constructor
    at gobject.c line 1615
  • #31 g_object_newv
    at gobject.c line 1398
  • #32 g_object_new
    at gobject.c line 1308
  • #33 brasero_plugin_manager_get_default
    at burn-plugin-manager.c line 489
  • #34 brasero_burn_library_start
    at burn-basics.c line 264
  • #35 ensure_initialized
    at nautilus-burn-extension.c line 128
  • #36 ensure_initialized
    at nautilus-burn-extension.c line 113
  • #37 drive_is_cd_device
    at nautilus-burn-extension.c line 499
  • #38 nautilus_disc_burn_get_file_items
    at nautilus-burn-extension.c line 608
  • #39 nautilus_disc_burn_get_file_items
    at nautilus-burn-extension.c line 514
  • #40 get_all_extension_menu_items
    at nautilus-view.c line 4588
  • #41 reset_extension_actions_menu
    at nautilus-view.c line 4857
  • #42 real_update_menus
    at nautilus-view.c line 8459
  • #43 nautilus_icon_view_update_menus
    at nautilus-icon-view.c line 1539
  • #44 nautilus_view_update_menus
    at nautilus-view.c line 810
  • #45 nautilus_view_update_menus
    at nautilus-view.c line 801
  • #46 update_menus_timeout_callback
    at nautilus-view.c line 3536
  • #47 g_timeout_dispatch
    at gmain.c line 3882
  • #48 g_main_dispatch
    at gmain.c line 2440
  • #49 g_main_context_dispatch
    at gmain.c line 3013
  • #50 g_main_context_iterate
    at gmain.c line 3091
  • #51 g_main_loop_run
    at gmain.c line 3299
  • #52 gtk_main
    at gtkmain.c line 1358
  • #53 g_application_run
    at gapplication.c line 1322
  • #54 main
    at nautilus-main.c line 102

Comment 1 Sebastian Dröge (slomo) 2011-07-10 17:22:04 UTC
That's a bug in orc, could you file a bug at http://bugs.freedesktop.org against orc for this?