<p></p>
<p dir="auto">When I try to reproduce, it's the debug message <em>window</em> that has no timestamps; strangely, the log output looks fine in the terminal:</p>
<pre><code>Geany-INFO: 08:01:37.403: Geany 1.39 (git >= 32977676), unknown
Geany-INFO: 08:01:37.403: GTK 3.24.5, GLib 2.58.3
Geany-INFO: 08:01:37.403: OS: Linux
</code></pre>
<p dir="auto">I built from source with <code>-g -O0</code> and debugged, without learning the cause, but <code>g_date_time_format()</code> is definitely assigning a null pointer to <code>time_string</code> before returning from <code>utils_get_current_time_string()</code>:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/59004801/147473244-af736c0f-c23a-46db-b816-c6fb66e65b79.png"><img src="https://user-images.githubusercontent.com/59004801/147473244-af736c0f-c23a-46db-b816-c6fb66e65b79.png" alt="time_string_nulled_out" style="max-width: 100%;"></a></p>
<p dir="auto">Trying to inspect the <code>time_string</code> pointer before it becomes <code>0x0</code> raises an error about an invalid address:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/59004801/147473414-27138aaa-ec17-4903-a65b-7246911421fe.png"><img src="https://user-images.githubusercontent.com/59004801/147473414-27138aaa-ec17-4903-a65b-7246911421fe.png" alt="time_string_invalid_address" style="max-width: 100%;"></a></p>
<p dir="auto">Not sure if that points to memory corruption or just the debugger complaining about stripped symbols.</p>
<p dir="auto"><a href="https://github.com/geany/geany/files/7780230/vscode-gdb-cofig.zip">vscode-gdb-cofig.zip</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/3071#issuecomment-1001561230">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ37GFHITEEFWRU34FDUTBQLJANCNFSM5KZRW7CQ">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJ6ANJMPYRXWN2N7BO3UTBQLJA5CNFSM5KZRW7C2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHOZJZDQ.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/geany/issues/3071/1001561230</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/3071#issuecomment-1001561230",
"url": "https://github.com/geany/geany/issues/3071#issuecomment-1001561230",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>