Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!talcott!panda!genrad!decvax!bellcore!ulysses!ucbvax!vger!saturn!conrad From: conrad@saturn.UUCP (Al Conrad) Newsgroups: net.lang.c++ Subject: C++ on ISI Message-ID: <394@saturn.UUCP> Date: Wed, 9-Apr-86 21:06:04 EST Article-I.D.: saturn.394 Posted: Wed Apr 9 21:06:04 1986 Date-Received: Mon, 21-Apr-86 03:31:34 EST Organization: UC Santa Cruz, CIS Dept. Lines: 15 Keywords: ISI,C++ Has anyone else out there tried to bring up C++ on the Integrated Solutions workstations (or any other 68000 4.2 unix boxes)? We've been struggling with it and it bus errors even when compiling stream.h by itself. After looking at it for a long time we've come to the following conclusion: The n_qualifier field of a Pname referenced by a unary :: is not set correctly, causing find_table_name to not match sta_name with q and thus executing the wrong section of code. This happens when parsing the :: reference in the declaration of filebuf. Interestingly enough, if you comment out the preceding declaration of underflow(), then the error does not occur. Got that? any ideas?