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 159759 - DVD LCPM asserts
DVD LCPM asserts
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-11-28 20:53 UTC by Ronald Bultje
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ronald Bultje 2004-11-28 20:53:43 UTC
Playing the LPCM track of a DVD (stereo, 16-bits) fails:

GLib-ERROR **: gmem.c:140: failed to allocate 4294967264 bytes
aborting...
 
Program received signal SIGABRT, Aborted.

Thread NaN (LWP 14066)

  • #0 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #1 raise
    from /lib/tls/libc.so.6
  • #2 abort
    from /lib/tls/libc.so.6
  • #3 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #4 g_log
    from /usr/lib/libglib-2.0.so.0
  • #5 g_malloc
    from /usr/lib/libglib-2.0.so.0
  • #6 gst_audioscale_get_buffer
    at gstaudioscale.c line 457
  • #7 gst_resample_scale
    at resample.c line 168
  • #8 gst_audioscale_chain
    at gstaudioscale.c line 656
  • #9 gst_pad_call_chain_function
    at gstpad.c line 4405
  • #10 gst_pad_push
    at gstpad.c line 3216
  • #11 gst_audio_convert_chain
    at gstaudioconvert.c line 267
  • #12 gst_pad_call_chain_function
    at gstpad.c line 4405
  • #13 gst_pad_push
    at gstpad.c line 3216
  • #14 gst_mpeg_demux_send_subbuffer
    at gstmpegdemux.c line 928

The numbers are particularly interesting, because size=3 would indicate
unaligned data, and thus perhaps a bug in mpegdemux...
Comment 1 Ronald Bultje 2004-11-28 21:17:17 UTC
ok, fixed... still doesn't play, though.