If I understand the buglog correctly, Paulo suggested a solution, although I don't know if he pointed to the *source* of the problem.
I guess XtVaGetValues is a varargs function, otherwise it would be more obvious. The function call looks like XtVaGetValues(top,XtNcolormap,&atts->colormap,0); But if atts==NULL, then it passes the location "8", which is ultimately passed to memcpy. readPixmaps is explicity called with a NULL atts by readBitmaps when #ifdef XPM #ifdef ENHANCE_CMAP Some function, somewhere down the line of the given backtrace, needs to check if atts==NULL. I don't know where that correct place is. If this is still reproducible, the upstream author should be contacted. Justin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

