Posted to tcl by miguel at Fri Jul 11 11:12:56 GMT 2008view raw

  1. mig@cpq:/home/CVS/fossil/tcl/unix$ ulimit -s
  2. 8192
  3. mig@cpq:/home/CVS/fossil/tcl/unix$ ulimit -S
  4. unlimited
  5. mig@cpq:/home/CVS/fossil/tcl/unix$ ulimit -S 8192
  6. mig@cpq:/home/CVS/fossil/tcl/unix$ ulimit -S
  7. 8192
  8. mig@cpq:/home/CVS/fossil/tcl/unix$ TESTFLAGS="-f NRE.test" make test
  9. LD_LIBRARY_PATH="`pwd`:${LD_LIBRARY_PATH}"; export LD_LIBRARY_PATH; \
  10. TCL_LIBRARY="/home/CVS/fossil/tcl/library"; export TCL_LIBRARY; \
  11. ./tcltest /home/CVS/fossil/tcl/unix/../tests/all.tcl -f NRE.test
  12. Tests running in interp: /home/CVS/fossil/tcl/unix/tcltest
  13. Tests located in: /home/CVS/fossil/tcl/tests
  14. Tests running in: /home/CVS/fossil/tcl/unix
  15. Temporary files stored in /home/CVS/fossil/tcl/unix
  16. Test files run in separate interpreters
  17. Running tests that match: *
  18. Skipping test files that match: l.*.test
  19. Only running test files that match: NRE.test
  20. Tests began at Fri Jul 11 08:10:48 ART 2008
  21. NRE.test
  22.  
  23. Tests ended at Fri Jul 11 08:10:49 ART 2008
  24. all.tcl: Total 16 Passed 16 Skipped 0 Failed 0
  25. Sourced 1 Test Files.
  26. mig@cpq:/home/CVS/fossil/tcl/unix$ ./tcltest /home/CVS/fossil/tcl/tests/NRE.test -verbose pf
  27. ++++ NRE-1.1 PASSED
  28. ++++ NRE-1.2 PASSED
  29. ++++ NRE-1.2.1 PASSED
  30. ++++ NRE-1.3 PASSED
  31. ++++ NRE-2.1 PASSED
  32. ++++ NRE-3.1 PASSED
  33. ++++ NRE-4.1 PASSED
  34. Segmentation fault (core dumped)
  35. mig@cpq:/home/CVS/fossil/tcl/unix$