Created
May 24, 2014 10:28
-
-
Save hannesm/1045c4aa2d76df6314e1 to your computer and use it in GitHub Desktop.
http-client backtrace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) bt | |
#0 0x00000008011673c0 in freeaddrinfo () from /lib/libc.so.7 | |
#1 0x000000000053faf3 in result_getaddrinfo () | |
#2 0x0000000000541d70 in lwt_unix_self_result () | |
#3 0x00000000004ac0c4 in camlLwt_unix__self_result_1168 () at src/unix/lwt_unix.ml:240 | |
#4 0x00000000004aa212 in camlLwt_unix__fun_2363 () at src/unix/lwt_unix.ml:206 | |
#5 0x00000000004f52dc in camlArray__iter_1054 () at array.ml:72 | |
#6 0x00000000004bbead in camlLwt_sequence__loop_1066 () at src/core/lwt_sequence.ml:149 | |
#7 0x00000000004f74f1 in camlList__iter_1061 () at list.ml:73 | |
#8 0x00000000004a7642 in camlLwt_engine__fun_2089 () at src/unix/lwt_engine.ml:342 | |
#9 0x00000000004a9298 in camlLwt_main__run_1012 () at src/unix/lwt_main.ml:41 | |
#10 0x000000000046dcfe in camlHttp_client__entry () at lwt/examples/http_client.ml:24 | |
#11 0x000000000046bd39 in caml_startup__code_begin () | |
#12 0x000000000055cc62 in caml_start_program () | |
#13 0x0000000801193a0c in atexit () from /lib/libc.so.7 | |
Previous frame inner to this frame (corrupt stack?) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment