Yeah, I tried running GSTest in valgrind and it reported some invalid reads coming from -back, but I was in a rush and didn't have time to look closely - I will try to investigate it this weekend.
btw, thanks for finding my initial mistake, Wolfgang! Cheers. Eric On 2011-06-03, at 5:53 PM, Germán Arias wrote: > On vie, 2011-06-03 at 17:06 -0600, Germán Arias wrote: >> On vie, 2011-06-03 at 11:01 +0200, Wolfgang Lux wrote: >>> >>> Hi German, >>> >>> I cannot reproduce your problems. The only issue that I've noticed is >>> that the first application launched under WindowMaker does not get a >>> proper application menu. But this is an instance of a known bug, which >>> is reported here: >>> http://savannah.gnu.org/bugs/?26438 >>> See also http://savannah.gnu.org/bugs/?28465 for a workaround. >>> >>> Wolfgang >>> >> >> This morning I remove GNUstep, and reinstall all from scratch. But still >> have the problem. So with gdb, testing SystemPreferences this is the >> backtrace (I hace GCC 4.6): >> >> >> (gdb) run >> Starting >> program: >> /usr/GNUstep/Local/Applications/SystemPreferences.app/SystemPreferences >> [Thread debugging using libthread_db enabled] >> [New Thread 0xb681e6c0 (LWP 6497)] >> >> Program received signal SIGSEGV, Segmentation fault. >> [Switching to Thread 0xb681e6c0 (LWP 6497)] >> 0xbfdc80b0 in ?? () >> (gdb) backtrace >> #0 0xbfdc80b0 in ?? () >> #1 0xb75c0b86 in -[NSMiniWindowView setImage:] (self=0xb75cabd2, >> _cmd=0x8381d90, anImage=0xb7779820) at NSWindow.m:526 >> #2 0x08139100 in ?? () >> #3 0xb75cabd2 in -[NSWindow miniaturize:] (self=0x8385c60, >> _cmd=0xb7779880, >> sender=0x83493e8) at NSWindow.m:2867 >> #4 0x08381d90 in ?? () >> #5 0xb7779820 in _OBJC_SELECTOR_TABLE () >> from /usr/GNUstep/Local/Library/Libraries/libgnustep-gui.so.0.21 >> #6 0x00000000 in ?? () >> (gdb) >> >> >> The problem when hide the app also persist. Hope this help. >> > > This is a problem only on some applications as SystemPeferences and > Terminal. Others apps sometimes works fine, as Gorm. And others work > fine as ProjectCenter and Gemas. > > > _______________________________________________ > Gnustep-dev mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/gnustep-dev _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
