Advertisement
jnbagale

libunistring test program gdb error message

Feb 7th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. jivs@Dell-E6510:~/toolchain/openwrt-xburst$ ./scripts/remote-gdb 192.168.254.101:9000 ./staging_dir/target-*/root-*/usr/bin/unistrtest
  2. Using target mipsel (uClibc-0.9.32)
  3. GNU gdb (Linaro GDB) 7.2-2011.03-0
  4. Copyright (C) 2010 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  8. and "show warranty" for details.
  9. This GDB was configured as "--host=i686-linux-gnu --target=mipsel-openwrt-linux-uclibc".
  10. For bug reporting instructions, please see:
  11. <http://bugs.launchpad.net/gdb-linaro/>...
  12. Reading symbols from /home/jivs/toolchain/openwrt-xburst/staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/usr/bin/unistrtest...done.
  13. warning: Can not parse XML target description; XML support was disabled at compile time
  14. 0x2b0deeb0 in _start () from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/lib/ld-uClibc.so.0
  15. (gdb) c
  16. Continuing.
  17.  
  18. Program received signal SIGSEGV, Segmentation fault.
  19. 0x2b26c9e4 in strlen ()
  20. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/lib/libc.so.0
  21. (gdb) bt
  22. #0 0x2b26c9e4 in strlen ()
  23. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/lib/libc.so.0
  24. #1 0x2b26b404 in fputs_unlocked ()
  25. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/lib/libc.so.0
  26. #2 0x2b26087c in puts ()
  27. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/lib/libc.so.0
  28. #3 0x004008c0 in main () at main.c:19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement