To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76393 Issue #|76393 Summary|sal: include dynamic section offset in crash report so | as to be able to map "prelinked" callstacks back to o |riginal Component|porting Version|OOo 2.2 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|mh Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Mon Apr 16 10:02:51 +0000 2007 ------- As I've tried to describe at http://blogs.linux.ie/caolan/2007/04/16/backtraces-and-prelink/ If prelink is used on a system that OOo is installed on, then the addresses returned during a crash are reported in terms of the modified-by-prelink .sos and they don't match the offline original .sos anymore. The following patch adds an entry to the crashreport which can be used to determine the diff from the offline addresses and the prelinked user addresses to express the addresses in terms of the original un-prelinked addresses. I appreciate that currently for "vanilla" OOo a prelinked binary will have a different md5sum than the original are currently thrown away by the default OOo backend tooling, but this patch should enable distros that have their own tooling to use the callstack information. --------------------------------------------------------------------- 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]
