atom feed10 messages in org.freebsd.freebsd-portsseemingly unfixable Spinlock error un...
FromSent OnAttachments
Andrew MoranNov 13, 2004 1:49 pm 
SlavaNov 13, 2004 2:51 pm 
Andrew MoranNov 13, 2004 2:56 pm 
Sean McNeilNov 13, 2004 3:03 pm 
Andrew MoranNov 13, 2004 3:11 pm 
Daniel EischenNov 13, 2004 4:42 pm 
Andrew MoranNov 13, 2004 8:29 pm 
Steve KarglNov 14, 2004 6:25 am 
Daniel EischenNov 14, 2004 8:42 am 
Andrew MoranNov 14, 2004 10:07 am 
Subject:seemingly unfixable Spinlock error under 5.3?
From:Andrew Moran (amo@forsythia.net)
Date:Nov 13, 2004 3:11:11 pm
List:org.freebsd.freebsd-ports

As I stated in my original message, I did do a portupgrade -fR gnucash. I've also recompiled all m ports using portupgrade -fa. neither have alleviated the problem.

I'm beginning to suspect I have some kind of kernel option throwing me off. It's very frustrating.

--Andy

On Nov 13, 2004, at 3:03 PM, Sean McNeil wrote:

On Sat, 2004-11-13 at 14:55 -0800, Andrew Moran wrote:

I have tried mapping libc_r to libpthread using libmap.conf. it does not seem to have any effect.. Which doesn't surprise me too much since I can't find anything actually linked to libc_r anyway. :(

You should check to see if gnucash is using any plug-ins or shared libraries. You need to check everything gnucash is using. The easiest thing would be to do a

portupgrade -fR gnucash

I just bit the bullet and recompiled all my ports when that happened to me.

For the libmap.conf you should check that it is working properly. Try mapping libpthread.so to libthr.so and do an ldd to verify.

On Nov 13, 2004, at 2:51 PM, Slava wrote:

more /usr/src/UPDATING /20040303

man libmap.conf

I made the jump from 5.21 to 5.3 earlier and started getting the infamous "Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 2)" everytime I ran gnucash.

I asked the freebsd-questions list but have gotten no response. So in desperation, I'm broadening my quest. I don't want to reinstall the server from scratch if there is another way to fix this error. Could there be something in my kernel configuration causing this? I can't find a reference to libc_r or libkse *anywhere*. :/

Does anyone have any ideas for me to try? Thank you for your time.

--And