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 794483 - SdpMessage fails with System.AccessViolationException
SdpMessage fails with System.AccessViolationException
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-sharp
git master
Other Windows
: Normal normal
: 1.14.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-03-19 10:41 UTC by sebastian.kilb1
Modified: 2018-07-03 18:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
StackTrace (725 bytes, text/plain)
2018-03-19 10:41 UTC, sebastian.kilb1
Details

Description sebastian.kilb1 2018-03-19 10:41:40 UTC
Created attachment 369860 [details]
StackTrace

When using Gst.Sdp.Global.SdpMessageNew it most of the time fails with Accessviolation error. When it works sometimes it fails at SDPMessage.ParseBuffer with Accessviolation error too.
Comment 1 Thibault Saunier 2018-03-21 12:56:00 UTC
commit 11215be945d1d7ca6a11c635746b798ec88e5b96
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Mon Mar 19 09:42:04 2018 -0300

    Make GstSDPMessage an opaque structure

    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=794483