Re: crashes with postgresql 7.2.1 on IRIX 6.5

From: "Luis Alberto Amigo Navarro" <lamigo(at)atc(dot)unican(dot)es>
To: "Nicolae Mihalache" <mache(at)abcpages(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: crashes with postgresql 7.2.1 on IRIX 6.5
Date: 2002-10-23 16:05:01
Message-ID: 00e001c27aad$f1751bf0$cab990c1@atc.unican.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

could send the output from:
limit
and
systune | grep shm
also, what kind of machine is
regards

----- Original Message -----
From: "Nicolae Mihalache" <mache(at)abcpages(dot)com>
To: <lamigo(at)atc(dot)unican(dot)es>; <pgsql-hackers(at)postgresql(dot)org>
Sent: Wednesday, October 23, 2002 5:57 PM
Subject: crashes with postgresql 7.2.1 on IRIX 6.5

> Hello!
>
> I'm tring to move a database and an application from linux to IRIX and I
> have some problems getting postgresql to work on IRIX.
> My problem is that postgres crashes is killed by the kernel because of
> (this is from /var/log/SYSLOG):
> "unix: |$(0x6db)ALERT: Process [postgres] pid 105818 killed: not enough
> memory to lock stack"
> This happens when running the regression tests at the trigger and also
> when I try to import my db schema that I've dump with pg_dump on the
> linux machine.
> Unfortunately I have not much experience with IRIX, so I don't know if
> it is postgres fault or is a bad configuration. What I've tried to do is
> to increase the "maxkmem" kernel parameter from 2000 to 20000 but it
> makes no difference. The machine has 256MB ram and when running postgres
> seems to take no more than 15MB.
>
> Some system information:
> uname -a: "IRIX cassini 6.5 04101931 IP32 mips"
> cc -version: "MIPSpro Compilers: Version 7.2.1"
> src/templates/irix5 file:
> CC=cc
> CFLAGS='-O2'
> LDFLAGS='-O2 -lcurses -n32'
>
> configure command:
> ./configure --prefix=/disk1/users/robust/famous/local --with-tcl
> --with-includes=/disk1/users/robust/famous/local/include
> --with-libraries=/disk1/users/robust/famous/local/lib --disable-locale
> --without-java --without-CXX
>
>
> Thank you for any ideea that can help,
> Nicolae Mihalache
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nicolae Mihalache 2002-10-23 16:09:07 Re: crashes with postgresql 7.2.1 on IRIX 6.5
Previous Message Hans-Jürgen Schönig 2002-10-23 16:04:01 Re: PREPARE / EXECUTE