Advertisement
Guest User

Untitled

a guest
Jul 11th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.41 KB | None | 0 0
  1. matiu@worker:~$ ps aux | grep worker
  2. matiu 1652 0.0 0.0 36600 12 pts/0 T Jul11 0:00 vim worker.py
  3. matiu 1980 40.0 93.3 1499444 975628 pts/0 D+ Jul11 133:06 python worker.py
  4. matiu 14671 0.0 0.0 7520 724 pts/2 S+ 00:06 0:00 grep worker
  5. matiu@worker:~$ gdb -p 1980
  6. GNU gdb (GDB) 7.0.1-debian
  7. Copyright (C) 2009 Free Software Foundation, Inc.
  8. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  9. This is free software: you are free to change and redistribute it.
  10. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  11. and "show warranty" for details.
  12. This GDB was configured as "x86_64-linux-gnu".
  13. For bug reporting instructions, please see:
  14. <http://www.gnu.org/software/gdb/bugs/>.
  15. Attaching to process 1980
  16. Reading symbols from /usr/bin/python2.6...Reading symbols from /usr/lib/debug/usr/bin/python2.6...done.
  17. (no debugging symbols found)...done.
  18. Reading symbols from /lib/libpthread.so.0...(no debugging symbols found)...done.
  19. [Thread debugging using libthread_db enabled]
  20. Loaded symbols for /lib/libpthread.so.0
  21. Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done.
  22. Loaded symbols for /lib/libdl.so.2
  23. Reading symbols from /lib/libutil.so.1...(no debugging symbols found)...done.
  24. Loaded symbols for /lib/libutil.so.1
  25. Reading symbols from /usr/lib/libssl.so.0.9.8...(no debugging symbols found)...done.
  26. Loaded symbols for /usr/lib/libssl.so.0.9.8
  27. Reading symbols from /usr/lib/libcrypto.so.0.9.8...(no debugging symbols found)...done.
  28. Loaded symbols for /usr/lib/libcrypto.so.0.9.8
  29. Reading symbols from /usr/lib/libz.so.1...(no debugging symbols found)...done.
  30. Loaded symbols for /usr/lib/libz.so.1
  31. Reading symbols from /lib/libm.so.6...(no debugging symbols found)...done.
  32. Loaded symbols for /lib/libm.so.6
  33. Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
  34. Loaded symbols for /lib/libc.so.6
  35. Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done.
  36. Loaded symbols for /lib64/ld-linux-x86-64.so.2
  37. Reading symbols from /usr/lib/python2.6/lib-dynload/_json.so...Reading symbols from /usr/lib/debug/usr/lib/python2.6/lib-dynload/_json.so...done.
  38. (no debugging symbols found)...done.
  39. Loaded symbols for /usr/lib/python2.6/lib-dynload/_json.so
  40. Reading symbols from /usr/lib/python2.6/lib-dynload/_heapq.so...Reading symbols from /usr/lib/debug/usr/lib/python2.6/lib-dynload/_heapq.so...done.
  41. (no debugging symbols found)...done.
  42. Loaded symbols for /usr/lib/python2.6/lib-dynload/_heapq.so
  43. Reading symbols from /usr/lib/python2.6/lib-dynload/_ctypes.so...Reading symbols from /usr/lib/debug/usr/lib/python2.6/lib-dynload/_ctypes.so...done.
  44. (no debugging symbols found)...done.
  45. Loaded symbols for /usr/lib/python2.6/lib-dynload/_ctypes.so
  46. Reading symbols from /lib/libuuid.so.1...(no debugging symbols found)...done.
  47. Loaded symbols for /lib/libuuid.so.1
  48. Reading symbols from /usr/lib/python2.6/lib-dynload/bz2.so...Reading symbols from /usr/lib/debug/usr/lib/python2.6/lib-dynload/bz2.so...done.
  49. (no debugging symbols found)...done.
  50. Loaded symbols for /usr/lib/python2.6/lib-dynload/bz2.so
  51. Reading symbols from /lib/libbz2.so.1.0...(no debugging symbols found)...done.
  52. Loaded symbols for /lib/libbz2.so.1.0
  53. Reading symbols from /usr/lib/python2.6/lib-dynload/datetime.so...Reading symbols from /usr/lib/debug/usr/lib/python2.6/lib-dynload/datetime.so...done.
  54. (no debugging symbols found)...done.
  55. Loaded symbols for /usr/lib/python2.6/lib-dynload/datetime.so
  56. Reading symbols from /usr/lib/pymodules/python2.6/_mysql.so...(no debugging symbols found)...done.
  57. Loaded symbols for /usr/lib/pymodules/python2.6/_mysql.so
  58. Reading symbols from /usr/lib/libmysqlclient_r.so.16...(no debugging symbols found)...done.
  59. Loaded symbols for /usr/lib/libmysqlclient_r.so.16
  60. Reading symbols from /lib/libcrypt.so.1...(no debugging symbols found)...done.
  61. Loaded symbols for /lib/libcrypt.so.1
  62. Reading symbols from /lib/libnsl.so.1...(no debugging symbols found)...done.
  63. Loaded symbols for /lib/libnsl.so.1
  64. Reading symbols from /usr/lib/python2.6/lib-dynload/readline.so...Reading symbols from /usr/lib/debug/usr/lib/python2.6/lib-dynload/readline.so...done.
  65. (no debugging symbols found)...done.
  66. Loaded symbols for /usr/lib/python2.6/lib-dynload/readline.so
  67. Reading symbols from /lib/libreadline.so.6...(no debugging symbols found)...done.
  68. Loaded symbols for /lib/libreadline.so.6
  69. Reading symbols from /lib/libncurses.so.5...(no debugging symbols found)...done.
  70. Loaded symbols for /lib/libncurses.so.5
  71. Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done.
  72. Loaded symbols for /lib/libgcc_s.so.1
  73. Reading symbols from /lib/libnss_files.so.2...(no debugging symbols found)...done.
  74. Loaded symbols for /lib/libnss_files.so.2
  75. Reading symbols from /usr/lib/python2.6/lib-dynload/_fileio.so...Reading symbols from /usr/lib/debug/usr/lib/python2.6/lib-dynload/_fileio.so...done.
  76. (no debugging symbols found)...done.
  77. Loaded symbols for /usr/lib/python2.6/lib-dynload/_fileio.so
  78. Reading symbols from /usr/lib/python2.6/lib-dynload/_bytesio.so...Reading symbols from /usr/lib/debug/usr/lib/python2.6/lib-dynload/_bytesio.so...done.
  79. (no debugging symbols found)...done.
  80. Loaded symbols for /usr/lib/python2.6/lib-dynload/_bytesio.so
  81. 0x00007f98790bbb3b in memcpy () from /lib/libc.so.6
  82. (gdb) bt
  83. #0 0x00007f98790bbb3b in memcpy () from /lib/libc.so.6
  84. #1 0x000000000045da14 in string_concat (a=0x7f9851a58010, bb=
  85. 'lange_num_retries": 5, "osapi_compute_link_prefix": "null", "skip_init_host": true, "xenapi_running_timeout": 60, "glance_cache_max_entries": 1000, "rpc_response_timeout": 30, "dhcp_domain": "novalocal", "enable_cells": false, "osapi_compute_ext_list": [], "firewall_driver": "nova.virt.firewall.NoopFirewallDriver", "publish_errors": false, "consoleauth_topic": "consoleauth", "novncproxy_base_url": "http://127.0.0.1:6080/vnc_auto.html", "service_down_time": 60, "logging_exception_prefix": "%(asctime)s TRACE %(name)s %(instance)s", "enabled_apis": ["ec2", "osapi_compute", "osapi_volume", "metadata"], "volume_api_class": "nova.volume.api.API", "xenapi_connection_password": "b3NsPFC6lc", "default_notification_level": "INFO", "scheduler_manager": "nova.scheduler.manager.SchedulerManager", "ec2_port": 8773, "kombu_ssl_ca_certs": "", "monkey_patch_modules": ["nova.api.ec2.cloud:nova.notifier.api.notify_decorator", "nova.compute.api:nova.notifier.api.notify_decorator"], "rabbit_retry_backoff":') at ../Objects/stringobject.c:1008
  86. #2 0x000000000045db85 in PyString_Concat (pv=0x7fffd3e7e2b8, w=<unknown at remote 0x7f986cb28fb8>) at ../Objects/stringobject.c:4234
  87. #3 0x00000000004a1d48 in string_concatenate (v=
  88. 'hted_host": {"host": "compute-10-24-19-74", "weight": 4970.0}, "request_spec": {"num_instances": 1, "block_device_mapping": [], "image": {"status": "active", "name": "CentOS 5.6", "deleted": false, "container_format": "ovf", "created_at": "2012-02-28 19:40:46", "disk_format": "vhd", "updated_at": "2012-05-17 17:14:17", "id": "03318d19-b6e6-4092-9b5c-4758ee0ada60", "owner": "657197", "min_ram": 256, "checksum": "bd3846c25696d283965a81b2957e05f2", "min_disk": 10, "is_public": true, "deleted_at": "null", "properties": {"rax_managed": "false", "os_distro": "centos", "org.openstack__1__os_distro": "org.centos", "os_version": "5.6", "auto_disk_config": "True", "rax_options": "0", "org.openstack__1__os_version": "5.6", "arch": "x86-64", "os_type": "linux", "org.openstack__1__architecture": "x64"}, "size": 385110841}, "instance_type": {"memory_mb": 1024, "root_gb": 40, "deleted_at": "null", "name": "1GB Standard Instance", "deleted": false, "created_at": "null", "ephemeral_gb": 0, "updated_at"', w=
  89. 'lange_num_retries": 5, "osapi_compute_link_prefix": "null", "skip_init_host": true, "xenapi_running_timeout": 60, "glance_cache_max_entries": 1000, "rpc_response_timeout": 30, "dhcp_domain": "novalocal", "enable_cells": false, "osapi_compute_ext_list": [], "firewall_driver": "nova.virt.firewall.NoopFirewallDriver", "publish_errors": false, "consoleauth_topic": "consoleauth", "novncproxy_base_url": "http://127.0.0.1:6080/vnc_auto.html", "service_down_time": 60, "logging_exception_prefix": "%(asctime)s TRACE %(name)s %(instance)s", "enabled_apis": ["ec2", "osapi_compute", "osapi_volume", "metadata"], "volume_api_class": "nova.volume.api.API", "xenapi_connection_password": "b3NsPFC6lc", "default_notification_level": "INFO", "scheduler_manager": "nova.scheduler.manager.SchedulerManager", "ec2_port": 8773, "kombu_ssl_ca_certs": "", "monkey_patch_modules": ["nova.api.ec2.cloud:nova.notifier.api.notify_decorator", "nova.compute.api:nova.notifier.api.notify_decorator"], "rabbit_retry_backoff":', f=<unknown at remote 0x24081573>, next_instr=0x12090a <Address 0x12090a out of bounds>) at ../Python/ceval.c:4583
  90. #4 0x00000000004a7d1a in PyEval_EvalFrameEx (f=
  91. Frame 0x3752100, for file /usr/local/lib/python2.6/dist-packages/amqplib/client_0_8/transport.py, line 264, in _read (self=<_TCPTransport(_read_buffer='hted_host": {"host": "compute-10-24-19-74", "weight": 4970.0}, "request_spec": {"num_instances": 1, "block_device_mapping": [], "image": {"status": "active", "name": "CentOS 5.6", "deleted": false, "container_format": "ovf", "created_at": "2012-02-28 19:40:46", "disk_format": "vhd", "updated_at": "2012-05-17 17:14:17", "id": "03318d19-b6e6-4092-9b5c-4758ee0ada60", "owner": "657197", "min_ram": 256, "checksum": "bd3846c25696d283965a81b2957e05f2", "min_disk": 10, "is_public": true, "deleted_at": "null", "properties": {"rax_managed": "false", "os_distro": "centos", "org.openstack__1__os_distro": "org.centos", "os_version": "5.6", "auto_disk_config": "True", "rax_options": "0", "org.openstack__1__os_version": "5.6", "arch": "x86-64", "os_type": "linux", "org.openstack__1__architecture": "x64"}, "size": 385110841}, "instance_type": {"memory_mb": 1024, "root_gb": 40...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:1408
  92. #5 0x00000000004a84a0 in fast_function (f=
  93. Frame 0x3751f00, for file /usr/local/lib/python2.6/dist-packages/amqplib/client_0_8/transport.py, line 150, in read_frame (self=<_TCPTransport(_read_buffer='hted_host": {"host": "compute-10-24-19-74", "weight": 4970.0}, "request_spec": {"num_instances": 1, "block_device_mapping": [], "image": {"status": "active", "name": "CentOS 5.6", "deleted": false, "container_format": "ovf", "created_at": "2012-02-28 19:40:46", "disk_format": "vhd", "updated_at": "2012-05-17 17:14:17", "id": "03318d19-b6e6-4092-9b5c-4758ee0ada60", "owner": "657197", "min_ram": 256, "checksum": "bd3846c25696d283965a81b2957e05f2", "min_disk": 10, "is_public": true, "deleted_at": "null", "properties": {"rax_managed": "false", "os_distro": "centos", "org.openstack__1__os_distro": "org.centos", "os_version": "5.6", "auto_disk_config": "True", "rax_options": "0", "org.openstack__1__os_version": "5.6", "arch": "x86-64", "os_type": "linux", "org.openstack__1__architecture": "x64"}, "size": 385110841}, "instance_type": {"memory_mb": 1024, "root_gb...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3836
  94. #6 call_function (f=
  95. Frame 0x3751f00, for file /usr/local/lib/python2.6/dist-packages/amqplib/client_0_8/transport.py, line 150, in read_frame (self=<_TCPTransport(_read_buffer='hted_host": {"host": "compute-10-24-19-74", "weight": 4970.0}, "request_spec": {"num_instances": 1, "block_device_mapping": [], "image": {"status": "active", "name": "CentOS 5.6", "deleted": false, "container_format": "ovf", "created_at": "2012-02-28 19:40:46", "disk_format": "vhd", "updated_at": "2012-05-17 17:14:17", "id": "03318d19-b6e6-4092-9b5c-4758ee0ada60", "owner": "657197", "min_ram": 256, "checksum": "bd3846c25696d283965a81b2957e05f2", "min_disk": 10, "is_public": true, "deleted_at": "null", "properties": {"rax_managed": "false", "os_distro": "centos", "org.openstack__1__os_distro": "org.centos", "os_version": "5.6", "auto_disk_config": "True", "rax_options": "0", "org.openstack__1__os_version": "5.6", "arch": "x86-64", "os_type": "linux", "org.openstack__1__architecture": "x64"}, "size": 385110841}, "instance_type": {"memory_mb": 1024, "root_gb...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3771
  96. #7 PyEval_EvalFrameEx (f=
  97. Frame 0x3751f00, for file /usr/local/lib/python2.6/dist-packages/amqplib/client_0_8/transport.py, line 150, in read_frame (self=<_TCPTransport(_read_buffer='hted_host": {"host": "compute-10-24-19-74", "weight": 4970.0}, "request_spec": {"num_instances": 1, "block_device_mapping": [], "image": {"status": "active", "name": "CentOS 5.6", "deleted": false, "container_format": "ovf", "created_at": "2012-02-28 19:40:46", "disk_format": "vhd", "updated_at": "2012-05-17 17:14:17", "id": "03318d19-b6e6-4092-9b5c-4758ee0ada60", "owner": "657197", "min_ram": 256, "checksum": "bd3846c25696d283965a81b2957e05f2", "min_disk": 10, "is_public": true, "deleted_at": "null", "properties": {"rax_managed": "false", "os_distro": "centos", "org.openstack__1__os_distro": "org.centos", "os_version": "5.6", "auto_disk_config": "True", "rax_options": "0", "org.openstack__1__os_version": "5.6", "arch": "x86-64", "os_type": "linux", "org.openstack__1__architecture": "x64"}, "size": 385110841}, "instance_type": {"memory_mb": 1024, "root_gb...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:2412
  98. ---Type <return> to continue, or q <return> to quit---
  99. #8 0x00000000004a84a0 in fast_function (f=
  100. Frame 0x3751950, for file /usr/local/lib/python2.6/dist-packages/amqplib/client_0_8/method_framing.py, line 133, in _next_method (self=<MethodReader(queue=<Queue(unfinished_tasks=70178, queue=<collections.deque at remote 0x35f0ec0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca08>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7f987a57ca08>) at remote 0x371e710>, mutex=<thread.lock at remote 0x7f987a57ca08>, not_full=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca08>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7f987a57ca08>) at remote 0x371e6d0>, not_empty=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3836
  101. #9 call_function (f=
  102. Frame 0x3751950, for file /usr/local/lib/python2.6/dist-packages/amqplib/client_0_8/method_framing.py, line 133, in _next_method (self=<MethodReader(queue=<Queue(unfinished_tasks=70178, queue=<collections.deque at remote 0x35f0ec0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca08>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7f987a57ca08>) at remote 0x371e710>, mutex=<thread.lock at remote 0x7f987a57ca08>, not_full=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca08>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7f987a57ca08>) at remote 0x371e6d0>, not_empty=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3771
  103. #10 PyEval_EvalFrameEx (f=
  104. Frame 0x3751950, for file /usr/local/lib/python2.6/dist-packages/amqplib/client_0_8/method_framing.py, line 133, in _next_method (self=<MethodReader(queue=<Queue(unfinished_tasks=70178, queue=<collections.deque at remote 0x35f0ec0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca08>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7f987a57ca08>) at remote 0x371e710>, mutex=<thread.lock at remote 0x7f987a57ca08>, not_full=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca08>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7f987a57ca08>) at remote 0x371e6d0>, not_empty=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:2412
  105. #11 0x00000000004a84a0 in fast_function (f=
  106. Frame 0x3751780, for file /usr/local/lib/python2.6/dist-packages/amqplib/client_0_8/method_framing.py, line 218, in read_method (self=<MethodReader(queue=<Queue(unfinished_tasks=70178, queue=<collections.deque at remote 0x35f0ec0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca08>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7f987a57ca08>) at remote 0x371e710>, mutex=<thread.lock at remote 0x7f987a57ca08>, not_full=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca08>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7f987a57ca08>) at remote 0x371e6d0>, not_empty=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>,...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3836
  107. #12 call_function (f=
  108. Frame 0x3751780, for file /usr/local/lib/python2.6/dist-packages/amqplib/client_0_8/method_framing.py, line 218, in read_method (self=<MethodReader(queue=<Queue(unfinished_tasks=70178, queue=<collections.deque at remote 0x35f0ec0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca08>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7f987a57ca08>) at remote 0x371e710>, mutex=<thread.lock at remote 0x7f987a57ca08>, not_full=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca08>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7f987a57ca08>) at remote 0x371e6d0>, not_empty=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>,...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3771
  109. #13 PyEval_EvalFrameEx (f=
  110. Frame 0x3751780, for file /usr/local/lib/python2.6/dist-packages/amqplib/client_0_8/method_framing.py, line 218, in read_method (self=<MethodReader(queue=<Queue(unfinished_tasks=70178, queue=<collections.deque at remote 0x35f0ec0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca08>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7f987a57ca08>) at remote 0x371e710>, mutex=<thread.lock at remote 0x7f987a57ca08>, not_full=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca08>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7f987a57ca08>) at remote 0x371e6d0>, not_empty=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca08>,...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:2412
  111. #14 0x00000000004a84a0 in fast_function (f=
  112. Frame 0x38117e0, for file /usr/local/lib/python2.6/dist-packages/kombu/transport/amqplib.py, line 129, in read_timeout (self=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-in method acquire of thread.lock object at ...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3836
  113. #15 call_function (f=
  114. ---Type <return> to continue, or q <return> to quit---
  115. Frame 0x38117e0, for file /usr/local/lib/python2.6/dist-packages/kombu/transport/amqplib.py, line 129, in read_timeout (self=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-in method acquire of thread.lock object at ...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3771
  116. #16 PyEval_EvalFrameEx (f=
  117. Frame 0x38117e0, for file /usr/local/lib/python2.6/dist-packages/kombu/transport/amqplib.py, line 129, in read_timeout (self=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-in method acquire of thread.lock object at ...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:2412
  118. #17 0x00000000004a95c1 in PyEval_EvalCodeEx (co=0x36017b0, globals=<value optimized out>, locals=<value optimized out>, args=0x2, argcount=<value optimized out>, kws=<value optimized out>,
  119. kwcount=0, defs=0x36822a8, defcount=1, closure=0x0) at ../Python/ceval.c:3000
  120. #18 0x00000000004a7752 in fast_function (f=
  121. Frame 0x3809810, for file /usr/local/lib/python2.6/dist-packages/kombu/transport/amqplib.py, line 155, in _wait_multiple (self=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-in method acquire of thread.lock object a...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3846
  122. #19 call_function (f=
  123. Frame 0x3809810, for file /usr/local/lib/python2.6/dist-packages/kombu/transport/amqplib.py, line 155, in _wait_multiple (self=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-in method acquire of thread.lock object a...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3771
  124. #20 PyEval_EvalFrameEx (f=
  125. Frame 0x3809810, for file /usr/local/lib/python2.6/dist-packages/kombu/transport/amqplib.py, line 155, in _wait_multiple (self=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-in method acquire of thread.lock object a...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:2412
  126. #21 0x00000000004a95c1 in PyEval_EvalCodeEx (co=0x3601828, globals=<value optimized out>, locals=<value optimized out>, args=0x4, argcount=<value optimized out>, kws=<value optimized out>,
  127. kwcount=1, defs=0x371e528, defcount=1, closure=0x0) at ../Python/ceval.c:3000
  128. #22 0x00000000004a7752 in fast_function (f=
  129. Frame 0x38095e0, for file /usr/local/lib/python2.6/dist-packages/kombu/transport/amqplib.py, line 97, in drain_events (self=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-in method acquire of thread.lock object at r...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3846
  130. #23 call_function (f=
  131. Frame 0x38095e0, for file /usr/local/lib/python2.6/dist-packages/kombu/transport/amqplib.py, line 97, in drain_events (self=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, ---Type <return> to continue, or q <return> to quit---
  132. alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-in method acquire of thread.lock object at r...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3771
  133. #24 PyEval_EvalFrameEx (f=
  134. Frame 0x38095e0, for file /usr/local/lib/python2.6/dist-packages/kombu/transport/amqplib.py, line 97, in drain_events (self=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-in method acquire of thread.lock object at r...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:2412
  135. #25 0x00000000004a95c1 in PyEval_EvalCodeEx (co=0x3601738, globals=<value optimized out>, locals=<value optimized out>, args=0x2, argcount=<value optimized out>, kws=<value optimized out>,
  136. kwcount=1, defs=0x36821e8, defcount=1, closure=0x0) at ../Python/ceval.c:3000
  137. #26 0x0000000000538b0d in function_call (func=<function at remote 0x371f5f0>, arg=
  138. (<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca80>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7f987a57c...(truncated), kw={'timeout': 1}) at ../Objects/funcobject.c:524
  139. #27 0x000000000041ef47 in PyObject_Call (func=<function at remote 0x371f5f0>, arg=<unknown at remote 0x7f986cb28fb8>, kw=<unknown at remote 0x24081573>) at ../Objects/abstract.c:2492
  140. #28 0x00000000004a6285 in ext_do_call (f=
  141. Frame 0x3809410, for file /usr/local/lib/python2.6/dist-packages/kombu/transport/amqplib.py, line 262, in drain_events (self=<Transport(client=<Connection(_connection=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-i...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:4063
  142. #29 PyEval_EvalFrameEx (f=
  143. Frame 0x3809410, for file /usr/local/lib/python2.6/dist-packages/kombu/transport/amqplib.py, line 262, in drain_events (self=<Transport(client=<Connection(_connection=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-i...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:2452
  144. #30 0x00000000004a95c1 in PyEval_EvalCodeEx (co=0x3607030, globals=<value optimized out>, locals=<value optimized out>, args=0x2, argcount=<value optimized out>, kws=<value optimized out>,
  145. kwcount=1, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3000
  146. #31 0x0000000000538b0d in function_call (func=<function at remote 0x371fc08>, arg=
  147. (<Transport(client=<Connection(_connection=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-in method acquire of thread.lock object at remote 0x7f987a57ca80>, _Condition__waiters=[], release=<built-in method release o...(truncated), kw={'timeout': 1}) at ../Objects/funcobject.c:524
  148. #32 0x000000000041ef47 in PyObject_Call (func=<function at remote 0x371fc08>, arg=<unknown at remote 0x7f986cb28fb8>, kw=<unknown at remote 0x24081573>) at ../Objects/abstract.c:2492
  149. #33 0x00000000004a6285 in ext_do_call (f=
  150. Frame 0x3809240, for file /usr/local/lib/python2.6/dist-packages/kombu/connection.py, line 171, in drain_events (self=<Connection(_connection=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-in method acquire of threa...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:4063
  151. ---Type <return> to continue, or q <return> to quit---
  152. #34 PyEval_EvalFrameEx (f=
  153. Frame 0x3809240, for file /usr/local/lib/python2.6/dist-packages/kombu/connection.py, line 171, in drain_events (self=<Connection(_connection=<Connection(frame_max=131072, known_hosts=u'', method_queue=[], channel_max=65535, version_major=8, server_properties={u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2012 VMware, Inc.', u'capabilities': {}, u'platform': u'Erlang/OTP', u'version': u'2.8.4'}, mechanisms=[u'PLAIN', u'AMQPLAIN'], _method_override={(60, 50): <instancemethod at remote 0x3594640>}, channels={0: <...>, 1: <Channel(no_ack_consumers=set([]), method_queue=[], callbacks={'1': <instancemethod at remote 0x3594aa0>, u'2': <instancemethod at remote 0x35948c0>}, default_ticket=0, alerts=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x35f0fa0>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7f987a57ca80>, acquire=<built-in method acquire of threa...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:2452
  154. #35 0x00000000004a95c1 in PyEval_EvalCodeEx (co=0x287deb8, globals=<value optimized out>, locals=<value optimized out>, args=0x1, argcount=<value optimized out>, kws=<value optimized out>,
  155. kwcount=1, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3000
  156. #36 0x00000000004a7752 in fast_function (f=
  157. Frame 0x3647ea0, for file /usr/local/lib/python2.6/dist-packages/kombu/mixins.py, line 181, in consume (self=<NovaConsumer(restart_limit=<TokenBucket(fill_rate=<float at remote 0x2a542c8>, capacity=<float at remote 0x2a542b0>, _tokens=0, timestamp=<float at remote 0x2a54268>) at remote 0x35e7f50>, connection=<Connection(transport_options={}, login_method=None, hostname='10.180.6.48', userid='guest', insist=False, connect_timeout=5, ssl=False, _transport=<Transport(client=<...>, default_port=5672) at remote 0x33eaa50>, virtual_host='/', declared_entities=set([]), password='guest', port=5672, transport_cls=None) at remote 0x33ea750>, logger=<Logger(name='NovaConsumer', parent=<RootLogger(name='root', parent=None, handlers=[], level=30, disabled=0, propagate=1, filters=[]) at remote 0x299ba70>, handlers=[<NullHandler(lock=<_RLock(_Verbose__verbose=False, _RLock__owner=None, _RLock__block=<thread.lock at remote 0x7f987a57ca50>, _RLock__count=0) at remote 0x33ea890>, formatter=None, filters=[], level=0) at remote ...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3846
  158. #37 call_function (f=
  159. Frame 0x3647ea0, for file /usr/local/lib/python2.6/dist-packages/kombu/mixins.py, line 181, in consume (self=<NovaConsumer(restart_limit=<TokenBucket(fill_rate=<float at remote 0x2a542c8>, capacity=<float at remote 0x2a542b0>, _tokens=0, timestamp=<float at remote 0x2a54268>) at remote 0x35e7f50>, connection=<Connection(transport_options={}, login_method=None, hostname='10.180.6.48', userid='guest', insist=False, connect_timeout=5, ssl=False, _transport=<Transport(client=<...>, default_port=5672) at remote 0x33eaa50>, virtual_host='/', declared_entities=set([]), password='guest', port=5672, transport_cls=None) at remote 0x33ea750>, logger=<Logger(name='NovaConsumer', parent=<RootLogger(name='root', parent=None, handlers=[], level=30, disabled=0, propagate=1, filters=[]) at remote 0x299ba70>, handlers=[<NullHandler(lock=<_RLock(_Verbose__verbose=False, _RLock__owner=None, _RLock__block=<thread.lock at remote 0x7f987a57ca50>, _RLock__count=0) at remote 0x33ea890>, formatter=None, filters=[], level=0) at remote ...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3771
  160. #38 PyEval_EvalFrameEx (f=
  161. Frame 0x3647ea0, for file /usr/local/lib/python2.6/dist-packages/kombu/mixins.py, line 181, in consume (self=<NovaConsumer(restart_limit=<TokenBucket(fill_rate=<float at remote 0x2a542c8>, capacity=<float at remote 0x2a542b0>, _tokens=0, timestamp=<float at remote 0x2a54268>) at remote 0x35e7f50>, connection=<Connection(transport_options={}, login_method=None, hostname='10.180.6.48', userid='guest', insist=False, connect_timeout=5, ssl=False, _transport=<Transport(client=<...>, default_port=5672) at remote 0x33eaa50>, virtual_host='/', declared_entities=set([]), password='guest', port=5672, transport_cls=None) at remote 0x33ea750>, logger=<Logger(name='NovaConsumer', parent=<RootLogger(name='root', parent=None, handlers=[], level=30, disabled=0, propagate=1, filters=[]) at remote 0x299ba70>, handlers=[<NullHandler(lock=<_RLock(_Verbose__verbose=False, _RLock__owner=None, _RLock__block=<thread.lock at remote 0x7f987a57ca50>, _RLock__count=0) at remote 0x33ea890>, formatter=None, filters=[], level=0) at remote ...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:2412
  162. #39 0x00000000005363ce in gen_send_ex (gen=0x33f02d0, arg=0x0, exc=604509555) at ../Objects/genobject.c:84
  163. #40 0x00000000004a34ee in PyEval_EvalFrameEx (f=
  164. Frame 0x367a060, for file /usr/local/lib/python2.6/dist-packages/kombu/mixins.py, line 165, in run (self=<NovaConsumer(restart_limit=<TokenBucket(fill_rate=<float at remote 0x2a542c8>, capacity=<float at remote 0x2a542b0>, _tokens=0, timestamp=<float at remote 0x2a54268>) at remote 0x35e7f50>, connection=<Connection(transport_options={}, login_method=None, hostname='10.180.6.48', userid='guest', insist=False, connect_timeout=5, ssl=False, _transport=<Transport(client=<...>, default_port=5672) at remote 0x33eaa50>, virtual_host='/', declared_entities=set([]), password='guest', port=5672, transport_cls=None) at remote 0x33ea750>, logger=<Logger(name='NovaConsumer', parent=<RootLogger(name='root', parent=None, handlers=[], level=30, disabled=0, propagate=1, filters=[]) at remote 0x299ba70>, handlers=[<NullHandler(lock=<_RLock(_Verbose__verbose=False, _RLock__owner=None, _RLock__block=<thread.lock at remote 0x7f987a57ca50>, _RLock__count=0) at remote 0x33ea890>, formatter=None, filters=[], level=0) at remote 0x37...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:2272
  165. #41 0x00000000004a95c1 in PyEval_EvalCodeEx (co=0x2ad2cd8, globals=<value optimized out>, locals=<value optimized out>, args=0x1, argcount=<value optimized out>, kws=<value optimized out>,
  166. kwcount=0, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3000
  167. #42 0x00000000004a7752 in fast_function (f=
  168. Frame 0x3402c50, for file worker.py, line 129, in run (deployment={'rabbit_userid': 'guest', 'rabbit_port': 5672, 'rabbit_host': '10.180.6.48', 'tenant_id': 1, 'rabbit_virtual_host': '/', 'rabbit_password': 'guest'}, tenant_id=1, host='10.180.6.48', port=5672, user_id='guest', password='guest', virtual_host='/', params={'password': 'guest', 'hostname': '10.180.6.48', 'userid': 'guest', 'port': 5672, 'virtual_host': '/'}, pdb=<module at remote 0x33ce590>, conn=<Connection(transport_options={}, login_method=None, hostname='10.180.6.48', userid='guest', insist=False, connect_timeout=5, ssl=False, _transport=<Transport(client=<...>, default_port=5672) at remote 0x33eaa50>, virtual_host='/', declared_entities=set([]), password='guest', port=5672, transport_cls=None) at remote 0x33ea750>, consumer=<NovaConsumer(restart_limit=<TokenBucket(fill_rate=<float at remote 0x2a542c8>, capacity=<float at remote 0x2a542b0>, _tokens=0, timestamp=<float at remote 0x2a54268>) at remote 0x35e7f50>, connection=<...>, logger=<Logge...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3846
  169. #43 call_function (f=
  170. Frame 0x3402c50, for file worker.py, line 129, in run (deployment={'rabbit_userid': 'guest', 'rabbit_port': 5672, 'rabbit_host': '10.180.6.48', 'tenant_id': 1, 'rabbit_virtual_host': '/', 'rabbit_password': 'guest'}, tenant_id=1, host='10.180.6.48', port=5672, user_id='guest', password='guest', virtual_host='/', params={'password': 'guest', 'hostname': '10.180.6.48', 'userid': ---Type <return> to continue, or q <return> to quit---
  171. 'guest', 'port': 5672, 'virtual_host': '/'}, pdb=<module at remote 0x33ce590>, conn=<Connection(transport_options={}, login_method=None, hostname='10.180.6.48', userid='guest', insist=False, connect_timeout=5, ssl=False, _transport=<Transport(client=<...>, default_port=5672) at remote 0x33eaa50>, virtual_host='/', declared_entities=set([]), password='guest', port=5672, transport_cls=None) at remote 0x33ea750>, consumer=<NovaConsumer(restart_limit=<TokenBucket(fill_rate=<float at remote 0x2a542c8>, capacity=<float at remote 0x2a542b0>, _tokens=0, timestamp=<float at remote 0x2a54268>) at remote 0x35e7f50>, connection=<...>, logger=<Logge...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:3771
  172. #44 PyEval_EvalFrameEx (f=
  173. Frame 0x3402c50, for file worker.py, line 129, in run (deployment={'rabbit_userid': 'guest', 'rabbit_port': 5672, 'rabbit_host': '10.180.6.48', 'tenant_id': 1, 'rabbit_virtual_host': '/', 'rabbit_password': 'guest'}, tenant_id=1, host='10.180.6.48', port=5672, user_id='guest', password='guest', virtual_host='/', params={'password': 'guest', 'hostname': '10.180.6.48', 'userid': 'guest', 'port': 5672, 'virtual_host': '/'}, pdb=<module at remote 0x33ce590>, conn=<Connection(transport_options={}, login_method=None, hostname='10.180.6.48', userid='guest', insist=False, connect_timeout=5, ssl=False, _transport=<Transport(client=<...>, default_port=5672) at remote 0x33eaa50>, virtual_host='/', declared_entities=set([]), password='guest', port=5672, transport_cls=None) at remote 0x33ea750>, consumer=<NovaConsumer(restart_limit=<TokenBucket(fill_rate=<float at remote 0x2a542c8>, capacity=<float at remote 0x2a542b0>, _tokens=0, timestamp=<float at remote 0x2a54268>) at remote 0x35e7f50>, connection=<...>, logger=<Logge...(truncated), throwflag=<value optimized out>) at ../Python/ceval.c:2412
  174. #45 0x00000000004a84a0 in fast_function (f=Frame 0x2858a00, for file worker.py, line 137, in <module> (), throwflag=<value optimized out>) at ../Python/ceval.c:3836
  175. #46 call_function (f=Frame 0x2858a00, for file worker.py, line 137, in <module> (), throwflag=<value optimized out>) at ../Python/ceval.c:3771
  176. #47 PyEval_EvalFrameEx (f=Frame 0x2858a00, for file worker.py, line 137, in <module> (), throwflag=<value optimized out>) at ../Python/ceval.c:2412
  177. #48 0x00000000004a95c1 in PyEval_EvalCodeEx (co=0x7f987a592288, globals=<value optimized out>, locals=<value optimized out>, args=0x0, argcount=<value optimized out>,
  178. kws=<value optimized out>, kwcount=0, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3000
  179. #49 0x00000000004a9692 in PyEval_EvalCode (co=0x7f98489fefb8, globals=<unknown at remote 0x7f986cb28fb8>, locals=<unknown at remote 0x24081573>) at ../Python/ceval.c:541
  180. #50 0x00000000004c98be in run_mod (fp=<value optimized out>, filename=0x7fffd3e80815 "worker.py", start=<value optimized out>, globals=<value optimized out>, locals=<value optimized out>,
  181. closeit=1, flags=0x7fffd3e7fb10) at ../Python/pythonrun.c:1351
  182. #51 PyRun_FileExFlags (fp=<value optimized out>, filename=0x7fffd3e80815 "worker.py", start=<value optimized out>, globals=<value optimized out>, locals=<value optimized out>, closeit=1,
  183. flags=0x7fffd3e7fb10) at ../Python/pythonrun.c:1337
  184. #52 0x00000000004c9ad4 in PyRun_SimpleFileExFlags (fp=<value optimized out>, filename=0x7fffd3e80815 "worker.py", closeit=1, flags=0x7fffd3e7fb10) at ../Python/pythonrun.c:941
  185. #53 0x000000000041a6bd in Py_Main (argc=2052563072, argv=<value optimized out>) at ../Modules/main.c:577
  186. #54 0x00007f987905ac4d in __libc_start_main () from /lib/libc.so.6
  187. #55 0x00000000004198d9 in _start ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement