Advertisement
Pointman87

gdfh

Nov 14th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. dcerouter_1046764:/home/danne# gdb /usr/pluto/bin/DCERouter /home/coredump/1/core_DCERouter_1447535429_11
  2. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
  3. Copyright (C) 2012 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 "i686-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Reading symbols from /usr/pluto/bin/DCERouter...done.
  12. [New LWP 26012]
  13. [New LWP 26016]
  14.  
  15. warning: Can't read pathname for load map: Input/output error.
  16. [Thread debugging using libthread_db enabled]
  17. Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  18. Core was generated by `/usr/pluto/bin/DCERouter -h localhost -P 3306 -u root -D pluto_main -l /var/log'.
  19. Program terminated with signal 11, Segmentation fault.
  20. #0 0xb63929b7 in ?? () from /lib/i386-linux-gnu/libc.so.6
  21. (gdb) bt
  22. #0 0xb63929b7 in ?? () from /lib/i386-linux-gnu/libc.so.6
  23. #1 0xb6394edc in malloc () from /lib/i386-linux-gnu/libc.so.6
  24. #2 0xb7396e7f in my_malloc () from /usr/lib/i386-linux-gnu/libmysqlclient.so.18
  25. #3 0xb73756d4 in mysql_init () from /usr/lib/i386-linux-gnu/libmysqlclient.so.18
  26. #4 0x080ce1c1 in db_wrapper_init (db_link=0x0) at ../db_wrapper/db_wrapper.cpp:512
  27. #5 0xb6740f9c in Database_pluto_main::Connect(std::string, std::string, std::string, std::string, int) ()
  28. from /usr/pluto/lib/libpluto_main.so
  29. #6 0x080854ec in DCE::Router::Router (this=0x9187cf8, PK_Device=0, PK_Installation=0, BasePath=...,
  30. DBHost=..., DBUser=..., DBPassword=..., DBName=..., DBPort=3306, ListenPort=3450) at DCERouter.cpp:195
  31. #7 0x0808432b in main (argc=11, argv=0xbf81b014) at Main.cpp:204
  32. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement