Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: pro*c core dumps over syntax errors?

Re: pro*c core dumps over syntax errors?

From: Kenneth C Stahl <bluessax_at_unforgiveable.com>
Date: Fri, 03 Sep 1999 07:42:12 -0400
Message-ID: <37CFB414.E6F87AB0@unforgiveable.com>


tomkenn_at_my-deja.com wrote:

> I'm using Pro*C for the first time and I find that it core dumps
> (segment faults) over the smallest syntax errors. Missing semicolons,
> extra or missing parenthesis, undefined symbols. Any one of these
> causes a core dump without a clue as to the offending line. No ".c"
> file. Is this behavior the norm for this product? Is there a problem
> with my installation? How can anyone get thru a development cycle with
> this thing?
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

What version are you using? What parameters are you using with the pre-compiler?

I remember having these problems with versions earlier than 2.2 but haven't seen them since shifting to that version.

Two parameters which may help are code=ansi_c and lines=yes.

Ken Received on Fri Sep 03 1999 - 06:42:12 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US