From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ux2.cso.uiuc.edu ([128.174.5.3]) by hawkwind.utcs.toronto.edu with SMTP id <2776>; Tue, 27 Apr 1993 14:18:00 -0400 Received: by ux2.cso.uiuc.edu id AA44973 (5.67a/IDA-1.5 for sam-fans@hawkwind.utcs.toronto.edu); Tue, 27 Apr 1993 13:17:53 -0500 Date: Tue, 27 Apr 1993 14:17:53 -0400 From: Ed Kubaitis - CCSO Message-Id: <199304271817.AA44973@ux2.cso.uiuc.edu> To: sam-fans@hawkwind.utcs.toronto.edu Subject: Samterm coredumps on AIX Samterm built with AIX xlc V1.2.1 (distributed with AIX 3.2.3) coredumps during startup. Problem is miscompiled conditional expression in the second call to border() in samterm/flayer.c:flborder(). Fix is to upgrade to the latest version of xlc (V1.2.1.4). Or, compile samterm/flayer.c (at least) with -O. In man-bites-dog fashion, it's a *no*-optimizer bug. Ed