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


User mmeeks changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'kr'                      |'kr,rail'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Oct 30 04:30:28 -0800 
2006 -------
In the field we got a report of:

[snip]
From:   Rail Aliev <[EMAIL PROTECTED]>
To:     [EMAIL PROTECTED]
Subject:        [Open Office] "pure virtual method called" error on old kernels
Date:   Fri, 27 Oct 2006 11:04:20 +0400  (08:04 BST)

Hi,

I just discovered that size-thread-stack.diff patch breaks OOo on old
machines with `getconf GNU_LIBPTHREAD_VERSION` = "linuxthreads-0.10"
(Slackware 11 installed with default 2.4 kernel for example). 

OOo was compiled on "modern" :) distro with 2.6 with NPTL. On tested
machine it gives:

pure virtual method called
terminate called without an active exception

GDB shows that this pure virtual method belongs to vos::IMutex::aquire()
which should not be called directly. After short investigation I found
that vos::OMutex::OMutex() (which cause of the problem) uses
osl_createMutex() which actively uses threads. After disabling
size-thread-stack.diff (which actively changes thread related stuff) I
get working OOo.

FYI.
[snip]

Rail - can you attach a stack trace ? it seems a rather extraordinary problem,
the more data we can get the better.


---------------------------------------------------------------------
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