[Bug 729900] New: rtsp-client: wrong marshalling in send-message signal
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri May 9 17:24:33 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=729900
GStreamer | gst-rtsp-server | git
Summary: rtsp-client: wrong marshalling in send-message signal
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-rtsp-server
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: aleix at oblong.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
The new "send-message" has two arguments and uses
g_cclosure_marshal_VOID__POINTER.
When connecting to the signal I'm getting the following backtrace:
#1 0x00007ffff4a56734 in g_logv (log_domain=0x7ffff4d70ee4 "GLib-GObject",
log_level=G_LOG_LEVEL_CRITICAL, format=<optimized out>, args=<optimized out>)
at gmessages.c:1033
#2 0x00007ffff4a568a2 in g_log (log_domain=<optimized out>,
log_level=<optimized out>, format=<optimized out>) at gmessages.c:1071
#3 0x00007ffff4d46582 in g_closure_invoke (closure=0x7fffe804fe60,
return_value=0x0, n_param_values=3, param_values=0x7fffed845580,
invocation_hint=<optimized out>) at gclosure.c:768
#4 0x00007ffff4d59601 in signal_emit_unlocked_R (node=<optimized out>,
detail=0, instance=<optimized out>, emission_return=0x0,
instance_and_params=0x7fffed845580) at gsignal.c:3551
#5 0x00007ffff4d61971 in g_signal_emit_valist (instance=0x7b6ee0,
signal_id=<optimized out>, detail=0, var_args=<optimized out>) at
gsignal.c:3307
#6 0x00007ffff4d61c22 in g_signal_emit (instance=<optimized out>,
signal_id=<optimized out>, detail=<optimized out>) at gsignal.c:3363
#7 0x00007ffff5853ad4 in send_message (client=0x7b6ee0, ctx=<optimized out>,
message=0x7fffed845a40, close=0) at rtsp-client.c:482
#8 0x00007ffff585564b in handle_options_request (ctx=0x7fffed8459b0,
client=0x7b6ee0) at rtsp-client.c:2138
#9 handle_request (client=0x7b6ee0, request=<optimized out>) at
rtsp-client.c:2347
#10 0x00007ffff585903b in gst_rtsp_client_handle_message (client=0x7b6ee0,
message=0x7fffe8051e28) at rtsp-client.c:2924
...
...
--
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