[EMAIL PROTECTED] writes:
> #0  SN_create_env (S_size=0, I_size=2, B_size=1) at api.c:6
> 6           z->p = create_s();

Hm.  Is it possible you're running out of memory?  If the crash is right
there, and not inside create_s(), it seems like a null return from calloc
is the only explanation.  This code doesn't seem to be checking for
calloc() failure (I wonder why it's not using palloc/pfree anyway).

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to