After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 586492 - PadTest.TestFuncAssigning crashes in Windows
PadTest.TestFuncAssigning crashes in Windows
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-sharp
git master
Other Windows
: Normal normal
: git master
Assigned To: Sebastian Dröge (slomo)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-20 21:27 UTC by Maarten Bosmans
Modified: 2010-04-08 22:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Maarten Bosmans 2009-06-20 21:27:28 UTC
The testsuite crashes on the
	Caps caps = src.Caps;
line.

The expected result would be at least the test suite finishing, may be with a failure for this test.

This is Windows-specific.
Comment 1 Sebastian Dröge (slomo) 2009-06-21 07:53:13 UTC
Could you get a (native) backtrace for this crash? Also, is there some terminal output?

The caps property essentially just calls gst_pad_get_caps() on the pad so I don't see what could be wrong there...
Comment 2 Maarten Bosmans 2009-06-21 17:25:57 UTC
I haven't succeeded yet in compiling gstreamer with debug symbols on Windows and then debugging it with gdb. Hopefully with a few more attempts...

I filed this bug mostly as a reminder that there's still something wrong in this test.

Thusfar I can see that the GetCapsFunction gets called, but the src.Caps line doesn't return.

Comment 3 Sebastian Dröge (slomo) 2009-09-11 08:52:57 UTC
Maarten, any news on this?
Comment 4 Tobias Mueller 2010-04-08 22:47:07 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!