Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


On 10/14/2014 10:51 AM, Bjoern Michaelsen wrote:
Well, I see a good reason for that. I recently saw some bibisects being done
with Mikloss dbgutils bibisect repo[1] and they seem to contain more "git
bisect skip"s than everything else leading to less than optimal results. Now
the fact that the branch apparently has so many asserts that fail regulary is
unhealthy a topic of its own. But restricting our triaging here by failing too
early is to be avoided IMHO -- and building bibisects with local patches is
certainly a lot worse than yet-another-configure-switch.

If I understand you correctly, you mean using that bibisect repo like

  $ git bisect start ...
  $ instdir/program/soffice
  # do something specific in LO, leads to SIGABRT
  $ git bisect skip
  $ instdir/program/soffice
  # do something specific in LO, leads to SIGABRT
  $ git bisect skip
  ...

That sounds somewhat odd, given that at least "make check" apparently does not generally trigger failing asserts, so I would not assume that some random "do something specific in LO" would routinely do. Do you have an example?

Stephan

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.