To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39263





------- Additional comments from [EMAIL PROTECTED] Thu Feb 10 00:29:42 -0800 
2005 -------
The problem seems to be in db-3.2.9/mutex/mut_tas.c in __db_tas_mutex_lock.
There is a for cycle - just add one line there like:

        for (nspins = mutexp->spins; nspins > 0; --nspins) {   
   
fprintf(stderr, "PJ: __db_tas_mutex_lock (nspins=%d)\n", nspins);

And you'll see...

fa: do you have an idea about this? I have grepped through logs and found this:

revision 1.5.2.1.2.2
date: 2002/11/21 22:10:34;  author: fa;  state: Exp;  lines: +28 -9
Patch includes full Darwin/OS X support for berkeleydb.  Also
corrects locking code to use ppc/asm rather than pthreads.

Isn't this the same problem? What was the problem in the past?


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to