[Bug 1017125] Re: [SRU quantal] boost::unordered_multimap<>::erase(iterator, iterator) broken in boost1.49
Bug Watch Updater
1017125 at bugs.launchpad.net
Fri Nov 16 01:06:28 UTC 2012
Launchpad has imported 3 comments from the remote bug at
https://bugs.gentoo.org/show_bug.cgi?id=442522.
If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.
------------------------------------------------------------------------
On 2012-11-09T23:14:14+00:00 Bjoern-michaelsen-e wrote:
boost::unordered_multimap<>::erase(iterator, iterator) broken in
boost1.49-1.51 causing spurious segfaults in applications using it
including LibreOffice
Reproducible: Always
Steps to Reproduce:
compile and run https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1017125/+attachment/3271642/+files/lp1017125.cxx
Actual Results:
crash
Expected Results:
no crash
Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1017125/comments/57
------------------------------------------------------------------------
On 2012-11-10T03:33:40+00:00 Diego E. "Flameeyes" Pettenò wrote:
Lovely.
Well, 1.52 is in ~arch right now ... but it'll take a while to get this
in stable I'm afraid. Is there a patch?
Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1017125/comments/58
------------------------------------------------------------------------
On 2012-11-10T10:30:03+00:00 Bjoern-michaelsen-e wrote:
For 1.49:
https://svn.boost.org/trac/boost/attachment/ticket/7618/boost-1.49-fixes.patch
as applied on Ubuntu:
http://launchpadlibrarian.net/122403924/boost1.49_1.49.0-3.1ubuntu3_1.49.0-3.1ubuntu4.diff.gz
I havent tried yet to apply that to 1.50/1.51
Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1017125/comments/59
** Changed in: boost1.49 (Gentoo Linux)
Status: Unknown => New
** Changed in: boost1.49 (Gentoo Linux)
Importance: Unknown => Medium
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1017125
Title:
[SRU quantal] boost::unordered_multimap<>::erase(iterator, iterator)
broken in boost1.49
Status in Boost C++ Libraries:
New
Status in LibreOffice Productivity Suite:
Won't Fix
Status in “boost-mpi-source1.49” package in Ubuntu:
Fix Released
Status in “boost1.49” package in Ubuntu:
Fix Released
Status in “gcc-4.7” package in Ubuntu:
Invalid
Status in “libreoffice” package in Ubuntu:
Fix Released
Status in “boost-mpi-source1.49” source package in Quantal:
Fix Committed
Status in “boost1.49” source package in Quantal:
Fix Committed
Status in “gcc-4.7” source package in Quantal:
Invalid
Status in “libreoffice” source package in Quantal:
New
Status in “boost1.49” package in Debian:
Unknown
Status in “boost1.49” package in Fedora:
Unknown
Status in “boost1.49” package in Gentoo Linux:
New
Bug description:
[Impact]
* possible root cause of bug 1067907 and essentially ever other client using boost::unordered
* bug 1067907 alone has ~50 reported crashes per day
[Test Case]
* compile and run the attached testcase
[Regression Potential]
* miminal patch provided as a patch by upstream -- has been fixed in
later boost versions
[Other Info]
These was the original symptoms in LibreOffice causing the bug hunt --
it has been evaded (without fixing the root cause in boost up to now)
by not using the broken boost method in LibreOffice with
http://cgit.freedesktop.org/libreoffice/core/commit/?id=861e55bd889d9f5f5b37724b3615e9355e2d5c15&g=libreoffice-3-6
:
subsequentcheck sometimes crashes in
xmloff.Impress.XMLContentImporter::com::sun::star::document::XImporter
Testcode:
http://opengrok.libreoffice.org/xref/core/qadevOOo/tests/java/ifc/document/_XImporter.java
against service:
http://opengrok.libreoffice.org/xref/core/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java
steps to reproduce:
cd xmloff
echo "-o xmloff.Impress.XMLContentImporter" > qa/unoapi/xmloff.sce
echo > qa/unoapi/knownissues.xcl << EOF
xmloff.Impress.XMLContentImporter::com::sun::star::lang::XInitialization
xmloff.Impress.XMLContentImporter::com::sun::star::document::XFilter
xmloff.Impress.XMLContentImporter::com::sun::star::container::XNamed
EOF
R=T; while test "$R" = "T"; do make subsequentcheck || R=F; done
expected result:
test passes without a crash
actual result:
crash
To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1017125/+subscriptions
More information about the Ubuntu-sponsors
mailing list