When I try to reproduce, it's the debug message window that has no timestamps; strangely, the log output looks fine in the terminal:

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

I built from source with -g -O0 and debugged, without learning the cause, but g_date_time_format() is definitely assigning a null pointer to time_string before returning from utils_get_current_time_string():

time_string_nulled_out

Trying to inspect the time_string pointer before it becomes 0x0 raises an error about an invalid address:

time_string_invalid_address

Not sure if that points to memory corruption or just the debugger complaining about stripped symbols.

vscode-gdb-cofig.zip


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/3071/1001561230@github.com>