[gstreamer-bugs] [Bug 623710] Load frei0r plugins in /usr/lib64/frei0r-1 too

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 6 02:16:17 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=623710
  GStreamer | gst-plugins-bad | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
           Severity|normal                      |blocker

--- Comment #14 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-08-06 09:16:12 UTC ---
Hrm, this causes crashes for me on 64-bit debian sid, where the same plugins
are installed both in /usr/lib/frei0r and /usr/lib64/frei0r.

Program received signal SIGSEGV, Segmentation fault.
__strlen_sse2 () at ../sysdeps/x86_64/multiarch/../strlen.S:31
31    ../sysdeps/x86_64/multiarch/../strlen.S: No such file or directory.
    in ../sysdeps/x86_64/multiarch/../strlen.S
(gdb) bt
#0  __strlen_sse2 () at ../sysdeps/x86_64/multiarch/../strlen.S:31
#1  0x00007ffff6895e55 in IA__g_ascii_strdown (str=0x382d465455 <Address
0x382d465455 out of bounds>, len=-1) at
/tmp/buildd/glib2.0-2.24.1/glib/gstrfuncs.c:1728
#2  0x00007ffff53f25d5 in gst_frei0r_klass_install_properties
(gobject_class=0x136d890, ftable=0x9f0300, properties=0x136dba0,
n_properties=14) at gstfrei0r.c:75
#3  0x00007ffff53f4d16 in gst_frei0r_filter_class_init (klass=0x136d890,
class_data=0x9f02d0) at gstfrei0rfilter.c:192
#4  0x00007ffff749e2f2 in type_class_init_Wm (type=<value optimized out>) at
/tmp/buildd/glib2.0-2.24.1/gobject/gtype.c:2210
#5  IA__g_type_class_ref (type=<value optimized out>) at
/tmp/buildd/glib2.0-2.24.1/gobject/gtype.c:2909
#6  0x0000000000404a38 in get_object_types (argc=<value optimized out>,
argv=<value optimized out>) at gst-plugins-bad-plugins-scan.c:228
#7  main (argc=<value optimized out>, argv=<value optimized out>) at
gst-plugins-bad-plugins-scan.c:286
(gdb) up
#2  0x00007ffff53f25d5 in gst_frei0r_klass_install_properties
(gobject_class=0x136d890, ftable=0x9f0300, properties=0x136dba0,
n_properties=14) at gstfrei0r.c:75
75        prop_name = g_ascii_strdown (param_info->name, -1);
(gdb) print param_info
$1 = (f0r_param_info_t *) 0x136dc90
(gdb) print *param_info
$2 = {name = 0x382d465455 <Address 0x382d465455 out of bounds>, type = 1,
explanation = 0x382d465455 <Address 0x382d465455 out of bounds>}
(gdb) print param_info->name
$3 = 0x382d465455 <Address 0x382d465455 out of bounds>

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list