dbTalk Databases Forums  

Re: [BUGS] SIGSEGV in Postgres 8.0.3 (libpq4)

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss Re: [BUGS] SIGSEGV in Postgres 8.0.3 (libpq4) in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] SIGSEGV in Postgres 8.0.3 (libpq4) - 10-20-2005 , 12:02 PM






Anand Kumria <wildfire (AT) progsoc (DOT) uts.edu.au> writes:
Quote:
I have a set of perl scripts which invoke each other (via system());
eventually I found that they were crashing and ultimately causing Perl
to SIGSEGV.
Are you doing anything multi-threaded in those scripts? libpq is not
thread-aware --- it's up to you to ensure that only one thread touches
a given PG connection (only one at a time anyway).

That might have nothing to do with your problem, but no other theories
come to mind with the limited info you've provided...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.