Re: [cdesktopenv-devel] Dtfile segfault (linux amd64)

2012-08-16 Thread Marcin Cieslak
On Thu, 16 Aug 2012, Lennert Van Alboom wrote: > Done; attached the (new) gdb and strace logs, as well as the valgrind log. > Hope > it sheds some light :-) thanks for helping. Thanks, I think I have a similar crash in dtpad. Also with CreateMenu. //Marcin --

Re: [cdesktopenv-devel] Dtfile segfault (linux amd64)

2012-08-15 Thread Frederic Koehler
Quite confusing looking. A couple suggestions: 1. Try recompiling CDE without optimizations so you get a complete backtrace and make sure gdb isn't getting confused anywhere [which certainly happens]. (I use this sort of command, perhaps there is a better way to do this) # make CDEBUGFLAGS='-O0