[Bug 703283] New: crash: gst_date_time_new: assertion `(month > 0 && month <= 12) || month == -1' failed
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jun 28 11:31:02 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=703283
GStreamer | gstreamer (core) | 1.0.6
Summary: crash: gst_date_time_new: assertion `(month > 0 &&
month <= 12) || month == -1' failed
Classification: Platform
Product: GStreamer
Version: 1.0.6
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: marcin at saepia.net
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
I encounter random crashes while removing adder's branch.
I got following error message:
gst_date_time_new: assertion `(month > 0 && month <= 12) || month == -1' failed
The detach procedure was invoked by pad probe handling EOS event that came from
to branch's bin ghost pad.
Then, in the same (streaming) thread I started detaching from adder. I've...
1. locked bin
2. unlinked it from adder
3. released adder's pad
4. scheduled setting bin's state to stopped in main thread
Assertion failed message has happened right after lock that ensures that these
operations are atomic was released.
Unfortunately, I am unable to send backtrace right now.
--
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