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 783222 - glib: meson branch crashes on startup on windows
glib: meson branch crashes on startup on windows
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-build
git master
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-30 00:39 UTC by Matej Knopp
Modified: 2017-05-31 03:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.14 KB, patch)
2017-05-30 00:39 UTC, Matej Knopp
none Details | Review

Description Matej Knopp 2017-05-30 00:39:19 UTC
GLibPrivateVTable is filled incorrectly which causes glib_init point to 0.
Comment 1 Matej Knopp 2017-05-30 00:39:44 UTC
Created attachment 352834 [details] [review]
Patch
Comment 2 Tim-Philipp Müller 2017-05-30 08:08:58 UTC
Hrm, looks related to this patch by Nirbheek:

commit d21c59fb9b06e9e4a8c57b0c66ad2b1143e3dfd5
Author: Nirbheek Chauhan <nirbheek@centricular.com>
Date:   Wed Apr 5 23:12:35 2017 +0530

    glib: Only define g_dir_new_from_dirp() on G_OS_UNIX
    
    This will make incorrect usage obvious at compile-time instead of
    punting it to run-time.


Clearly not quite right..
Comment 3 Nirbheek Chauhan 2017-05-31 03:10:16 UTC
Huh, I thought I reverted that patch precisely because of this. I guess I missed it somehow...
Comment 4 Nirbheek Chauhan 2017-05-31 03:12:35 UTC
I have rebased and removed the patch since it was not in either meson-1.10 or meson-1.8. Thanks for reporting it!