Re: error status 139

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Laurette Cisneros <laurette(at)nextbus(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: error status 139
Date: 2001-07-25 00:21:10
Message-ID: 19426.996020470@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Laurette Cisneros <laurette(at)nextbus(dot)com> writes:
> Here's the stack track from the core file:
> #1 0x4013c445 in fprintf (stream=0x0,
> format=0x4001966f "nbpointdist\n") at fprintf.c:32

Sure looks like you're trying to write on a non-open file (stream=0
suggests you're passing a NULL file pointer to fprintf).

As for your later message, no you can't return an SQL NULL by
returning a NULL pointer. The only way to return NULLs cleanly
is to use the v1 function call interface, within which the macro
PG_RETURN_NULL() works. See the documentation about writing C
functions.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ang Sei Heng 2001-07-25 06:07:01 test
Previous Message Henshall, Stuart - WCP 2001-07-24 10:06:44 RE: putting odbc on university server