Port Bug Report: yacc bombs table size

Поиск
Список
Период
Сортировка
От Unprivileged user
Тема Port Bug Report: yacc bombs table size
Дата
Msg-id 199905051627.MAA97362@hub.org
обсуждение исходный текст
Ответы Re: [PORTS] Port Bug Report: yacc bombs table size  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name               : Andreas Hohl
Your email address      : vader@comtelligence.net

Category                : install: compile
Severity                : serious

Summary: yacc bombs table size

System Configuration
--------------------
  Operating System   : BSDI 4.0.1

  PostgreSQL version : 6.4.2

  Compiler used      : gcc

Hardware:
---------
BSD/OS publish.co.jp 4.0.1 BSDI BSD/OS 4.0.1 Kernel #4: Fri Feb 19 11:52:44 MST
1999     polk@demiurge.BSDI.COM:/home/polk/tmp/sys/compile/GENERIC  i386

Versions of other tools:
------------------------
gmake

--------------------------------------------------------------------------

Problem Description:
--------------------
gmake[2]: Leaving directory `/usr/src/pgsql/src/backend/optimizer'
gmake -C parser all
gmake[2]: Entering directory `/usr/src/pgsql/src/backend/parser'
/usr/bin/yacc -d gram.y
/usr/bin/yacc: f - maximum table size exceeded
gmake[2]: *** [parse.h] Error 2
gmake[2]: Leaving directory `/usr/src/pgsql/src/backend/parser'
gmake[1]: *** [parser.dir] Error 2
gmake[1]: Leaving directory `/usr/src/pgsql/src/backend'
gmake: *** [all] Error 2

--------------------------------------------------------------------------

Test Case:
----------
just recompile it happens everytime no matter what switches are set
our version we compiled as foollows:
first run configure like this...
./configure --with-template=bsdi_4.0 --with-mb=EUC_JP
then gmake

--------------------------------------------------------------------------

Solution:
---------
Discussed issue with BSDI, they say it is not an easy fix, and requires source of BSDI, however the tabel can not
exceed32700  


--------------------------------------------------------------------------


В списке pgsql-ports по дате отправления:

Предыдущее
От: Sandeep Khurana
Дата:
Сообщение: POSTGRE SQL
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PORTS] Port Bug Report: yacc bombs table size