https://bugs.documentfoundation.org/show_bug.cgi?id=88841
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Whiteboard|BibisectRequest |bibisected --- Comment #5 from Michael Weghorn <[email protected]> --- bibisect result: There are only 'skip'ped commits left to test. The first bad commit could be any of: 4d22346f21b8f6b6346180e1a3a06f706e0f33b2 5ba09ea49b58847a32576bcd4ff266255852439d We cannot bisect more! ------- $ git bisect log # bad: [fd2aac6a4fa18f8409c13d8e3747575d083137e9] 2015-01-30: source-hash-309574394bd4ae3e9e10e5ff0d64bdd7bbbc8b83 # good: [e4b0a61cedc6ac0e65a4a110fd83edd8295f4856] 2014-11-20: source-hash-d273a60bfdbf9bb7623bed38667ec0647753157c git bisect start 'master' 'oldest' # good: [999985618920182fcb30d26efda3d62db39a357d] 2014-12-25: source-hash-e3663390d351c3759c22ae5a4fc44fd869c4479f git bisect good 999985618920182fcb30d26efda3d62db39a357d # good: [0efe6a282f351872bc70b122c4b4b1104519f1d3] 2015-01-12: source-hash-7201fa0dddd7dd0352f69fd2b2b64efcb361ccad git bisect good 0efe6a282f351872bc70b122c4b4b1104519f1d3 # bad: [70786150cf29ba9abe1b7bb6332aa55463ed865e] 2015-01-21: source-hash-60143f4f7bc50054dcef923218b8c7c3bc154933 git bisect bad 70786150cf29ba9abe1b7bb6332aa55463ed865e # good: [636737e0bca8097f74b6da3fbf4136375d64a0b7] 2015-01-16: source-hash-4c93c341be1425401112eed3581e8b8a6308880d git bisect good 636737e0bca8097f74b6da3fbf4136375d64a0b7 # good: [bbd7dd4d7f4cadf0608151941d510b4a54e356dc] 2015-01-18: source-hash-15db0307fe6429238be72612cccd4a1df5e1e97c git bisect good bbd7dd4d7f4cadf0608151941d510b4a54e356dc # bad: [5ba09ea49b58847a32576bcd4ff266255852439d] 2015-01-20: source-hash-b5fab0c20550b724986ad8a59973b92b181e0478 git bisect bad 5ba09ea49b58847a32576bcd4ff266255852439d # skip: [4d22346f21b8f6b6346180e1a3a06f706e0f33b2] 2015-01-19: source-hash-f9bea19eeab49cb9e6fcdd3ae5e777da9dc882ca git bisect skip 4d22346f21b8f6b6346180e1a3a06f706e0f33b2 # only skipped commits left to test # possible first bad commit: [5ba09ea49b58847a32576bcd4ff266255852439d] 2015-01-20: source-hash-b5fab0c20550b724986ad8a59973b92b181e0478 # possible first bad commit: [4d22346f21b8f6b6346180e1a3a06f706e0f33b2] 2015-01-19: source-hash-f9bea19eeab49cb9e6fcdd3ae5e777da9dc882ca Unfortunately I had to "git bisect skip" the last step because LO crashed with the following message when opening the file: soffice.bin: /home/vmiklos/git/libreoffice/master/include/tools/helpers.hxx:29: typename boost::enable_if<boost::mpl::or_<boost::is_signed<T>, boost::is_floating_point<T> >, long int>::type MinMax(T, long int, long int) [with T = long int; typename boost::enable_if<boost::mpl::or_<boost::is_signed<T>, boost::is_floating_point<T> >, long int>::type = long int]: Assertion `nMin <= nMax' failed. Note however, that LibreOffice does start if I do not open that file - maybe that also has to do with the bug. (?) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
