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





------- Additional comments from [EMAIL PROTECTED] Sun Oct 30 02:01:42 -0700 
2005 -------
More things to do:
(c) look at signal.c, we are not including backtrace.h!
execinfo.h is included from /usr/include/execinfo.h and there is a backtrace
function in glibc
[EMAIL PROTECTED]:/lib$ nm -D libc.so.6 | grep backtrace
000d9694 W backtrace
000d9694 T __backtrace
000d9730 T __backtrace_symbols
000d9730 W backtrace_symbols
000d9a60 T __backtrace_symbols_fd
000d9a60 W backtrace_symbols_fd
[EMAIL PROTECTED]:/lib$
So need to consider are we be using the backtrace backtrace.c or from libc?
could try linking in libc, and/or including backtrace.h. Have a look at the
solaris implementation.




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