Menu

#2 LiveJournal module segfault

open
nobody
Actions (1)
6
2001-05-24
2001-05-24
No

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.

Discussion


Log in to post a comment.