lo_creat() failing after 22 iterations

Started by Barnes, Sandy (Sandra)over 25 years ago2 messagesgeneral
Jump to latest
#1Barnes, Sandy (Sandra)
Sandy.Barnes@Honeywell.com

I'm running PostgreSQL 7.0.2 on RedHat6.2 Linux. I try to call lo_creat()
100 times and always on the 23rd try I get a 0 return type for the OID
(error! condition). I also get the following error in the postgres message
log:

FATAL 1: my bits moved right off the end of the
world!

I must be bumping up against a system limit? Any ideas?
Thx!

Sandy Barnes
email sandy.barnes@honeywell.com

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Barnes, Sandy (Sandra) (#1)
Re: lo_creat() failing after 22 iterations

"Barnes, Sandy (Sandra)" <Sandy.Barnes@Honeywell.com> writes:

I'm running PostgreSQL 7.0.2 on RedHat6.2 Linux. I try to call lo_creat()
100 times and always on the 23rd try I get a 0 return type for the OID
(error! condition). I also get the following error in the postgres message
log:

FATAL 1: my bits moved right off the end of the
world!

If you have a reproducible way of causing that error, we'd sure like to
see it. Please submit a formal bug report with the full details of your
tables and program.

regards, tom lane