Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Scilab 5.1 (WinXP) crashes on plot

397 views
Skip to first unread message

jhgcr...@gmail.com

unread,
Mar 5, 2009, 7:56:13 AM3/5/09
to
Hi,

I'm new to Scilab, but have a lot of experience with matlab. I just
installed Scilab 5.1 on a Windows XP system, and tried a simple plot:

t=0:0.05:7; plot(t, sint(t));

which makes Scilab crash every time. I tried Scilab 5.0.3 with the
same result. How do I find out what causes Scilab to crash? Is there
an error logging somewhere?

Some system information:
- about 5 years old.
- Window XP service pack 3
- Asus motherboard, AMD Athlon XP 2600+ processor
- NVIDIA GeForce FX-5200 graphics card

All help appreciated.

Jeroen Rutten

ycollet

unread,
Mar 5, 2009, 8:02:24 AM3/5/09
to
hello,

Can you try this:

usecanvas(%T);
t=0:0.05:7; plot(t, sin(t));

YC

jhgcr...@gmail.com

unread,
Mar 6, 2009, 3:01:17 AM3/6/09
to
On Mar 5, 2:02 pm, ycollet <ycol...@freesurf.fr> wrote:

> Can you try this:
>
> usecanvas(%T);
> t=0:0.05:7; plot(t, sin(t));

Unfortunately, the statement "usecanvas(%t)" by itself lets Scilab
crash, and so does "usecanvas(%f)".
Any other thing I can try?

JR

ycollet

unread,
Mar 6, 2009, 8:43:47 AM3/6/09
to
I can see 2 things to do:
1 - install the latest nightly build:
http://www.scilab.org/download/index_download.php?page=nightly_builds
2 - if it still doesn't work, launch Scilex instead of WScilex
(WScilex is the program which is launched when you double click on the
scilab icon).
Scilex is in the directory c:\Program Files\scilab-master-xxxxx
\bin\Scilex. You must launch the dos command windows (cmd.exe) before.
Do a "cd ...." to the bin scilab directory and launch Scilex. Then
plot your graphic and see what messages are printed in the dos
console.

YC

ycollet

unread,
Mar 6, 2009, 8:44:45 AM3/6/09
to
Can you also try to update your graphic drivers ? see at http://www.nvidia.com
...

YC

ycollet

unread,
Mar 6, 2009, 8:55:17 AM3/6/09
to
I can see a recent driver on the nvidia website:

GeForce Release 175 WHQL
Version: 175.19
Release Date: July 9, 2008
Operating System: Windows XP, Windows XP Media Center Edition
Language: U.S. English
File Size: 36.8 MB


YC

jhgcr...@gmail.com

unread,
Mar 7, 2009, 6:16:55 AM3/7/09
to
On Mar 6, 2:55 pm, ycollet <ycol...@freesurf.fr> wrote:
> I can see a recent driver on the nvidia website:

I just updated the NVIDIA drivers: problem solved !!!

Thanks for your help!
JR

Vincent Belaïche

unread,
Mar 11, 2009, 3:47:16 PM3/11/09
to
Dear Yann,

I am also experiencing some crashes with WinXP. Probably this is a complete
different issue.

