Thematic Crash in ImagesElements
Riccardo Mottola <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am testing as many GS applications I can on different setups to test the latest changes in base and gui done for the Thematic crashes. On NetBSD i386 (32bit) with gcc 7.5 and gnu runtime (usually a quite solid setup, except that I updated to latest 9.1 short ago) Most things seem to work, I can open GWorkspace, see iconss, views, GNUMail. etc. But Thematic is still troublesome. I open a Theme (also a simple one, which on Linux do open - like menues. Neos, Heritage, etc, no horizontal menus). It opens, as soon as I try to open the Icons I get a consistent crash: Program received signal SIGSEGV, Segmentation fault. 0xb98e1bde in objc_msg_lookup () from /usr/lib/libobjc.so.4 (gdb) (gdb) bt #0 0xb98e1bde in objc_msg_lookup () from /usr/lib/libobjc.so.4 #1 0x08055401 in -[ImagesView refreshCells] (self=<optimized out>, _cmd=0x8058f6e <-[ImageElement initWithView:owner:]+10162>) at ImageElement.m:354 #2 0xb57a3a10 in ?? () I see nothing trivial there. Printing out ImageElement makes the debugger crash (but the stack is corrupted...) I'm a bit puzzled. Riccardo