Hello again. in text.c:pevent_make_pntevts() I think line 1145 is cause of core dump.
1141:/* make-te.c sets this 128 flag (DON'T call gettext() flag) */ 1142:if (te[i].num_args & 128) 1143: pntevts_text[i] = strdup (te[i].def); 1144:else 1145: pntevts_text[i] = strdup (_(te[i].def)); I get diff from text.c. then i noticed that pevent_make_pntevts() was changed. version 2.6.4 pevent_make_pntevts() didn't use gettext() . I used this command line to don't use gettext(). then it works. [EMAIL PROTECTED]:~]% LC_MESSAGES=C xchat Cheers. -- /* * Masami Ichikawa * mailto: [EMAIL PROTECTED] * : [EMAIL PROTECTED] */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]