The crashes are not systematic, and I have no trick to reproduce it. The only
thing that I can say is that if I close figures only from the console (e.g. by
typing

delete(gcf())

or

for i=winsid(), delete(scf(i)), end;


then Scilab is pretty stable. But as soon as I close figure by left-clicking
the x button on top-right corner, then it becomes unstable, and crashes sooner
or later.

This problem was not happening with 5.0.3, but with 5.0.3 the update of a
figure was, compared to 5.1, very significantly slower.

After the crashes, it seems that some Java log file is created with names
hs_err_pid1336.log hs_err_pid192.log or hs_err_pid3384.log. I have a few of
them which I can supply. Here is a cut and paste of one (I can submit a bug on
your request):

---8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<--
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c9469aa, pid=1336, tid=2584
#
# Java VM: Java HotSpot(TM) Client VM (11.0-b16 mixed mode windows-x86)
# Problematic frame:
# C [ntdll.dll+0x369aa]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

--------------- T H R E A D ---------------

Current thread (0x070af800): JavaThread "AWT-EventQueue-0"
[_thread_in_native, id=2584, stack(0x07600000,0x07700000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x6e6f6973

Registers:
EAX=0x6e6f6973, EBX=0x0000052c, ECX=0x074f2eb8, EDX=0x73655320
ESP=0x076fdad0, EBP=0x076fdcf0, ESI=0x074f0530, EDI=0x074f0550
EIP=0x7c9469aa, EFLAGS=0x00010246

Top of Stack: (sp=0x076fdad0)
0x076fdad0: 00000000 06fa9010 00000000 076fdacc
0x076fdae0: 076fdd0c 7c91e900 7c920208 ffffffff
0x076fdaf0: 7c920202 7c92017b 7c9201bb 074fb8a0
0x076fdb00: 06fa9010 0a9e9238 0a9e9238 00000000
0x076fdb10: 210de578 00000000 076fdb24 00000000
0x076fdb20: 0000007f 076fdd04 7c929dcd 074f0608
0x076fdb30: 7c929d8a 00000001 0a9e9238 06fa9010
0x076fdb40: 210de750 00000000 076fdba8 03712da1

Instructions: (pc=0x7c9469aa)
0x7c94699a: 11 89 95 64 ff ff ff 8b 40 0c 89 85 5c ff ff ff
0x7c9469aa: 8b 00 3b 42 04 0f 85 12 01 00 00 3b c1 0f 85 0a


Stack: [0x07600000,0x07700000], sp=0x076fdad0, free space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ntdll.dll+0x369aa]
C [OPENGL32.dll+0x25071]
C [OPENGL32.dll+0x79294]
C [OPENGL32.dll+0x7a481]
C [jogl.dll+0x3e91]
j com.sun.opengl.impl.GLImpl.glDeleteLists0(II)V+0
j com.sun.opengl.impl.GLImpl.glDeleteLists(II)V+3
j org.scilab.modules.renderer.DrawableObjectGL.clearDisplayList()V+25
j org.scilab.modules.renderer.DrawableObjectGL.clean(I)V+11
j org.scilab.modules.renderer.ObjectGL.destroy(I)V+15
v ~StubRoutines::call_stub

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.opengl.impl.GLImpl.glDeleteLists0(II)V+0
j com.sun.opengl.impl.GLImpl.glDeleteLists(II)V+3
j org.scilab.modules.renderer.DrawableObjectGL.clearDisplayList()V+25
j org.scilab.modules.renderer.DrawableObjectGL.clean(I)V+11
j org.scilab.modules.renderer.ObjectGL.destroy(I)V+15
v ~StubRoutines::call_stub
j org.scilab.modules.renderer.jni.FigureScilabCallJNI.displayFigure(I)V+0
j org.scilab.modules.renderer.jni.FigureScilabCall.displayFigure(I)V+1
j
org.scilab.modules.renderer.figureDrawing.SciRenderer.display(Ljavax/media/opengl/GLAutoDrawable;)V+89
j
com.sun.opengl.impl.GLDrawableHelper.display(Ljavax/media/opengl/GLAutoDrawable;)V+29
J
javax.media.opengl.GLJPanel$Updater.display(Ljavax/media/opengl/GLAutoDrawable;)V
j javax.media.opengl.GLJPanel$DisplayAction.run()V+11
j
com.sun.opengl.impl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+418
j javax.media.opengl.GLJPanel.paintComponent(Ljava/awt/Graphics;)V+265
J javax.swing.JComponent.paint(Ljava/awt/Graphics;)V
J javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V
J javax.swing.JComponent.paint(Ljava/awt/Graphics;)V
j javax.swing.JLayeredPane.paint(Ljava/awt/Graphics;)V+73
j
org.scilab.modules.gui.bridge.tab.SwingScilabAxes.paint(Ljava/awt/Graphics;)V+37
J javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V
J javax.swing.JComponent.paint(Ljava/awt/Graphics;)V
j javax.swing.JViewport.paint(Ljava/awt/Graphics;)V+205
J javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V
J javax.swing.JComponent.paint(Ljava/awt/Graphics;)V
J javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V
j
org.scilab.modules.gui.bridge.tab.SwingScilabTab.paintChildren(Ljava/awt/Graphics;)V+37
J javax.swing.JComponent.paint(Ljava/awt/Graphics;)V
J javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V
J javax.swing.JComponent.paint(Ljava/awt/Graphics;)V
j org.flexdock.docking.defaults.DefaultDockingPort.paint(Ljava/awt/Graphics;)V+9
J javax.swing.JComponent.paintToOffscreen(Ljava/awt/Graphics;IIIIII)V
J
javax.swing.BufferStrategyPaintManager.paint(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)Z
J
javax.swing.RepaintManager.paint(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)V
J javax.swing.JComponent._paintImmediately(IIII)V
J javax.swing.JComponent.paintImmediately(IIII)V
j org.scilab.modules.gui.bridge.tab.SwingScilabTab.paintImmediately()V+11
j org.scilab.modules.gui.bridge.tab.SwingScilabTab.draw()V+12
j
org.scilab.modules.gui.tab.ScilabTabBridge.draw(Lorg/scilab/modules/gui/tab/Tab;)V+6
j
org.scilab.modules.gui.bridge.ScilabBridge.draw(Lorg/scilab/modules/gui/tab/Tab;)V+1
j org.scilab.modules.gui.tab.ScilabTab.draw()V+1
j
org.scilab.modules.gui.graphicWindow.ScilabRendererProperties.forceDisplay()V+43
j org.scilab.modules.renderer.figureDrawing.DrawableFigureGL.drawCanvas()V+9
j org.scilab.modules.renderer.utils.selection.RubberBox.deactivate()V+25
j org.scilab.modules.gui.events.ScilabRubberBox.endDragging()V+1
j
org.scilab.modules.gui.events.ClickRubberBox.mousePressed(Ljava/awt/event/MouseEvent;)V+21
j
org.scilab.modules.gui.events.ZoomRubberBox.mousePressed(Ljava/awt/event/MouseEvent;)V+22
j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+54
j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
j java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
j java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+562
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
J
java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V
j
java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+126
j java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
J java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
J java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z
j
java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
j
java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x07126c00 JavaThread "Thread-9" [_thread_blocked, id=3528,
stack(0x06e00000,0x06f00000)]
0x0702bc00 JavaThread "Thread-7" [_thread_blocked, id=3212,
stack(0x0b0f0000,0x0b1f0000)]
0x064b5400 JavaThread "Thread-5" [_thread_in_native, id=3380,
stack(0x06600000,0x06700000)]
0x063e7400 JavaThread "Thread-4" [_thread_in_native, id=220,
stack(0x06600000,0x06700000)]
=>0x070af800 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2584,
stack(0x07600000,0x07700000)]
0x0703f800 JavaThread "AWT-Shutdown" [_thread_blocked, id=2600,
stack(0x07500000,0x07600000)]
0x07131800 JavaThread "TimerQueue" daemon [_thread_blocked, id=3968,
stack(0x06d00000,0x06e00000)]
0x063aac00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3116,
stack(0x06700000,0x06800000)]
0x06397800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2512,
stack(0x06500000,0x06600000)]
0x05985000 JavaThread "Low Memory Detector" daemon [_thread_blocked,
id=1148, stack(0x05ff0000,0x060f0000)]
0x05982400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2560,
stack(0x05ef0000,0x05ff0000)]
0x0597d400 JavaThread "Attach Listener" daemon [_thread_blocked, id=3088,
stack(0x05df0000,0x05ef0000)]
0x0597c000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=736,
stack(0x05cf0000,0x05df0000)]
0x0596c400 JavaThread "Finalizer" daemon [_thread_blocked, id=3868,
stack(0x05bf0000,0x05cf0000)]
0x05967c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=4020,
stack(0x05af0000,0x05bf0000)]
0x03556c00 JavaThread "main" [_thread_in_native, id=3020,
stack(0x00030000,0x00130000)]

