Advertisement
jnbagale

guile 2 gdb error message

Feb 7th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 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/guile
  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/guile...(no debugging symbols found)...done.
  13. warning: Can not parse XML target description; XML support was disabled at compile time
  14. 0x2b53aeb0 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 SIGABRT, Aborted.
  19. 0x2b996124 in raise ()
  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 0x2b996124 in raise ()
  23. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/lib/libc.so.0
  24. #1 0x2b98e894 in abort ()
  25. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/lib/libc.so.0
  26. #2 0x2b6318cc in scm_throw ()
  27. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/usr/lib/libguile-2.0.so.22
  28. #3 0x2b625740 in scm_from_stringn ()
  29. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/usr/lib/libguile-2.0.so.22
  30. #4 0x2b62c460 in scm_from_locale_symboln ()
  31. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/usr/lib/libguile-2.0.so.22
  32. #5 0x2b578234 in scm_init_array_handle ()
  33. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/usr/lib/libguile-2.0.so.22
  34. #6 0x2b5bf080 in scm_i_init_guile ()
  35. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/usr/lib/libguile-2.0.so.22
  36. #7 0x2b62e08c in scm_i_init_thread_for_guile ()
  37. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/usr/lib/libguile-2.0.so.22
  38. #8 0x2b62e2b4 in with_guile_and_parent ()
  39. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/usr/lib/libguile-2.0.so.22
  40. #9 0x2b6c7bd8 in GC_call_with_stack_base ()
  41. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/usr/lib/libgc.so.1
  42. #10 0x2b62e500 in scm_with_guile ()
  43. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/usr/lib/libguile-2.0.so.22
  44. #11 0x2b5befdc in scm_boot_guile ()
  45. from /home/jivs/toolchain/openwrt-xburst/scripts/../staging_dir/target-mipsel_uClibc-0.9.32/root-xburst/usr/lib/libguile-2.0.so.22
  46. #12 0x00400b20 in main ()
  47. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement