Advertisement
Guest User

Bug using plot in scilab 5.4.0 on 64 bits Archlinux

a guest
Mar 3rd, 2013
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. Oups. A fatal error has been detected by Scilab.
  2. Your instance will probably crash soon.
  3. Please report a bug on http://bugzilla.scilab.org/ with:
  4. * a sample code which reproduces the issue
  5. * the result of [a, b] = getdebuginfo()
  6. * the following information:
  7. [matias-note:20400] Signal: Abortado (6)
  8. [matias-note:20400] Signal code: (-6)
  9.  
  10. Call stack:
  11. 1: 0x352c5 <gsignal> (/usr/lib/libc.so.6)
  12. 2: 0x36748 <abort> (/usr/lib/libc.so.6)
  13. 3: 0x60e9d <__gnu_cxx::__verbose_terminate_handler()> (/usr/lib/libstdc++.so.6)
  14. 4: 0x5ef96 < > (/usr/lib/libstdc++.so.6)
  15. 5: 0x5efc3 < > (/usr/lib/libstdc++.so.6)
  16. 6: 0x5f1ee < > (/usr/lib/libstdc++.so.6)
  17. 7: 0x1b78b <org_scilab_modules_graphic_objects::CallGraphicController::cloneGraphicObject(JavaVM_*, char const*)> (/usr/lib/scilab/libscigraphic_objects.so.5)
  18. 8: 0x42093 <createNewFigureWithAxes> (/usr/lib/scilab/libscigraphics.so.5)
  19. 9: 0x2a0ed <get_current_figure_property> (/usr/lib/scilab/libscigraphics.so.5)
  20. 10: 0x20997 <sci_get> (/usr/lib/scilab/libscigraphics.so.5)
  21. 11: 0x22709 <gw_graphics> (/usr/lib/scilab/libscigraphics.so.5)
  22. 12: 0x17dab4 <callinterf_> (/usr/lib/scilab/libscilab-cli.so.0)
  23. 13: 0x17e9d9 <scirun_> (/usr/lib/scilab/libscilab-cli.so.0)
  24. 14: 0x176f4c <realmain> (/usr/lib/scilab/libscilab-cli.so.0)
  25. 15: 0x14fa < > (/usr/bin/scilab-bin)
  26. 16: 0x21a15 <__libc_start_main> (/usr/lib/libc.so.6)
  27. 17: 0x187d < > (/usr/bin/scilab-bin)
  28. End of stack
  29.  
  30.  
  31. at line 2 of function gcf called by :
  32. at line 156 of function plot called by :
  33. plot(t,sin(t))
  34.  
  35. !--error 999
  36. Aborting current computation
  37.  
  38. -->[a,b]=getdebuginfo()
  39. b =
  40.  
  41. !Scilab Version: scilab-5.4.0 !
  42. ! !
  43. !Compilation date: Mar 3 2013 !
  44. ! !
  45. !Compilation time: 21:44:37 !
  46. ! !
  47. !Compileur version: 4.7.2 !
  48. ! !
  49. !XML version: 2.8.0 !
  50. ! !
  51. !Compiler Architecture: X64 !
  52. a =
  53.  
  54. !Total memory: 3791980 !
  55. ! !
  56. !Used memory: 3685832 !
  57. ! !
  58. !Free memory: 106148 !
  59. ! !
  60. !Shared memory: 0 !
  61. ! !
  62. !Buffers memory: 186796 !
  63. ! !
  64. !Cached memory: 1770256 !
  65. ! !
  66. !Used -/+ buffers/cache: 1728780 !
  67. ! !
  68. !Free -/+ buffers/cache: 2063200 !
  69. ! !
  70. !Total swap: 3976080 !
  71. ! !
  72. !Used swap: 12 !
  73. ! !
  74. !Free swap: 3976068 !
  75. ! !
  76. !OS version: Linux 3.7.9-2-ARCH !
  77. ! !
  78. !SCI: /usr/share/scilab/ !
  79. ! !
  80. !SCIHOME: /home/matias/.Scilab/scilab-5.4.0 !
  81. ! !
  82. !TMPDIR: /tmp/SCI_TMP_20400_rjKpAf !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement