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