Advertisement
Guest User

Untitled

a guest
Jun 10th, 2010
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. User@laptop ~
  2. $ export DISPLAY=":0.0"
  3.  
  4. User@laptop ~
  5. $ xterm.exe
  6. Warning: Missing charsets in String to FontSet conversion
  7. 2 [main] octave-3.2.4 2576 exception::handle: Exception: STATUS_ACCESS_VIOLATION
  8. 637 [main] octave-3.2.4 2576 open_stackdumpfile: Dumping stack trace to octave-3.2.4.exe.stackdump
  9. 2 [main] octave-3.2.4 4092 exception::handle: Exception: STATUS_ACCESS_VIOLATION
  10. 582 [main] octave-3.2.4 4092 open_stackdumpfile: Dumping stack trace to octave-3.2.4.exe.stackdump
  11. 2 [main] octave-3.2.4 2132 exception::handle: Exception: STATUS_ACCESS_VIOLATION
  12. 594 [main] octave-3.2.4 2132 open_stackdumpfile: Dumping stack trace to octave-3.2.4.exe.stackdump
  13. 2 [main] octave-3.2.4 4024 exception::handle: Exception: STATUS_ACCESS_VIOLATION
  14.  
  15. User@laptop ~
  16. $ octave
  17. GNU Octave, version 3.2.4
  18. Copyright (C) 2009 John W. Eaton and others.
  19. This is free software; see the source code for copying conditions.
  20. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
  21. FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'.
  22.  
  23. Octave was configured for "i686-pc-cygwin".
  24.  
  25. Additional information about Octave is available at http://www.octave.org.
  26.  
  27. Please contribute if you find this software useful.
  28. For more information, visit http://www.octave.org/help-wanted.html
  29.  
  30. Report bugs to <bug@octave.org> (but first, please read
  31. http://www.octave.org/bugs.html to learn how to write a helpful report).
  32.  
  33. For information about changes from previous versions, type `news'.
  34.  
  35. octave:1> image
  36. warning: loadimage is obsolete and will be removed from a future version of Octave; please use imread instead
  37. 2 [main] octave-3.2.4 2644 exception::handle: Exception: STATUS_ACCESS_VIOLATION
  38. 569 [main] octave-3.2.4 2644 open_stackdumpfile: Dumping stack trace to octave-3.2.4.exe.stackdump
  39. 3 [main] octave-3.2.4 1248 exception::handle: Exception: STATUS_ACCESS_VIOLATION
  40. 511 [main] octave-3.2.4 1248 open_stackdumpfile: Dumping stack trace to octave-3.2.4.exe.stackdump
  41. 2 [main] octave-3.2.4 272 exception::handle: Exception: STATUS_ACCESS_VIOLATION
  42. 559 [main] octave-3.2.4 272 open_stackdumpfile: Dumping stack trace to octave-3.2.4.exe.stackdump
  43. 2 [main] octave-3.2.4 872 exception::handle: Exception: STATUS_ACCESS_VIOLATION
  44. 494 [main] octave-3.2.4 872 open_stackdumpfile: Dumping stack trace to octave-3.2.4.exe.stackdump
  45. 3 [main] octave 4020 fork: child 560 - died waiting for dll loading, errno 11
  46. error: popen2: process creation failed -- Resource temporarily unavailable
  47. error: called from:
  48. error: /usr/share/octave/3.2.4/m/plot/__gnuplot_open_stream__.m at line 28, column 44
  49. error: /usr/share/octave/3.2.4/m/plot/gnuplot_drawnow.m at line 85, column 19
  50. octave:2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement