On Tue, Jan 07, 2014, [email protected] wrote: > I downloaded both the msys-install.sh and manually changed VERSION as > directed and ran it. > It segment faults on my platform. Here is the output > > Installing zlib-1.2.8-1-i686-w64-mingw32.txz... DONE > Fatal error: exception Sys_error("Invalid argument") > Called from file "pervasives.ml", line 444, characters 30-33 > Called from file "std_exit.ml", line 16, characters 8-20 > Updating fontconfig's cache (this is slow and uses lots of RAM on Windows >= > 7). > Fatal error: exception Sys_error("Invalid argument") > Called from file "pervasives.ml", line 444, characters 30-33 > Called from file "std_exit.ml", line 16, characters 8-20 > Updating pango's module cache. > Fatal error: exception Sys_error("Invalid argument") > Called from file "pervasives.ml", line 444, characters 30-33 > Called from file "std_exit.ml", line 16, characters 8-20 > Updating gdk's pixbuf cache. > ./msys-install.sh: line 22: 440 Segmentation fault > gdk-pixbuf-query-loade rs --update-cache > > $? => 139 >
It's, hmmm.... a very surprising output. The stacktraces must be from yypkg; however yypkg isn't started between fc-cache (fontconfig) and the pango line. As for gdk-pixbuf-query-loaders, I haven't seen it segfault yet so it must be one of, or a combination of, Windows XP, Cygwin, your locale. I'll install cygwin on windows 2k3 on tomorrow and see what happens. Meanwhile you can comment out the lines corresponding to cache updates since that will only be useful when _running_ GTK+ apps. You can also open a cmd.exe, drag-and-drop the corresponding .exe files into it and run the commands outside of Cygwin; it will be interesting to see if they fail. Regards, Adrien Nader ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