Other Threads:
0x05962c00 VMThread [stack: 0x059f0000,0x05af0000] [id=4028]
0x05986800 WatcherThread [stack: 0x060f0000,0x061f0000] [id=1652]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 960K, used 682K [0x10370000, 0x10470000, 0x11720000)
eden space 896K, 73% used [0x10370000, 0x10414108, 0x10450000)
from space 64K, 41% used [0x10460000, 0x10466a68, 0x10470000)
to space 64K, 0% used [0x10450000, 0x10450000, 0x10460000)
tenured generation total 11412K, used 9245K [0x11720000, 0x12245000,
0x20370000)
the space 11412K, 81% used [0x11720000, 0x12027750, 0x12027800, 0x12245000)
compacting perm gen total 17408K, used 17303K [0x20370000, 0x21470000,
0x24370000)
the space 17408K, 99% used [0x20370000, 0x21455f90, 0x21456000, 0x21470000)
No shared spaces configured.

Dynamic libraries:
0x00400000 - 0x0040e000 H:\Programme\scilab-5.1\bin\WScilex.exe
0x7c910000 - 0x7c9c6000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c906000 C:\WINDOWS\system32\kernel32.dll
0x78520000 - 0x785c3000
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\MSVCR90.dll
0x7e390000 - 0x7e421000 C:\WINDOWS\system32\USER32.dll
0x77ef0000 - 0x77f39000 C:\WINDOWS\system32\GDI32.dll
0x10000000 - 0x1000f000 H:\Programme\scilab-5.1\bin\GetWindowsVersion.dll
0x76320000 - 0x7633d000 C:\WINDOWS\system32\IMM32.DLL
0x77da0000 - 0x77e4c000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e50000 - 0x77ee2000 C:\WINDOWS\system32\RPCRT4.dll
0x77fc0000 - 0x77fd1000 C:\WINDOWS\system32\Secur32.dll
0x62dc0000 - 0x62dc9000 C:\WINDOWS\system32\LPK.DLL
0x753c0000 - 0x7542b000 C:\WINDOWS\system32\USP10.dll
0x008f0000 - 0x00967000 H:\Programme\scilab-5.1\bin\scilab_windows.dll
0x00970000 - 0x00c15000 H:\Programme\scilab-5.1\bin\Libscilab.dll
0x003d0000 - 0x003e2000 H:\Programme\scilab-5.1\bin\linpack_f.dll
0x00c20000 - 0x00d87000 H:\Programme\scilab-5.1\bin\blasplus.dll
0x77be0000 - 0x77c38000 C:\WINDOWS\system32\msvcrt.dll
0x00d90000 - 0x00de6000 H:\Programme\scilab-5.1\bin\slatec_f.dll
0x00e00000 - 0x00ee9000 H:\Programme\scilab-5.1\bin\libifcoremd.dll
0x00ef0000 - 0x011f8000 H:\Programme\scilab-5.1\bin\libmmd.dll
0x76c40000 - 0x76c68000 C:\WINDOWS\system32\imagehlp.dll
0x01200000 - 0x01371000 H:\Programme\scilab-5.1\bin\lapack.dll
0x01390000 - 0x013b1000 H:\Programme\scilab-5.1\bin\scioutput_stream.dll
0x013d0000 - 0x01405000 H:\Programme\scilab-5.1\bin\fileio.dll
0x01420000 - 0x0142e000 H:\Programme\scilab-5.1\bin\scilocalization.dll
0x01440000 - 0x0145e000 H:\Programme\scilab-5.1\bin\io.dll
0x01470000 - 0x0149e000 H:\Programme\scilab-5.1\bin\io_f.dll
0x014b0000 - 0x014d1000 H:\Programme\scilab-5.1\bin\integer_f.dll
0x014f0000 - 0x01532000 H:\Programme\scilab-5.1\bin\integer.dll
0x01550000 - 0x0157b000 H:\Programme\scilab-5.1\bin\string.dll
0x01590000 - 0x015a7000 H:\Programme\scilab-5.1\bin\string_f.dll
0x015c0000 - 0x015ce000 H:\Programme\scilab-5.1\bin\MALLOC.dll
0x015e0000 - 0x015fb000 H:\Programme\scilab-5.1\bin\pcre.dll
0x01610000 - 0x01622000 H:\Programme\scilab-5.1\bin\libintl.dll
0x01640000 - 0x01661000 H:\Programme\scilab-5.1\bin\tclsci.dll
0x01680000 - 0x0168e000 H:\Programme\scilab-5.1\bin\sciaction_binding.dll
0x016a0000 - 0x01777000 H:\Programme\scilab-5.1\bin\tcl85.dll
0x719f0000 - 0x71a07000 C:\WINDOWS\system32\WS2_32.dll
0x719e0000 - 0x719e8000 C:\WINDOWS\system32\WS2HELP.dll
0x10220000 - 0x10366000 H:\Programme\scilab-5.1\bin\tk85.dll
0x76340000 - 0x7638a000 C:\WINDOWS\system32\COMDLG32.dll
0x58b50000 - 0x58bea000 C:\WINDOWS\system32\COMCTL32.dll
0x7c9d0000 - 0x7d1f5000 C:\WINDOWS\system32\SHELL32.dll
0x77f40000 - 0x77fb6000 C:\WINDOWS\system32\SHLWAPI.dll
0x774a0000 - 0x775dd000 C:\WINDOWS\system32\ole32.dll
0x770e0000 - 0x7716b000 C:\WINDOWS\system32\OLEAUT32.dll
0x017a0000 - 0x01879000 H:\Programme\scilab-5.1\bin\iconv.dll
0x01880000 - 0x0189c000 H:\Programme\scilab-5.1\bin\libshell.dll
0x018b0000 - 0x018ed000 H:\Programme\scilab-5.1\bin\sciconsole.dll
0x01900000 - 0x0191a000 H:\Programme\scilab-5.1\bin\libjvm.dll
0x01930000 - 0x0193f000 H:\Programme\scilab-5.1\bin\dynamiclibrary.dll
0x01950000 - 0x01a3f000 H:\Programme\scilab-5.1\bin\libxml2.dll
0x71a10000 - 0x71a1a000 C:\WINDOWS\system32\WSOCK32.dll
0x01a40000 - 0x01a53000 H:\Programme\scilab-5.1\bin\zlib1.dll
0x01a60000 - 0x01a7d000 H:\Programme\scilab-5.1\bin\scicompletion.dll
0x01a90000 - 0x01b1c000 H:\Programme\scilab-5.1\bin\graphics.dll
0x01b30000 - 0x01caf000 H:\Programme\scilab-5.1\bin\scigui.dll
0x01cc0000 - 0x01f4b000 H:\Programme\scilab-5.1\bin\scirenderer.dll
0x01f60000 - 0x01f74000 H:\Programme\scilab-5.1\bin\doublylinkedlist.dll
0x01f90000 - 0x01f9a000 H:\Programme\scilab-5.1\bin\hashtable.dll
0x01fb0000 - 0x01ff0000 H:\Programme\scilab-5.1\bin\scihistory_manager.dll
0x02000000 - 0x02007000 H:\Programme\scilab-5.1\bin\libst.dll
0x02020000 - 0x0202e000 H:\Programme\scilab-5.1\bin\pvm.dll
0x02040000 - 0x020ec000 H:\Programme\scilab-5.1\bin\slicot_f.dll
0x02100000 - 0x0212b000 H:\Programme\scilab-5.1\bin\linear_algebra_f.dll
0x02140000 - 0x02158000 H:\Programme\scilab-5.1\bin\linear_algebra.dll
0x02170000 - 0x021ca000 H:\Programme\scilab-5.1\bin\dynamic_link.dll
0x021e0000 - 0x021fe000 H:\Programme\scilab-5.1\bin\dynamic_link_f.dll
0x02210000 - 0x02228000 H:\Programme\scilab-5.1\bin\eispack_f.dll
0x02240000 - 0x0225b000 H:\Programme\scilab-5.1\bin\time.dll
0x02270000 - 0x0227e000 H:\Programme\scilab-5.1\bin\fftw.dll
0x02290000 - 0x022de000 H:\Programme\scilab-5.1\bin\sparse_f.dll
0x022f0000 - 0x0235f000 H:\Programme\scilab-5.1\bin\dcd.dll
0x02370000 - 0x02386000 H:\Programme\scilab-5.1\bin\statistics.dll
0x023a0000 - 0x023c2000 H:\Programme\scilab-5.1\bin\windows_tools.dll
0x76ae0000 - 0x76b0f000 C:\WINDOWS\system32\WINMM.dll
0x023e0000 - 0x023f2000 H:\Programme\scilab-5.1\bin\intersci.dll
0x02410000 - 0x024a8000 H:\Programme\scilab-5.1\bin\scigraphic_export.dll
0x02650000 - 0x0266d000 H:\Programme\scilab-5.1\bin\gnu_gettext.dll
0x77390000 - 0x77493000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll
0x5b090000 - 0x5b0c8000 C:\WINDOWS\system32\uxtheme.dll
0x74690000 - 0x746dc000 C:\WINDOWS\system32\MSCTF.dll
0x75140000 - 0x7516e000 C:\WINDOWS\system32\msctfime.ime
0x03240000 - 0x03246000
H:\Programme\scilab-5.1\modules\tclsci\tcl\tcl8.5\reg1.2\tclreg12.dll
0x6d800000 - 0x6da56000 H:\PROGRA~1\scilab-5.1\java\jre\bin\client\jvm.dll
0x7c340000 - 0x7c396000 H:\Programme\scilab-5.1\bin\MSVCR71.dll
0x6d280000 - 0x6d288000 H:\PROGRA~1\scilab-5.1\java\jre\bin\hpi.dll
0x76ba0000 - 0x76bab000 C:\WINDOWS\system32\PSAPI.DLL
0x6d7b0000 - 0x6d7bc000 H:\PROGRA~1\scilab-5.1\java\jre\bin\verify.dll
0x6d320000 - 0x6d33f000 H:\PROGRA~1\scilab-5.1\java\jre\bin\java.dll
0x6d7f0000 - 0x6d7ff000 H:\PROGRA~1\scilab-5.1\java\jre\bin\zip.dll
0x6d000000 - 0x6d138000 H:\Programme\scilab-5.1\java\JRE\bin\awt.dll
0x72f50000 - 0x72f76000 C:\WINDOWS\system32\WINSPOOL.DRV
0x6d220000 - 0x6d274000 H:\Programme\scilab-5.1\java\JRE\bin\fontmanager.dll
0x6d610000 - 0x6d623000 H:\Programme\scilab-5.1\java\JRE\bin\net.dll
0x6d630000 - 0x6d639000 H:\Programme\scilab-5.1\java\JRE\bin\nio.dll
0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
0x76960000 - 0x76a16000 C:\WINDOWS\system32\USERENV.dll
0x6fee0000 - 0x6ff35000 C:\WINDOWS\system32\netapi32.dll
0x71990000 - 0x719d0000 C:\WINDOWS\System32\mswsock.dll
0x76ed0000 - 0x76ef7000 C:\WINDOWS\system32\DNSAPI.dll
0x76f60000 - 0x76f68000 C:\WINDOWS\System32\winrnr.dll
0x76f10000 - 0x76f3d000 C:\WINDOWS\system32\WLDAP32.dll
0x76f70000 - 0x76f76000 C:\WINDOWS\system32\rasadhlp.dll
0x6f5c0000 - 0x6f5c7000 C:\Documents and Settings\vbl\flexdock\RubberBand.dll
0x02b20000 - 0x02b31000 H:\Programme\scilab-5.1\bin\signal_processing.dll
0x02b40000 - 0x02b76000 H:\Programme\scilab-5.1\bin\signal_processing_f.dll
0x06600000 - 0x0664d000 H:\Programme\scilab-5.1\bin\jogl.dll
0x5f070000 - 0x5f13c000 C:\WINDOWS\system32\OPENGL32.dll
0x6cef0000 - 0x6cf11000 C:\WINDOWS\system32\GLU32.dll
0x736b0000 - 0x736fb000 C:\WINDOWS\system32\DDRAW.dll
0x73b10000 - 0x73b16000 C:\WINDOWS\system32\DCIMAN32.dll
0x6d350000 - 0x6d356000 H:\Programme\scilab-5.1\java\JRE\bin\jawt.dll
0x06650000 - 0x06655000 H:\Programme\scilab-5.1\bin\jogl_awt.dll
0x0a690000 - 0x0a8c8000 C:\WINDOWS\system32\iglicd32.dll
0x07400000 - 0x07482000 C:\WINDOWS\system32\igldev32.dll
0x6d160000 - 0x6d18f000 H:\Programme\scilab-5.1\java\JRE\bin\cmm.dll

