Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site cdcvax.UUCP Path: utzoo!linus!decvax!cwruecmp!cdcvax!rab From: rab@cdcvax.UUCP (Roger Bielefeld) Newsgroups: net.bugs.4bsd,net.unix-wizards Subject: bug in Ingres Message-ID: <121@cdcvax.UUCP> Date: Fri, 23-Sep-83 11:08:06 EDT Article-I.D.: cdcvax.121 Posted: Fri Sep 23 11:08:06 1983 Date-Received: Sat, 24-Sep-83 03:34:15 EDT Organization: CWRU Computer Science, Cleveland Lines: 18 The following QUEL query gives a segmentation fault on the Vax version of Ingres (Version 7.something) when using the "demo" database supplied with the Ingres distribution. Two questions: (1) Does anyone have Ingres on a 4.1BSD system that doesn't barf at this query? (2) Does anyone have a patch to correct the problem? Here's the query: range of f is dept retrieve (f.store) where f.store = 8 or (f.store > 1 and f.store < 5) \g This query is the simplest one I've come up with that demonstrates the problem. Any ideas? Thanks. Roger Bielefeld decvax!cwruecmp!cdcvax!rab