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





------- Additional comments from [EMAIL PROTECTED] Mon Jul 17 06:57:37 -0700 
2006 -------
The stacktrace to me just indicates that it crashed in the rtl_cache_alloc()
memory allocation routine.. alas, that is never directly called from
ScFormulaCell::InterpretTail(), it looks like the stack is garbled. However,
rtl_cache_alloc() is called from the FixedMemPool ctor and
FixedMemPool::Alloc(), and FixedMemPool is heavily used with ScFormulaCell and
ScInterpreter.

Btw, I doubt this is an endless recursion. In complex formula calculations with
deeply nested dependencies the single cell calculations are just stacked in the
order they are encountered. There may be problems with the stack size on OSXPPC.

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