Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] g_print & co on Windows

From: Dario Lombardo <dario.lombardo.ml@xxxxxxxxx>
Date: Tue, 13 Sep 2016 15:26:27 +0200
Hi
I'm debugging sshdump on windows and I found an unexpected behavior with glib logging functions.

g_error: seems to work. A popup appears and program stops
g_warning: nothing, with or without G_MESSAGES_DEBUG=all
g_debug: same as above
g_print: nothing printed

I recall something about those functions not working on windows, but I can't find a pointer in the ML archives. Is is a known bug on glib? Or something missing on my side?
Dario.