VM Arguments:
jvm_args: -Djava.library.path=H:/PROGRA~1/scilab-5.1/java/jre
-Djava.compiler=JIT -Xmx256m
java_command: <unknown>
Launcher Type: generic

Environment Variables:
PATH=H:\Programme\scilab-5.1\bin;C:\Program Files\Microsoft Visual Studio
8\Common7\IDE;C:\Program Files\Microsoft Visual Studio 8\VC\bin;C:\Program
Files\Microsoft Visual Studio 8\Common7\Tools;C:\Program Files\Microsoft
Visual Studio 8\SDK\v2.0\bin;C:\Program Files\Microsoft Visual Studio
8\VC\VCPackages;c:\program files\imagemagick-6.4.1-q16;h:\Programme\MiKTeX
2.6\miktex\bin;C:\Program
Files\codeblocks\CB_20070505_rev3935_win32.7z;h:\msys\1.0\bin;h:\msys\1.0\mingw\bin;C:\Program
Files\ARM\ADSv1_2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~1\ULTRAE~1;C:\Program
Files\Hummingbird\Connectivity\10.00\Accessories\;C:\Program
Files\Hummingbird\Connectivity\10.00\NFS Maestro\;CM_HOME/bin;C:\Program
Files\VISA\WinNT\bin;C:\Program Files\IVI\bin;C:\Program
Files\VISA\winnt\agvisa;C:\Program Files\SSH Communications Security\SSH
Secure Shell;
USERNAME=vbl
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 3 Stepping 4, GenuineIntel

--------------- S Y S T E M ---------------

OS: Windows XP Build 2600 Service Pack 3

CPU:total 1 (1 cores per cpu, 1 threads per core) family 15 model 3 stepping
4, cmov, cx8, fxsr, mmx, sse, sse2, sse3

Memory: 4k page, physical 2088432k(799260k free), swap 2709664k(1587580k free)

vm_info: Java HotSpot(TM) Client VM (11.0-b16) for windows-x86 JRE
(1.6.0_11-b03), built on Nov 10 2008 02:15:12 by "java_re" with MS VC++ 7.1

time: Thu Mar 05 14:41:42 2009
elapsed time: 211 seconds


---8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<--

Vincent.

0 new messages