Advertisement
GAMELASTER

Untitled

Jun 22nd, 2015
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. root@maidchan:~/php-skype-master# gdb --args php skype_bot.php
  2. GNU gdb (Debian 7.7.1+dfsg-5) 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 php...(no debugging symbols found)...done.
  17. (gdb) run php skype_bot.php
  18. Starting program: /usr/bin/php php skype_bot.php
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  21. [New Thread 0x7fffecfbd700 (LWP 11957)]
  22. [Thread 0x7fffecfbd700 (LWP 11957) exited]
  23. Could not open input file: php
  24. [Inferior 1 (process 11953) exited with code 01]
  25. (gdb) bt
  26. No stack.
  27. (gdb) run skype_bot.php
  28. Starting program: /usr/bin/php skype_bot.php
  29. [Thread debugging using libthread_db enabled]
  30. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  31. [New Thread 0x7fffecfbd700 (LWP 11960)]
  32. [Thread 0x7fffecfbd700 (LWP 11960) exited]
  33. execute dbus_objprop_get
  34. execute dbus_objprop_get
  35. execute dbus_objprop_get
  36. execute dbus_objprop_get
  37. execute dbus_objprop_get
  38. execute dbus_objprop_get
  39. execute dbus_objprop_get
  40. execute dbus_objprop_get
  41. execute dbus_objprop_get
  42. invoke: NAME ocastadmbot.maidchan
  43. dbusmessage Object
  44. (
  45. [message] => Resource id #20
  46. )
  47. execute dbus_objprop_get
  48. execute dbus_objprop_get
  49.  
  50. Program received signal SIGSEGV, Segmentation fault.
  51. 0x00007ffff169c433 in _dbus_message_resource (obj=0x7fff00000000)
  52. at /root/php-dbus/dbus.c:308
  53. 308 dbus_objprop_get(*obj, "message", tmp, 0);
  54. (gdb) bt
  55. #0 0x00007ffff169c433 in _dbus_message_resource (obj=0x7fff00000000)
  56. at /root/php-dbus/dbus.c:308
  57. #1 0x00007ffff169cb0e in zif_dbus_connection_send_with_reply_and_block (
  58. ht=<optimized out>, return_value=0x7fffec575600,
  59. return_value_ptr=<optimized out>, this_ptr=0x7fffec574888,
  60. return_value_used=<optimized out>) at /root/php-dbus/dbus.c:547
  61. #2 0x00000000006dadda in dtrace_execute_internal ()
  62. #3 0x000000000079a550 in ?? ()
  63. #4 0x0000000000728f80 in execute_ex ()
  64. #5 0x00000000006dac78 in dtrace_execute_ex ()
  65. #6 0x000000000079aa7e in ?? ()
  66. #7 0x0000000000728f80 in execute_ex ()
  67. #8 0x00000000006dac78 in dtrace_execute_ex ()
  68. #9 0x000000000079aa7e in ?? ()
  69. #10 0x0000000000728f80 in execute_ex ()
  70. #11 0x00000000006dac78 in dtrace_execute_ex ()
  71. #12 0x000000000079aa7e in ?? ()
  72. #13 0x0000000000728f80 in execute_ex ()
  73. #14 0x00000000006dac78 in dtrace_execute_ex ()
  74. #15 0x000000000079aa7e in ?? ()
  75. #16 0x0000000000728f80 in execute_ex ()
  76. #17 0x00000000006dac78 in dtrace_execute_ex ()
  77. #18 0x00000000006ed770 in zend_execute_scripts ()
  78. ---Type <return> to continue, or q <return> to quit---
  79. #19 0x0000000000689290 in php_execute_script ()
  80. #20 0x000000000079c4f0 in ?? ()
  81. #21 0x000000000046224d in main ()
  82. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement