Michael <[EMAIL PROTECTED]> writes: > 2007-10-25 23:37:12 MSD (u=picred,db=picred)PANIC: stuck spinlock > (0x4880c3b0) detected at lwlock.c:379
You said this was an Opteron? Why is it printing only 32-bit addresses? > TL> Did you recompile Postgres? Maybe you need to. I dunno what the > TL> differences are between 6.2 and 7 ... > Yes. I'm thinking the rebuild broke somehow ... on the strength of the above, maybe it's partially 32 and partially 64 bits. This could have been pilot error on your part, or maybe FBSD7 wants some new/different compile or link switches that our configuration code doesn't know about. Did you rebuild in a pre-existing PG build tree? If so, that might have resulted in a partial rebuild that could create such a problem. I'd suggest "make distclean", reconfigure, rebuild before you waste any further human effort on the problem... A slightly different thought is that you're likely using a beta gcc release that has maybe got bugs. If decreasing the -O level helps, I'd suspect that. 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