To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70095
                 Issue #|70095
                 Summary|FMW on exit ...
               Component|gsl
                 Version|OOo 2.0.4
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|mmeeks





------- Additional comments from [EMAIL PROTECTED] Wed Oct  4 06:34:20 -0700 
2006 -------
So - it seems we have some memory being written after it's freed on exit:
valgrind log looks like this [ the read gives a clearer trace ]:

==14922== Invalid read of size 4
==14922==    by 0x4E47C1F: pthread_mutex_unlock (pthread_mutex_unlock.c:135)
==14922==    by 0x49A84AB: osl_releaseMutex (in
/data/OODInstall/program/libuno_sal.so.3)
==14922==    by 0x40AD69C: osl::Mutex::release() (in
/data/OpenOffice/ood680-m4/vcl/unxlngi6.pro/lib/libvcl680li.so)
==14922==    by 0x40AD6B2: osl::Guard<osl::Mutex>::~Guard() (in
/data/OpenOffice/ood680-m4/vcl/unxlngi6.pro/lib/libvcl680li.so)
==14922==    by 0x4252F12: vcl::DisplayConnection::dispatchDowningEvent() (in
/data/OpenOffice/ood680-m4/vcl/unxlngi6.pro/lib/libvcl680li.so)
==14922==    by 0x40B0247: ImplSVMain() (in
/data/OpenOffice/ood680-m4/vcl/unxlngi6.pro/lib/libvcl680li.so)
==14922==    by 0x40B02F2: SVMain() (in
/data/OpenOffice/ood680-m4/vcl/unxlngi6.pro/lib/libvcl680li.so)
==14922==    by 0x8064640: sal_main (in /data/OODInstall/program/soffice.bin)
==14922==    by 0x503F87B: (below main) (libc-start.c:231)

==14922==  Address 0x1B3290DC is 4 bytes inside a block of size 24 free'd

==14922==    at 0x4020FB0: free (vg_replace_malloc.c:233)
==14922==    by 0x49A8534: osl_destroyMutex (in
/data/OODInstall/program/libuno_sal.so.3)
==14922==    by 0x40B3506: osl::Mutex::~Mutex() (in
/data/OpenOffice/ood680-m4/vcl/unxlngi6.pro/lib/libvcl680li.so)
==14922==    by 0x4252B98: vcl::DisplayConnection::~DisplayConnection() (in
/data/OpenOffice/ood680-m4/vcl/unxlngi6.pro/lib/libvcl680li.so)
==14922==    by 0x4930A02: cppu::OWeakObject::release() (in
/data/OODInstall/program/libuno_cppuhelpergcc3.so.3)
==14922==    by 0x42532E4:
cppu::WeakImplHelper1<com::sun::star::awt::XDisplayConnection>::release() (in
/data/OpenOffice/ood680-m4/vcl/unxlngi6.pro/lib/libvcl680li.so)
==14922==    by 0x1B3F01E3:
com::sun::star::uno::Reference<com::sun::star::awt::XDisplayConnection>::clear()
(in /data/OpenOffice/ood680-m4/dtrans/unxlngi6.pro/lib/libdtransX11680li.so)
==14922==    by 0x1B3ECFA1:
x11::SelectionManager::handleEvent(com::sun::star::uno::Any const&) (in
/data/OpenOffice/ood680-m4/dtrans/unxlngi6.pro/lib/libdtransX11680li.so)
==14922==    by 0x4252EDB: vcl::DisplayConnection::dispatchDowningEvent() (in
/data/OpenOffice/ood680-m4/vcl/unxlngi6.pro/lib/libvcl680li.so)
==14922==    by 0x40B0247: ImplSVMain() (in
/data/OpenOffice/ood680-m4/vcl/unxlngi6.pro/lib/libvcl680li.so)
==14922==    by 0x40B02F2: SVMain() (in
/data/OpenOffice/ood680-m4/vcl/unxlngi6.pro/lib/libvcl680li.so)
==14922==    by 0x8064640: sal_main (in /data/OODInstall/program/soffice.bin)
==14922==    by 0x503F87B: (below main) (libc-start.c:231)

HTH.

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