[Webkit-unassigned] [Bug 128453] [GStreamer] High playback rate causes crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 10 01:25:17 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=128453





--- Comment #3 from Piotr Grad <p.grad at samsung.com>  2014-02-10 01:22:32 PST ---
Program received signal SIGSEGV, Segmentation fault.
0x00007fe4292ed9ac in gst_structure_free (structure=0x7fe37000ba60)
    at gststructure.c:374
374      len = GST_STRUCTURE_FIELDS (structure)->len;
(gdb) bt full
#0  0x00007fe4292ed9ac in gst_structure_free (structure=0x7fe37000ba60)
    at gststructure.c:374
        field = <optimized out>
        i = <optimized out>
        len = <optimized out>
        __PRETTY_FUNCTION__ = "gst_structure_free"
#1  0x00007fe4292c2da3 in _gst_message_free (message=0x7fe39c0e26a0)
    at gstmessage.c:202
        structure = 0x7fe37000ba60
        __PRETTY_FUNCTION__ = "_gst_message_free"
#2  0x00007fe4292a3c21 in gst_message_unref (msg=0x7fe39c0e26a0)
    at ../gst/gstmessage.h:336
No locals.
#3  gst_bus_source_dispatch (source=source at entry=0x181bcc0, 
    callback=<optimized out>, user_data=0x0) at gstbus.c:770
        handler = <optimized out>
        bsource = 0x181bcc0
        message = 0x7fe39c0e26a0
        keep = 1
        bus = 0x1633070
        __PRETTY_FUNCTION__ = "gst_bus_source_dispatch"
#4  0x00007fe428d392c5 in g_main_dispatch (context=0x12d3ab0) at gmain.c:3065
        dispatch = 0x7fe4292a3b00 <gst_bus_source_dispatch>
---Type <return> to continue, or q <return> to quit---
        was_in_call = 0
        user_data = 0x0
        callback = 0x7fe4292a2f80 <gst_bus_async_signal_func>
        cb_funcs = 0x7fe4290179e0
        cb_data = 0x19f0550
        current_source_link = {data = 0x181bcc0, next = 0x0}
        need_destroy = <optimized out>
        source = 0x181bcc0
        current = 0x15abec0
        i = <optimized out>
#5  g_main_context_dispatch (context=context at entry=0x12d3ab0) at gmain.c:3641
No locals.
#6  0x00007fe428d39608 in g_main_context_iterate (context=0x12d3ab0, 
    block=block at entry=1, dispatch=dispatch at entry=1, 
    self=<error reading variable: Unhandled dwarf expression opcode 0xfa>)
    at gmain.c:3712
        max_priority = 120
        timeout = 0
        some_ready = 1
        allocated_nfds = <optimized out>
        fds = 0x1868080
        nfds = <optimized out>
#7  0x00007fe428d39a6a in g_main_loop_run (loop=0x1614d60) at gmain.c:3906
---Type <return> to continue, or q <return> to quit---
        __PRETTY_FUNCTION__ = "g_main_loop_run"
#8  0x00007fe429d18045 in gtk_main () at gtkmain.c:1162
        loop = 0x1614d60
#9  0x00000000004059e8 in main (argc=1, argv=0x7fff64101f78)
    at ../../Tools/GtkLauncher/main.c:561
        webkitSettings = 0x1335c80
        uriArguments = 0x0
        commandLineOptions = {{long_name = 0x405ef4 "", short_name = 0 '\000', 
            flags = 0, arg = G_OPTION_ARG_FILENAME_ARRAY, 
            arg_data = 0x7fff64101de0, description = 0x0, 
            arg_description = 0x405ef5 "[URL]"}, {long_name = 0x0, 
            short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, 
            arg_data = 0x0, description = 0x0, arg_description = 0x0}}
        context = 0x131a200
        error = 0x0
        webView = 0x14c6290
        main_window = 0x14b5150
        uri = 0x405f2f "http://www.google.com/"
        fileURL = 0x0

stack trace after going from google to layout test.

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



More information about the webkit-unassigned mailing list