GNOME Bugzilla – Bug 756490
gleffects : crashes on Windows/MinGW
Last modified: 2016-05-22 20:48:47 UTC
Following pipeline crashes on current master with gstreamer compiled under Windows/MinGW. gst-launch-1.0.exe videotestsrc ! glupload ! gleffects ! gldownload ! videoconvert ! d3dvideosink This pipeline works fine: gst-launch-1.0.exe videotestsrc ! glupload ! gldownload ! videoconvert ! d3dvideosink I obtained a bt of the crash but it was not very informative. I did not capture it but it went along those line: - crash in nvogl.dll (nvidia driver) - ? - ? - ?
That's not really all that useful of a backtrace :) Could you get debugging symbols for the gstreamer modules (specifically gst-plugins-bad) and get a new backtrace?
You already have debug symbols on Windows, but you need to use gdb for creating the backtrace instead of the VS debugger.
I am using MinGW and did use gdb. How do I get debug symbols when building with cerbero/MinGW ?
You already have them. Can you paste the complete backtrace as given by gdb?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!