I found there's an another crash at ID 814, but mine was trace/breakpoint trap, anyway for some reasons, I'm digging into xfwm4 now with full debug option enabled. The problem is, there're so many warnings that it can't be compiled without -Werror clag and too bad, xfwm4 simply crashes at the end of startup session. Now I have metacity running instead and three logs. Reproducible: Always Steps to Reproduce: 1. Compile xfwm4 with --enable-debug=full 2. Logout from Xfce 3. Login to Xfce Actual Results: It crashes. Expected Results: I hope xfwm4 doesn't crash and keep emitting trace logs. It's rev. 19284, compiled on IRIX 6.5.22m with gcc 4.0.1.
Created attachment 379 Make log with full debug option ...So except unused blah, which warnings could be harmful? If you want I'll remove -W from CFLAGS and show only -Wall warnings.
Created attachment 380 Runtime traces right before crash ...Sorry, it's 5.2MB (bzip2 4K). The most interest part for me is that while local characters in the log were UTF-8, the last ones were EUC-JP (my LANG, LC_ALL) came from system installed library. As far as I saw, there's UTF-8 related warnings in the log, any relations?
Created attachment 381 Backtrace log ...Now here it is but I guess it's useless. Just remembered, my GTK+ is 2.9.0, GLib is 2.9.2, they're CVS HEAD.
Oops, bzip2ed runtime log was about 17k. And happy new year Olivier.
Ok, fixed in both branches with revision 19289. I'm not a big fan of the enable-debug=full, it's fairly useless IMHO. > And happy new year Olivier. Thanks, same for you, best wishes for 2006 ;)