Hi,

I found a bug when creating an icon. Is only with "xterm" (not xeyes, other apps). To reproduce it:

1. Remove the terminal icon configuration from your files. Remove the icon cache (see below).

Now, when we launch xterm, we need to recreate the icon. Then crash.

If you try to do it again, you don't have problems. Then, delete the xterm.XTerm.xpm file form GNUstep/Library/WindowMaker/CacheIcons/ folder.

The problem is at RSaveXPM function, at nxpm.c file (wrlib).

The image struct don't have info? It crash when trying to compare, in

        if (image->format == RRGBAFormat)
                a = image->data + 3;
        else
                a = NULL;

If you comment these lines, then will crash in image->data

Can somebody check if the problem is common?

Help to solve it?

Thanks.
kix
--
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/


--
To unsubscribe, send mail to [email protected].

Reply via email to