Bug#518867: fluxconf: fluxmenu crashes when i save menu and it deletes the file

2009-03-22 Thread Denis Briand
I found the problem : In fluxmenu.c the g_locale_from_utf8() function try to convert a string from utf8 encoding. But the string can be NULL, and fluxmenu crash. So I built a short patch to check if the string isn't empty before to launch g_local_from_utf8() on it. You can find it attached to that

Bug#518867: fluxconf: fluxmenu crashes when i save menu and it deletes the file

2009-03-08 Thread steph
Package: fluxconf Version: 0.9.9.2-2 Severity: grave Justification: renders package unusable When i save the modifications of my fluxbox menu in fluxmenu, it crashes: fluxmenu[25340]: segfault at 0 ip 7f96dfc0aca0 sp 7fffe9cd1528 error 4 in libglib-2.0.so.0.1800.4[7f96dfba2000+c2000] This