GNOME Bugzilla – Bug 783222
glib: meson branch crashes on startup on windows
Last modified: 2017-05-31 03:12:35 UTC
GLibPrivateVTable is filled incorrectly which causes glib_init point to 0.
Created attachment 352834 [details] [review] Patch
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..
Huh, I thought I reverted that patch precisely because of this. I guess I missed it somehow...
I have rebased and removed the patch since it was not in either meson-1.10 or meson-1.8. Thanks for reporting it!