Thread

  1. Alpha: Queries that select "oid"-attributes make the backend crash.

    Torsten Rottmann <trott@mdtec.de> — 1999-08-03T12:30:27Z

    --
    ============================================================================
                                                  POSTGRESQL BUG REPORT TEMPLATE
    ============================================================================
    
    Your name                :       Torsten Rottmann
    Your email address       :       trott@mdtec.de
    
    System Configuration
    ---------------------
      Architecture (example: Intel Pentium)          : Alpha 21164
    
      Operating System (example: Linux 2.0.26 ELF)   : Linux version 2.2.10
    
      PostgreSQL version (example: PostgreSQL-6.5.1):    PostgreSQL-6.5.1
    
      Compiler used (example:  gcc 2.8.0)            : (gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release))
    
    
    Please enter a FULL description of your problem:
    ------------------------------------------------
    Queries that select "oid"-attributes make the backend crash.
    
    
    Please describe a way to repeat the problem.    Please try to provide a
    concise reproducible example, if at all possible: 
    ----------------------------------------------------------------------
    
     psql medikh
    Welcome to the POSTGRESQL interactive sql monitor:
      Please read the file COPYRIGHT for copyright terms of POSTGRESQL
     
        type \? for help on slash commands
        type \q to quit
        type \g or terminate with semicolon to execute query
     You are currently connected to the database: medikh
     
    medikh=> select oid from pg_class;
    pqReadData() -- backend closed the channel unexpectedly.
                  This probably means the backend terminated abnormally
                  before or while processing the request.
    We have lost the connection to the backend, so further processing is impossible.
     Terminating.                          
    
    If you know how this problem might be fixed, list the solution below:
    ---------------------------------------------------------------------
    
    sorry, I don't. But this is shurely a 64-bit Alpha specific Problem,
    the same Release works on Intel (clientside may still run on Alpha!).
    
    
    -------------------------------------------
    Torsten Rottmann
    
    trott@mdtec.de
    MediTec GmbH, Germany
    -------------------------------------------