Skip to content

Instantly share code, notes, and snippets.

@methane
Created October 19, 2012 11:34
Show Gist options
  • Select an option

  • Save methane/3917725 to your computer and use it in GitHub Desktop.

Select an option

Save methane/3917725 to your computer and use it in GitHub Desktop.
#0 set_bad_request_code (status_code=408, client=<optimized out>) at meinheld/server/server.c:451
#1 set_read_error (status_code=408, client=0x8e16e0) at meinheld/server/server.c:988
#2 read_timeout (client=0x8e16e0, fd=<optimized out>) at meinheld/server/server.c:1004
#3 read_callback (loop=0xa9d760, fd=9, events=4, cb_arg=0x8e16e0) at meinheld/server/server.c:1153
#4 0x00007ffff6de4642 in picoev_handle_timeout_internal (loop=<optimized out>) at meinheld/server/picoev.h:370
#5 picoev_loop_once (loop=0xa9d760, max_wait=<optimized out>) at meinheld/server/picoev.h:395
#6 meinheld_run_loop (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at meinheld/server/server.c:1672
#7 0x00000000004a56cd in call_function (oparg=<optimized out>, pp_stack=0x7fffffffe100) at Python/ceval.c:4021
#8 PyEval_EvalFrameEx (f=f@entry=0x858480, throwflag=throwflag@entry=0) at Python/ceval.c:2666
#9 0x000000000049fcfb in PyEval_EvalCodeEx (co=co@entry=0x7ffff7eff3b0, globals=globals@entry=0x7fd160, locals=locals@entry=0x7fd160, args=args@entry=0x0,
argcount=argcount@entry=0, kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, closure=closure@entry=0x0) at Python/ceval.c:3253
#10 0x000000000049fe22 in PyEval_EvalCode (co=co@entry=0x7ffff7eff3b0, globals=globals@entry=0x7fd160, locals=locals@entry=0x7fd160) at Python/ceval.c:667
#11 0x00000000004c7f2f in run_mod (arena=0x81b4c0, flags=0x7fffffffe390, locals=0x7fd160, globals=0x7fd160, filename=0x7fffffffe7ac "meinheld_server.py", mod=0x856940)
at Python/pythonrun.c:1353
#12 PyRun_FileExFlags (fp=fp@entry=0x8528a0, filename=filename@entry=0x7fffffffe7ac "meinheld_server.py", start=start@entry=257, globals=globals@entry=0x7fd160,
locals=locals@entry=0x7fd160, closeit=closeit@entry=1, flags=flags@entry=0x7fffffffe390) at Python/pythonrun.c:1339
#13 0x00000000004c8e67 in PyRun_SimpleFileExFlags (fp=fp@entry=0x8528a0, filename=0x7fffffffe7ac "meinheld_server.py", closeit=1, flags=flags@entry=0x7fffffffe390)
at Python/pythonrun.c:943
#14 0x00000000004c9769 in PyRun_AnyFileExFlags (fp=fp@entry=0x8528a0, filename=<optimized out>, closeit=<optimized out>, flags=flags@entry=0x7fffffffe390)
at Python/pythonrun.c:747
#15 0x0000000000417be1 in Py_Main (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:639
#16 0x00007ffff71cfead in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#17 0x0000000000416dd1 in _start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment