Activity log for bug #1017125

Date Who What changed Old value New value Message
2012-06-24 11:47:36 Björn Michaelsen bug added bug
2012-06-24 11:48:09 Björn Michaelsen bug watch added https://bugs.freedesktop.org/show_bug.cgi?id=51324
2012-06-24 11:48:09 Björn Michaelsen bug task added df-libreoffice
2012-06-24 11:48:29 Björn Michaelsen bug task added gcc-4.7 (Ubuntu)
2012-06-24 13:32:51 Bug Watch Updater df-libreoffice: status Unknown Confirmed
2012-06-24 13:32:51 Bug Watch Updater df-libreoffice: importance Unknown Medium
2012-06-26 20:54:14 Björn Michaelsen bug task deleted gcc-4.7 (Ubuntu)
2012-07-03 10:27:53 Björn Michaelsen attachment added stacktrace.txt https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1017125/+attachment/3211882/+files/stacktrace.txt
2012-08-02 08:36:20 Björn Michaelsen summary LibreOffice crash in xmloff.Impress.XMLContentImporter::com::sun::star::document::XImporter with gcc-4.7 LibreOffice crash in xmloff.Impress.XMLContentImporter::com::sun::star::document::XImporter
2012-08-05 01:02:56 TJ bug added subscriber TJ
2012-08-06 10:54:41 Bug Watch Updater df-libreoffice: status Confirmed Won't Fix
2012-08-07 12:24:23 Björn Michaelsen summary LibreOffice crash in xmloff.Impress.XMLContentImporter::com::sun::star::document::XImporter boost::unordered_map<>::erase(iterator, iterator) broken on quantal
2012-08-07 12:24:39 Björn Michaelsen bug task added boost (Ubuntu)
2012-08-07 12:25:26 Björn Michaelsen affects boost (Ubuntu) boost1.49 (Ubuntu)
2012-08-07 12:26:59 Björn Michaelsen bug task added gcc-4.7 (Ubuntu)
2012-08-07 12:27:36 Björn Michaelsen summary boost::unordered_map<>::erase(iterator, iterator) broken on quantal boost::unordered_multimap<>::erase(iterator, iterator) broken on quantal
2012-08-07 22:27:29 Björn Michaelsen boost1.49 (Ubuntu): status New Confirmed
2012-08-07 22:27:39 Björn Michaelsen boost1.49 (Ubuntu): importance Undecided High
2012-08-07 22:38:16 Björn Michaelsen bug added subscriber Matthias Klose
2012-08-08 18:31:10 Steve Langasek bug added subscriber Steve Langasek
2012-08-08 19:53:03 Björn Michaelsen libreoffice (Ubuntu): status New In Progress
2012-08-21 22:33:43 Björn Michaelsen libreoffice (Ubuntu): status In Progress Fix Committed
2012-08-22 11:42:19 Björn Michaelsen attachment added testcase https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1017125/+attachment/3271642/+files/lp1017125.cxx
2012-08-22 16:21:44 Steve Langasek gcc-4.7 (Ubuntu): importance Undecided Medium
2012-08-22 16:21:44 Steve Langasek gcc-4.7 (Ubuntu): status New Triaged
2012-08-22 16:38:34 Steve Langasek gcc-4.7 (Ubuntu): assignee Matthias Klose (doko)
2012-08-23 14:39:11 Launchpad Janitor libreoffice (Ubuntu): status Fix Committed Fix Released
2012-09-06 12:10:58 Matthias Klose gcc-4.7 (Ubuntu): status Triaged Invalid
2012-10-31 14:37:20 Björn Michaelsen bug watch added http://svn.boost.org/trac/boost/ticket/7618
2012-10-31 14:37:20 Björn Michaelsen bug task added boost
2012-10-31 15:14:20 Bug Watch Updater boost: status Unknown New
2012-11-08 12:46:07 Launchpad Janitor branch linked lp:~bjoern-michaelsen/+junk/boost1.49-lp1017125
2012-11-08 13:13:06 Dimitri John Ledkov bug added subscriber Ubuntu Sponsors Team
2012-11-09 10:58:37 Sebastien Bacher nominated for series Ubuntu Quantal
2012-11-09 10:58:37 Sebastien Bacher bug task added libreoffice (Ubuntu Quantal)
2012-11-09 10:58:37 Sebastien Bacher bug task added gcc-4.7 (Ubuntu Quantal)
2012-11-09 10:58:37 Sebastien Bacher bug task added boost1.49 (Ubuntu Quantal)
2012-11-09 10:58:50 Sebastien Bacher boost1.49 (Ubuntu Quantal): importance Undecided High
2012-11-09 10:59:10 Sebastien Bacher gcc-4.7 (Ubuntu Quantal): status New Invalid
2012-11-09 10:59:13 Sebastien Bacher gcc-4.7 (Ubuntu Quantal): importance Undecided Medium
2012-11-09 15:59:11 Launchpad Janitor boost1.49 (Ubuntu): status Confirmed Fix Released
2012-11-09 16:23:31 Launchpad Janitor branch linked lp:ubuntu/boost1.49
2012-11-09 21:07:13 Björn Michaelsen attachment added quantal backport minimal diff https://bugs.launchpad.net/ubuntu/+source/gcc-4.7/+bug/1017125/+attachment/3429097/+files/quantal_minimal.debdiff
2012-11-09 21:18:34 Björn Michaelsen description 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 [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
2012-11-09 21:21:31 Björn Michaelsen summary boost::unordered_multimap<>::erase(iterator, iterator) broken on quantal [SRU quantal] boost::unordered_multimap<>::erase(iterator, iterator) broken in bosst1.49
2012-11-09 21:21:39 Björn Michaelsen summary [SRU quantal] boost::unordered_multimap<>::erase(iterator, iterator) broken in bosst1.49 [SRU quantal] boost::unordered_multimap<>::erase(iterator, iterator) broken in boost1.49
2012-11-09 21:22:12 Björn Michaelsen bug added subscriber Ubuntu Stable Release Updates Team
2012-11-09 21:26:42 Björn Michaelsen bug watch added https://bugzilla.redhat.com/show_bug.cgi?id=806236
2012-11-09 21:26:42 Björn Michaelsen bug task added boost1.49 (Fedora)
2012-11-09 22:59:47 Björn Michaelsen bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692868
2012-11-09 22:59:47 Björn Michaelsen bug task added boost1.49 (Debian)
2012-11-09 23:04:49 Björn Michaelsen libreoffice (Ubuntu Quantal): assignee Matthias Klose (doko)
2012-11-09 23:14:41 Björn Michaelsen bug watch added https://bugs.gentoo.org/show_bug.cgi?id=442522
2012-11-09 23:14:41 Björn Michaelsen bug task added boost1.49 (Gentoo Linux)
2012-11-13 13:18:00 Dimitri John Ledkov bug task added boost-mpi-source1.49 (Ubuntu)
2012-11-13 13:18:20 Dimitri John Ledkov boost-mpi-source1.49 (Ubuntu): status New Fix Released
2012-11-14 14:51:14 Björn Michaelsen attachment added quantal backport minimal mpi debdiff https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1017125/+attachment/3433176/+files/mpi.debdiff
2012-11-15 23:41:20 Matthias Klose gcc-4.7 (Ubuntu): assignee Matthias Klose (doko)
2012-11-16 00:44:18 Adam Conrad boost1.49 (Ubuntu Quantal): status New Fix Committed
2012-11-16 00:44:24 Adam Conrad bug added subscriber SRU Verification
2012-11-16 00:44:31 Adam Conrad tags verification-needed
2012-11-16 00:44:46 Adam Conrad boost-mpi-source1.49 (Ubuntu Quantal): status New Fix Committed
2012-11-16 01:06:25 Bug Watch Updater boost1.49 (Gentoo Linux): status Unknown New
2012-11-16 01:06:25 Bug Watch Updater boost1.49 (Gentoo Linux): importance Unknown Medium
2012-11-16 01:30:39 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/quantal/boost1.49/quantal-proposed
2012-11-16 01:36:09 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/quantal/boost-mpi-source1.49/quantal-proposed
2012-11-16 07:08:23 Bug Watch Updater boost1.49 (Debian): status Unknown New
2012-11-23 12:59:32 Benjamin Drung removed subscriber Ubuntu Sponsors Team
2012-11-29 13:53:39 Björn Michaelsen tags verification-needed verification-done
2012-11-29 14:17:15 Scott Kitterman removed subscriber Ubuntu Stable Release Updates Team
2012-11-29 14:18:10 Launchpad Janitor boost-mpi-source1.49 (Ubuntu Quantal): status Fix Committed Fix Released
2012-11-29 14:18:15 Launchpad Janitor boost1.49 (Ubuntu Quantal): status Fix Committed Fix Released
2013-02-11 02:14:54 Bug Watch Updater boost: status New Fix Released
2013-02-11 02:50:05 Dimitri John Ledkov libreoffice (Ubuntu Quantal): status New Invalid
2013-05-15 01:59:41 Bug Watch Updater boost1.49 (Debian): status New Fix Released
2014-06-13 08:00:39 anonymous mouse attachment added RTF from Abiword that crashes LibreOffice 3.5.7.2 https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1017125/+attachment/4130802/+files/Librarian-%20Application%20Form2.doc
2017-10-28 05:24:31 Bug Watch Updater boost1.49 (Fedora): status Unknown Won't Fix
2017-10-28 05:24:31 Bug Watch Updater boost1.49 (Fedora): importance Unknown Undecided