Jun's Blog

Output, activities, memo and etc.

Entries from 2023-02-01 to 1 month

Open Science and Research Assessment

I wrote a blog article about an incentivized system in academia. This article is also about the topic. I found the videos of the "Workshop on Open Science and Research Assessment - From a European to a Local perspective" published a few da…

Debugging OpenSSL with GDB and ltrace

This article is to note to debug OpenSSL with GDB. I use the case of this issue on OpenSSL making a segmentation fault on OpenSSL version 3.0.1, then fixed in OpenSSL version 3.0.2. My environment Fedora 37 GCC version 12.2.1 $ gcc --versi…