>"Agboh, Charles" <[EMAIL PROTECTED]> writes:
>> gcc generated a fatal error message.
>> gcc: Internal compiler error: program cc1 got fatal signal 11 (segv)
I've gotten that error before, and heard that it is do to a swapping/memory
problem.
Try restarting the compile (a few times if necessary)
Thomas Lockhart <[EMAIL PROTECTED]> writes:
> I've built PostgreSQL with egcs and gcc-2.95 over and over and over,
> without seeing it tickle a compiler bug.
Ditto... but I don't recognize the gcc compiler version he mentioned.
It might be one of those not-so-stable releases.
> > gcc generated a fatal error message.
> > gcc: Internal compiler error: program cc1 got fatal signal 11 (segv)
> > Can you help?
> You're complaining to the wrong people. See the gcc documentation for
> their bug-reporting address.
I've built PostgreSQL with egcs and gcc-2.95 over and over an
"Agboh, Charles" <[EMAIL PROTECTED]> writes:
> gcc generated a fatal error message.
> gcc: Internal compiler error: program cc1 got fatal signal 11 (segv)
Yipes.
> Can you help?
You're complaining to the wrong people. See the gcc documentation for
their bug-reporting address.
gcc version : pgcc 2-19.66
flex version: 2.5.4
linux kernal: 2.2.13-4mdk
postgresql version: 7.0.2
processor: Intel P120 w/40 M RAM
Problem:
---
gcc generated a fatal error message.
gcc: Internal compiler error: program cc1 got fatal signal 11 (segv)
Can you help?
-charles
---
> I've used Windows ODBC driver to connect to database with
previous
> installation (7.0.2 - rpm version) and all was fine. Now after
> upgrading to CVS version of postgres I have a problem - ODBC
tables
> list is EMPTY! But all applications that 'knows' table name can
access
> it normally.
>
Hi, this query gives different strange results:
select to_char(now()::abstime,'YYMMDDHH24MI');
I get e.g. a "backend closed the channel unexpectedly..." error with
successful or failed resetting attempt (indeterministic)
or
ERROR: to_char/to_number(): not unique decimal poit
or
NOTICE: Por
I think the problem is somehow related to roman numeral conversion when
some values are null.
The following seems to work:
select case when gen is not null then to_char(gen,'rn') else null end, case when gen
is not null then to_char(gen+1,'rn') else null end from cname;
While the following doesn'