One category of the bugs that we see in computer programs including LibreOffice is the unexpected crashes. You’re working with the application, and it is suddenly closed! In the previous part, I have discussed crashes that are caused by segmentation fault. In this article, I discuss the crashes from invoking abort()
function. Please note that not an abort is not always a bad thing, or a bug. (more…)
3 Nov 2022
Crash fixes, part 2: abort
By Hossein Nourikhah On 3 November 2022 In Tutorial
24 Oct 2022
Crashes that you can fix! – EasyHack
By Hossein Nourikhah On 24 October 2022 In EasyHack
6 Sep 2022
Crash fixes, part 1: segfault
By Hossein Nourikhah On 6 September 2022 In Tutorial
16 Aug 2022
ODF standard and the code – EasyHack
By Hossein Nourikhah On 16 August 2022 In EasyHack
19 May 2022
Interacting with the Review Bot on Gerrit
By Hossein Nourikhah On 19 May 2022 In Tutorial
5 May 2022
How to write a good commit message
By Hossein Nourikhah On 5 May 2022 In Best Practices
26 Apr 2022
Supporting metafile formats: WMF/EMF/EMF+
By Hossein Nourikhah On 26 April 2022 In Tutorial
11 Apr 2022
How to use Gerrit code review effectively
By Hossein Nourikhah On 11 April 2022 In Tutorial
10 Mar 2022
Use std::hypot for Pythagorean Addition – EasyHack
By Hossein Nourikhah On 10 March 2022 In EasyHack