Posted to tcl by chromebel_ at Wed Mar 03 07:53:48 GMT 2010view raw

  1. www-data@vps:/usr/local/lib/wub/Wub$ gdb `which tclsh8.6`
  2. GNU gdb 6.8-debian
  3. Copyright (C) 2008 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 "i486-linux-gnu"...
  9. (no debugging symbols found)
  10. (gdb) run Application.tcl
  11. Starting program: /usr/bin/tclsh8.6 Application.tcl
  12. (no debugging symbols found)
  13. (no debugging symbols found)
  14. (no debugging symbols found)
  15. (no debugging symbols found)
  16. (no debugging symbols found)
  17. [Thread debugging using libthread_db enabled]
  18. (no debugging symbols found)
  19. (no debugging symbols found)
  20.  
  21. [1]+ Stopped gdb `which tclsh8.6`
  22. www-data@vps:/usr/local/lib/wub/Wub$ fg 1
  23. gdb `which tclsh8.6`
  24. [New Thread 0xb7c5c8c0 (LWP 4015)]
  25. [New Thread 0xb7a5bb90 (LWP 4018)]
  26. (no debugging symbols found)
  27. (no debugging symbols found)
  28. (no debugging symbols found)
  29. (no debugging symbols found)
  30.  
  31. Program received signal SIGTTOU, Stopped (tty output).
  32. [Switching to Thread 0xb7c5c8c0 (LWP 4015)]
  33. 0xb7dcd501 in write () from /lib/libpthread.so.0
  34. (gdb)
  35.  
  36.