bugzilla-daemon at freedesktop.org
2007-Dec-29 15:10 UTC
[Swfdec] [Bug 13855] New: Assertion failure at the end of a movie
http://bugs.freedesktop.org/show_bug.cgi?id=13855
Summary: Assertion failure at the end of a movie
Product: swfdec
Version: 0.5.5
Platform: x86-64 (AMD64)
URL: http://www.csfd.cz/film/224182-ja-legenda-i-am-
legend/trailer/
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: library
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy: lubos at dolezel.info
QAContact: swfdec at lists.freedesktop.org
When I play a trailer on www.csfd.cz (try one here:
http://www.csfd.cz/film/224182-ja-legenda-i-am-legend/trailer/ ) and the
playback gets to the end of the clip, swfdec crashes with an assertion failure:
Swfdec-ERROR **: file swfdec_net_stream.c: line 199
(swfdec_net_stream_update_playing): assertion failed: (stream->audio == NULL)
aborting...
(By the way, the progress bar also doesn't work correctly.)
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Dec-30 20:26 UTC
[Swfdec] [Bug 13855] Assertion failure at the end of a movie
http://bugs.freedesktop.org/show_bug.cgi?id=13855
riccardo at datahost.it changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |riccardo at datahost.it
------- Comment #1 from riccardo at datahost.it 2007-12-30 12:26 PST -------
Playing the first and second trailer in that page i get some of these:
SWFDEC: ERROR: swfdec_codec_gst.c(392): swfdec_audio_decoder_set_caps:
resetting format not allowed
SWFDEC: ERROR: swfdec_codec_gst.c(299): swfdec_gst_decoder_push: error -4
pushing data
and then a libmad deadlock
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2008-Jan-02 20:51 UTC
[Swfdec] [Bug 13855] Assertion failure at the end of a movie
http://bugs.freedesktop.org/show_bug.cgi?id=13855
------- Comment #2 from riccardo at datahost.it 2008-01-02 12:51 PST -------
Reproduced with the third one:
SWFDEC: WARN : swfdec_net_stream.c(591): swfdec_net_stream_seek: FIXME:
restarting audio after seek
Swfdec-ERROR **: file swfdec_net_stream.c: line 199
(swfdec_net_stream_update_playing): assertion failed: (stream->audio == NULL)
aborting...
Program received signal SIGABRT, Aborted.
0xb71fdea6 in raise () from /lib/libc.so.6
(gdb) bt full
#0 0xb71fdea6 in raise () from /lib/libc.so.6
No symbol table info available.
#1 0xb71ff7b1 in abort () from /lib/libc.so.6
No symbol table info available.
#2 0xb748ef09 in g_logv () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3 0xb748ef39 in g_log () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#4 0xb748efb0 in g_assert_warning () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#5 0xb0c39921 in swfdec_net_stream_update_playing (stream=0xb0c876fb)
at swfdec_net_stream.c:199
player = (SwfdecPlayer *) 0xa24e058
__PRETTY_FUNCTION__ = "swfdec_net_stream_update_playing"
#6 0xb0c39c27 in swfdec_net_stream_video_goto (stream=0xad170b8,
timestamp=123040) at swfdec_net_stream.c:136
buffer = (SwfdecBuffer *) 0x0
format = 2
old = <value optimized out>
process_events_from = 122999
__PRETTY_FUNCTION__ = "swfdec_net_stream_video_goto"
#7 0xb0c3a853 in swfdec_net_stream_timeout (timeout=0xad17114)
at swfdec_net_stream.c:166
---Type <return> to continue, or q <return> to quit---
stream = (SwfdecNetStream *) 0xad170b8
__PRETTY_FUNCTION__ = "swfdec_net_stream_timeout"
#8 0xb0c42ccb in swfdec_player_do_advance (player=0xa24e058, msecs=36,
audio_samples=44) at swfdec_player.c:1384
priv = (SwfdecPlayerPrivate *) 0xa24e0e8
timeout = (SwfdecTimeout *) 0xad17114
target_time = 52528363776
frames_now = 1544
__PRETTY_FUNCTION__ = "swfdec_player_do_advance"
#9 0xb0c7264d in swfdec_marshal_VOID__ULONG_UINT (closure=0x96df148,
return_value=0x0, n_param_values=3, param_values=0xbfc68784,
invocation_hint=0xbfc6868c, marshal_data=0xb0c42a50)
at swfdec_marshal.c:285
data1 = (gpointer) 0xa24e058
data2 = <value optimized out>
__PRETTY_FUNCTION__ = "swfdec_marshal_VOID__ULONG_UINT"
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2008-Jan-27 12:05 UTC
[Swfdec] [Bug 13855] Assertion failure at the end of a movie
http://bugs.freedesktop.org/show_bug.cgi?id=13855
Riccardo Magliocchetti <riccardo at datahost.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #3 from Riccardo Magliocchetti <riccardo at datahost.it>
2008-01-27 04:05:47 PST ---
The stack trace is the same as the one i get from bug 13739, closing this since
the other one is assigned.
*** This bug has been marked as a duplicate of bug 13739 ***
--
Configure bugmail: http://bugs.freedesktop.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.
Possibly Parallel Threads
- [Bug 13739] New: rutube.ru player is not working
- [Bug 13529] New: swf-mozilla will crash firefox when access www.tudou.com
- [Bug 13604] New: Assertion failure when seeking on youtube with pulseaudio backend.
- VP6 issues in Swfdec
- Branch 'as' - 5 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_connection.c libswfdec/swfdec_net_stream_as.c libswfdec/swfdec_net_stream.c