On 5/11/2018 5:54 PM, Fabio Rossi wrote:
Il 11 maggio 2018 alle 17.37 Marco Atzeri ha scritto:
In a cygwin terminal I then try starting manually xwin-xdg-menu by using:
$ DISPLAY=:0 xwin-xdg-menu.exe
but I get a segmentation fault. With gdb I get the following backtrace:
$ DISPLAY=:0 gdb xwin-xdg-menu.exe
...
It seems a problem with fontconfig. Any hint?
--
as suggested here
Problem reports: http://cygwin.com/problems.html
provide the cygcheck.out as attachment
I missed that, sorry, here is the file attached as requested
I do not see any obvious issue, sorry.
May be xwin-xdg-menu needs need a font you don't have
Try with strace to see what is trying to do/open before the segfault
DISPLAY=:0 strace -o /tmp/xwin-xdg-menu.strace /usr/bin/xwin-xdg-menu.exe
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple