[Bug 747690] New: gstvalue: failure to deserialize bitmask
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Apr 11 04:37:10 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=747690
Bug ID: 747690
Summary: gstvalue: failure to deserialize bitmask
Classification: Platform
Product: GStreamer
Version: git master
OS: Mac OS
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer (core)
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: zzoon.ko at samsung.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
When doing gstvalue TC, one failure happens as below.
97%: Checks: 35, Failures: 1, Errors: 0
gst/gstvalue.c:490:F:general:test_deserialize_bitmask:0: could not deserialize
0xffffffffffffffff (0)
This happens because errno already has meaningless value, but this is caught by
error check logic after g_ascii_strtoull calls.
errno needs to be reset to zero.
--
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