Guest User

Untitled

a guest
Mar 4th, 2011
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. + test -f /home/temp/augeas.git/augeas/src/.libs/lt-augtool
  2. + test != %%%MAGIC variable%%%
  3. + exec /home/temp/augeas.git/augeas/src/.libs/lt-augtool
  4. Segmentation fault (core dumped)
  5. bash-3.2# gdb
  6. GNU gdb 6.0
  7. Copyright 2003 Free Software Foundation, Inc.
  8. GDB is free software, covered by the GNU General Public License, and you are
  9. welcome to change it and/or distribute copies of it under certain conditions.
  10. Type "show copying" to see the conditions.
  11. There is absolutely no warranty for GDB. Type "show warranty" for details.
  12. This GDB was configured as "powerpc-ibm-aix5.1.0.0".
  13. (gdb) file /home/temp/augeas.git/augeas/src/.libs/lt-augtool
  14. Reading symbols from /home/temp/augeas.git/augeas/src/.libs/lt-augtool...done.
  15. (gdb) run
  16. Starting program: /home/temp/augeas.git/augeas/src/.libs/lt-augtool
  17.  
  18. Program received signal SIGSEGV, Segmentation fault.
  19. 0xd35c00e0 in argz_add () from /home/temp/augeas.git/augeas/src/.libs/libaugeas.a(libaugeas.so.0)
  20. (gdb) bt
  21. #0 0xd35c00e0 in argz_add () from /home/temp/augeas.git/augeas/src/.libs/libaugeas.a(libaugeas.so.0)
  22. #1 0xd359b5c0 in aug_init (root=0x20003778 "/", loadpath=0x0, flags=0) at augeas.c:381
  23. #2 0x10002cec in main (argc=1, argv=0x2ff22c44) at augtool.c:1336
  24. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment