From: CRDGW2::CRDGW2::MRGATE::"SMTP::ANDREW.CMU.EDU::ATKBB+BAD-ADDRESSES" Date: 26-JUL-1990 17:16:19 Description: Re: HELP! Building Andrew/AMS on Sparc SunOS 4.1 Received: by crdgw1.ge.com (5.57/GE 1.70) id AA23608; Thu, 26 Jul 90 12:20:52 EDT Received: by transarc.com (5.54/3.15) id ; Thu, 26 Jul 90 12:11:26 EDT Received: via switchmail; Thu, 26 Jul 1990 12:11:23 -0400 (EDT) Received: from transarc.com via qmail ID ; Thu, 26 Jul 1990 12:06:22 -0400 (EDT) Received: from apollo.transarc.com via qmail ID ; Thu, 26 Jul 1990 12:05:42 -0400 (EDT) Received: from apollo.transarc.com via qmail ID ; Thu, 26 Jul 90 11:55:32 -0400 (EDT) Received: from Messages.7.8.N.CUILIB.3.45.SNAP.NOT.LINKED.apollo.transarc.com.pmax.3 via MS.5.6.apollo.transarc.com.pmax_3; Thu, 26 Jul 90 11:55:30 -0400 (EDT) Message-Id: Date: Thu, 26 Jul 90 11:55:30 -0400 (EDT) From: Craig_Everhart@transarc.com To: Info-Andrew , Michael Urban Subject: Re: HELP! Building Andrew/AMS on Sparc SunOS 4.1 In-Reply-To: <9007251754.AA27024@hercules> References: <9007251754.AA27024@hercules> Try to do the same type of action with CUI ($DESTDIR/bin/cui). Use some CUI command like ``sublist'' or ``update'' to get it to do something comparable. CUI's advantage here is that neither the screen actions of VUI nor the runapp stuff in Messages will get in your way. Once you can get the thing to repeatably core-dump, set the debug flags in CUI and make the core dump happen again. Then send me the trace. (Don't send the whole thing to info-andrew.) Thus: % cui CUI> set level wizard CUI> set debug -1 0 0 -1 0 0 CUI> set term 0 500 CUI> sublist ....lots of debugging output... mail it to me. You can even do something like: % cui set lev wizard \; set debug -1 0 0 -1 0 0 \; set term 0 500 \; sublist >& /tmp/dumfile and get it all conveniently in one file, ready for perusal and/or mailing. Craig