You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attach to the hanging program using gdb, it outputs:
(gdb) bt
#0 0x00007fd1189616cd in nanosleep () at ../sysdeps/unix/syscall-template.S:84
#1 0x000000000040d00c in myhtml_thread_nanosleep (tomeout=0x7ffd572e4a30) at thread.c:242
#2 0x000000000040db3e in mythread_queue_list_entry_wait_for_done (mythread=0x80c630, entry=0x8cbf10) at thread.c:624
#3 0x000000000040f371 in myhtml_tokenizer_end (tree=0x80ca90) at tokenizer.c:173
#4 0x000000000040136c in myhtml_parse (tree=0x80ca90, encoding=MyHTML_ENCODING_DEFAULT, html=0x7ffd572e4ae0 "<head>\n<html> X",
html_size=15) at myhtml.c:146
#5 0x0000000000400fc4 in main ()
afl
The text was updated successfully, but these errors were encountered:
The following program hangs:
When I attach to the hanging program using gdb, it outputs:
afl
The text was updated successfully, but these errors were encountered: