GNOME Bugzilla – Bug 748027
rtpbasedepayload: testcase crash
Last modified: 2015-04-17 18:51:15 UTC
There's one failure in libs/rtpbasedepayload as below. libs/rtpbasedepayload.c:539:E:depayloading tests:rtp_base_depayload_clock_base_test:0: (after this point) Received signal 11 (Segmentation fault) It needs to stringify the variable argument to pass properly.
Created attachment 301792 [details] [review] rtpbasedepayload: fix crash in check/libs/rtpbasedepayload needs to stringify the variable argument to pass properly.
Pushed, thanks: commit 5d90a28d5f0cb2be21ee74748f7913650abbdc3d Author: Hyunjun Ko <zzoon.ko@samsung.com> Date: Fri Apr 17 16:21:05 2015 +0900 tests: rtpbasedepayload: fix crash in test when passing varargs Need to pass 64 bits where 64 bits are expected. https://bugzilla.gnome.org/show_bug.cgi?id=748027 But "stringify" means something else :) (turning an argument that is not a string into a string)