Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!hao!boulder!sunybcs!rutgers!labrea!jade!ucbvax!CS.ROCHESTER.EDU!becker From: becker@CS.ROCHESTER.EDU Newsgroups: comp.windows.x Subject: xmh and utime() Message-ID: <8709221912.AA00350@wasat.cs.rochester.edu> Date: Tue, 22-Sep-87 16:00:11 EDT Article-I.D.: wasat.8709221912.AA00350 Posted: Tue Sep 22 16:00:11 1987 Date-Received: Thu, 24-Sep-87 06:37:36 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 16 I'm working on X11 on a Sun 3 OS3.4. Xmh dies (killing Xsun too) when I try to reply to a message. It dies in utime(). The line is ~453 in tocutil.c -- it looks like (void) utime(toc->scanfile, (time_t *)NULL); The problem (I think) is that utime() on SunOS3.4 gives a segmentation violation when given this (dereferencing the NULL no doubt...). What's the intent of this code -- to give the file a *very* old time stamp? Also, I use a draft folder with MH (set in mh .mh_profile). Looks like xmh has problems with this in a couple of places. Seems better now that I commented the entry out of my .mh_profile. (I'd be glad to supply details on this if anyone cares). Tim Becker. becker@cs.rochester.edu