[Libreoffice-bugs] [Bug 135084] Crash on undo ucrtbase abort
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Oct 2 10:05:53 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=135084
raal <raal at post.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jumapico at gmail.com
Keywords|bibisectRequest |bibisected, bisected
--- Comment #6 from raal <raal at post.cz> ---
This seems to have begun at the below commit.
Adding Cc: to XXX ; Could you possibly take a look at this one?
Thanks
0918a0c29b494e043480b9f1ed3f032524968d59 is the first bad commit
commit 0918a0c29b494e043480b9f1ed3f032524968d59
Author: Matthew Francis <mjay.francis at gmail.com>
Date: Sun Mar 15 03:51:36 2015 +0800
source-hash-47a2d7642d249d70b5da0c330a73f3a0032e4bba
commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba
Author: Juan Picca <jumapico at gmail.com>
AuthorDate: Fri Sep 19 14:19:30 2014 -0300
Commit: David Tardon <dtardon at redhat.com>
CommitDate: Thu Oct 9 11:33:33 2014 +0000
fdo#81356: convert Fraction to boost::rational<long> - wip
* Added rational util functions used by Fraction class not
available in the boost::rational class.
* Replaced usage of Fraction by boost::rational<long>
* Removed code that relies on:
1. fraction.IsValid() -- rational only allow valid values, ie
denominator() != 0
2. rational.denominator() == 0 -- always false
3. rational.denominator() < 0 -- always false but implementation
detail:
http://www.boost.org/doc/libs/release/libs/rational/rational.html#Internal%20representation
* Simplified code that relies on:
1. rational.denominator() != 0 -- always true
* BUGS EXIST because Fraction allows the creation of invalid values but
boost::rational throws the exception boost::bad_rational
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20211002/5a86f624/attachment.htm>
More information about the Libreoffice-bugs
mailing list