malloc blocks on Linux

From: "Shuqing Wu" <swu(at)sympatico(dot)ca>
To: pgsql-hackers(at)postgresql(dot)org
Subject: malloc blocks on Linux
Date: 2004-01-02 16:53:30
Message-ID: 6mhJb.13949$Vl6.3161194@news20.bellglobal.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I try to execute Postgres on Linux. It is blocked
in execution. When I traced through, I found out that
it is blocked on invoking a malloc( ). Any help? Thank you
in advance.

Shuqing

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-01-02 17:21:22 Re: cache in plpgsql
Previous Message Andrew Dunstan 2004-01-02 16:43:34 Re: PL/Java issues