Comment 5 for bug 65226

Revision history for this message
jbj (jbj-ubu) wrote :

FYI, two systems I installed (my laptop, installed from scratch, and my desktop, dist-upgraded from dapper show the problem).

AFACT, the valgrind log does match up with the stack trace from gdb, this excerpt from the log appears to match based on what function names I can see and the libraries called, though valgrind doesn't seem to resolve some of the libucpfile1.so function names.

The addresses of course do not match, but these are two independent execution runs of the same bug.

==7759== Process terminating with default action of signal 11 (SIGSEGV)
==7759== Access not within mapped region at address 0xEB96EE0
==7759== at 0x4BDA1DD: osl_getFileStatus (in /usr/lib/openoffice/program/libuno_sal.so.3)
==7759== by 0xC6FD934: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759== by 0xC6EC90E: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759== by 0xC6F2CA6: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759== by 0x4A9D954: (within /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759== by 0x4AA1384: ucb::Content::getPropertyValuesInterface(com::sun::star::uno::Sequence<rtl::OUString> const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759== by 0x4AA16BC: ucb::Content::getPropertyValues(com::sun::star::uno::Sequence<rtl::OUString> const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759== by 0x4AA1A26: ucb::Content::getPropertyValue(rtl::OUString const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759== by 0x4441315: FStatHelper::GetModifiedDateTimeOfFile(String const&, Date*, Time*) (in /usr/lib/openoffice/program/libsvl680li.so)
==7759== by 0xF59E06A: (within /usr/lib/openoffice/program/libsw680li.so)
==7759== by 0xF61FA0C: (within /usr/lib/openoffice/program/libsw680li.so)
==7759== by 0xF6744D8: (within /usr/lib/openoffice/program/libsw680li.so)
--7759-- Discarding syms at 0x693E000-0x6941000 in /usr/lib/gconv/ISO8859-1.so due to munmap()
--7759-- Discarding syms at 0x694C000-0x6955000 in /lib/tls/i686/cmov/libnss_compat-2.4.so due to munmap()
--7759-- Discarding syms at 0x6955000-0x695F000 in /lib/tls/i686/cmov/libnss_nis-2.4.so due to munmap()
--7759-- Discarding syms at 0x695F000-0x696A000 in /lib/tls/i686/cmov/libnss_files-2.4.so due to munmap()