Advertisement
Guest User

Untitled

a guest
Oct 21st, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. $ gdb /usr/local/php7/bin/php
  2. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  3. Copyright (C) 2014 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from /usr/local/php7/bin/php...done.
  17. (gdb) run test.php
  18. Starting program: /usr/local/php7/bin/php test.php
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  21.  
  22. Program received signal SIGSEGV, Segmentation fault.
  23. get_http_body (stream=stream@entry=0x7fffecc91400, close=close@entry=0,
  24. headers=headers@entry=0x7fffecc9d018 "HTTP/1.1 200 OK\r\nDate: Wed, 21 Oct 2015 14:33:19 GMT\r\nServer: IBM_HTTP_Server\r\nKeep-Alive: timeout=10, max=100\r\nConnection: Keep-Alive\r\nTransfer-Encoding: chunked\r\nContent-Type: text/xml; charset=UTF-"...) at /home/vagrant/php-7.0.0RC5/ext/soap/php_http.c:1422
  25. 1422 http_buf = zend_string_realloc(http_buf, http_buf_size + buf_size, 0);
  26. (gdb) bt
  27. #0 get_http_body (stream=stream@entry=0x7fffecc91400, close=close@entry=0,
  28. headers=headers@entry=0x7fffecc9d018 "HTTP/1.1 200 OK\r\nDate: Wed, 21 Oct 2015 14:33:19 GMT\r\nServer: IBM_HTTP_Server\r\nKeep-Alive: timeout=10, max=100\r\nConnection: Keep-Alive\r\nTransfer-Encoding: chunked\r\nContent-Type: text/xml; charset=UTF-"...) at /home/vagrant/php-7.0.0RC5/ext/soap/php_http.c:1422
  29. #1 0x00000000007033e1 in make_http_soap_request (this_ptr=this_ptr@entry=0x7fffecc13240, buf=<optimized out>, location=<optimized out>, soapaction=<optimized out>, soap_version=<optimized out>,
  30. return_value=return_value@entry=0x7fffffffa7a0) at /home/vagrant/php-7.0.0RC5/ext/soap/php_http.c:1068
  31. #2 0x00000000006ed710 in zim_SoapClient___doRequest (execute_data=<optimized out>, return_value=0x7fffffffa7a0) at /home/vagrant/php-7.0.0RC5/ext/soap/soap.c:3121
  32. #3 0x0000000000837660 in zend_call_function (fci=fci@entry=0x7fffffffa4b0, fci_cache=0x7fffffffa3e0, fci_cache@entry=0x0) at /home/vagrant/php-7.0.0RC5/Zend/zend_execute_API.c:873
  33. #4 0x0000000000837c28 in call_user_function_ex (function_table=function_table@entry=0x0, object=object@entry=0x7fffecc131c0, function_name=function_name@entry=0x7fffffffa570, retval_ptr=retval_ptr@entry=0x7fffffffa7a0,
  34. param_count=param_count@entry=5, params=params@entry=0x7fffffffa5a0, no_separation=no_separation@entry=1, symbol_table=symbol_table@entry=0x0) at /home/vagrant/php-7.0.0RC5/Zend/zend_execute_API.c:679
  35. #5 0x0000000000837c59 in call_user_function (function_table=function_table@entry=0x0, object=object@entry=0x7fffecc131c0, function_name=function_name@entry=0x7fffffffa570, retval_ptr=retval_ptr@entry=0x7fffffffa7a0,
  36. param_count=param_count@entry=5, params=params@entry=0x7fffffffa5a0) at /home/vagrant/php-7.0.0RC5/Zend/zend_execute_API.c:661
  37. #6 0x00000000006f42be in do_request (this_ptr=this_ptr@entry=0x7fffecc131c0, request=request@entry=0x1463050, location=location@entry=0x7fffecc62c00 "http://91.202.112.142/codeserver/ws/services/CodesetService",
  38. action=0x7fffecc02be0 "urn:codeapi:Codeservice#LookupCodes", version=1, one_way=0, response=0x7fffffffa7a0) at /home/vagrant/php-7.0.0RC5/ext/soap/soap.c:2586
  39. #7 0x00000000006f4d54 in do_soap_call (this_ptr=this_ptr@entry=0x7fffecc131c0, function=0x7fffecc029f0 "LookupCodes", arg_count=arg_count@entry=1, real_args=real_args@entry=0x7fffecc60920,
  40. return_value=return_value@entry=0x7fffecc13110, location=0x7fffecc62c00 "http://91.202.112.142/codeserver/ws/services/CodesetService", location@entry=0x0, soap_action=soap_action@entry=0x0, call_uri=call_uri@entry=0x0,
  41. soap_headers=soap_headers@entry=0x0, output_headers=0x0, function_len=<optimized out>, execute_data=<optimized out>) at /home/vagrant/php-7.0.0RC5/ext/soap/soap.c:2736
  42. #8 0x00000000006f5b61 in zim_SoapClient___call (execute_data=<optimized out>, return_value=0x7fffecc13110) at /home/vagrant/php-7.0.0RC5/ext/soap/soap.c:2951
  43. #9 0x00000000008ce6a1 in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER () at /home/vagrant/php-7.0.0RC5/Zend/zend_vm_execute.h:1810
  44. #10 0x0000000000885f9b in execute_ex (ex=<optimized out>) at /home/vagrant/php-7.0.0RC5/Zend/zend_vm_execute.h:414
  45. #11 0x00000000008d6c09 in zend_execute (op_array=<optimized out>, return_value=<optimized out>) at /home/vagrant/php-7.0.0RC5/Zend/zend_vm_execute.h:458
  46. #12 0x0000000000846b47 in zend_execute_scripts (type=type@entry=8, retval=retval@entry=0x0, file_count=file_count@entry=3) at /home/vagrant/php-7.0.0RC5/Zend/zend.c:1428
  47. #13 0x00000000007db2c0 in php_execute_script (primary_file=primary_file@entry=0x7fffffffcf60) at /home/vagrant/php-7.0.0RC5/main/main.c:2471
  48. #14 0x00000000008d8af3 in do_cli (argc=2, argv=0x11c4300) at /home/vagrant/php-7.0.0RC5/sapi/cli/php_cli.c:974
  49. #15 0x00000000004501c0 in main (argc=2, argv=0x11c4300) at /home/vagrant/php-7.0.0RC5/sapi/cli/php_cli.c:1345
  50. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement