[Bug 770384] When playing an audio rewind, GStreame has crash

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 26 09:29:38 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=770384

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #10 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
It aborts because it fails to allocate 65623 bytes:


#0  0x76b52748 in raise () from /lib/libpthread.so.0
#1  0x76d3f94c in _g_log_abort (breakpoint=0) at gmessages.c:308
#2  g_logv (log_domain=0x76da6d10 "GLib",
log_level=log_level at entry=G_LOG_LEVEL_ERROR, format=format at entry=0x0, args=...,
args at entry=...) at gmessages.c:1033
#3  0x76d3fa18 in g_log (log_domain=<optimized out>,
log_level=log_level at entry=G_LOG_LEVEL_ERROR, format=0x76daf248 "%s: failed to
allocate %u bytes") at gmessages.c:1071
#4  0x76d3e254 in g_malloc (n_bytes=n_bytes at entry=65623) at gmem.c:102
#5  0x76d555f4 in g_slice_alloc (mem_size=mem_size at entry=65623) at
gslice.c:1007

This is not a huge or unusual amount of memory, so you have to figure out why
that can't be allocated on your system.

-- 
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