LiveJournal module segfault
Status: Alpha
Brought to you by:
voltron
When I submit a LiveJournal entry, after
authenticating, it gives a segfault.
(GDB sucks for debugging modules. Just an aside.)
Through use of printf(), I managed to narrow it down to
this statement in submit_cb():
time_string = g_strdup_printf( "hour=%d&min=%d",
curtime->tm_hour, curtime->tm_min );
And I have no idea why that segfaults. Sorry.