error reporting Eclipse + LWJGL

Started by Stefano.Cottafavi, September 10, 2009, 11:16:36

Previous topic - Next topic

Stefano.Cottafavi

I'm using Eclipse LWJGL plugin for another plugin I'm developing. I have a view with a OpenGL canvas which is rendered only on mouse movement. My plugin shut down the runtime eclipse with errors, some time after the start when I try to move the mouse and render.

Here's follow the log.
Thanks in advance.

Stefano


#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6959c2a0, pid=5596, tid=5196
#
# JRE version: 6.0_15-b03
# Java VM: Java HotSpot(TM) Client VM (14.1-b02 mixed mode, sharing windows-x86 )
# Problematic frame:
# C  [nvoglnt.dll+0x9c2a0]
#
# 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 (0x003a6800):  JavaThread "main" [_thread_in_native, id=5196, stack(0x008c0000,0x00910000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x695e76f4

Registers:
EAX=0x05d10000, EBX=0x00000000, ECX=0x00000408, EDX=0x695e76f0
ESP=0x0090f388, EBP=0x0090f3c8, ESI=0x0090f3b8, EDI=0x003a6800
EIP=0x6959c2a0, EFLAGS=0x00010206

Top of Stack: (sp=0x0090f388)
0x0090f388:   06357dbe 00000408 00001b01 00e288d3
0x0090f398:   003a6910 0090f3b8 00000408 00001b01
0x0090f3a8:   5f143f0c 00000000 28e3e8b8 00000000
0x0090f3b8:   28eb8030 0090f438 00e15548 1887c4d8
0x0090f3c8:   0090f438 00e156a4 5f143f0c 00000000
0x0090f3d8:   0090f464 6d9edfc0 00000000 188e01ec
0x0090f3e8:   0090f438 00ca8a69 188e01f0 188e01ec
0x0090f3f8:   00000000 0090f464 169d84f8 00000000

Instructions: (pc=0x6959c2a0)
0x6959c290:   64 a1 f0 0b 00 00 8b 90 c8 00 00 00 8b 4c 24 04
0x6959c2a0:   89 4a 04 8b 4c 24 08 89 4a 08 8d 4a 0c c7 02 2c


Stack: [0x008c0000,0x00910000],  sp=0x0090f388,  free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [nvoglnt.dll+0x9c2a0]
J  sc.pwdt.opengl.views.OpenGLView$2.run()V
J  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z
J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
J  org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
j  org.eclipse.ui.internal.Workbench.runUI()I+393
j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$5.run()V+55
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j  org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+84
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub
V  [jvm.dll+0xecfac]
V  [jvm.dll+0x1741d1]
V  [jvm.dll+0xed02d]
V  [jvm.dll+0x18e5eb]
V  [jvm.dll+0x18edf6]
V  [jvm.dll+0x117c03]
C  [java.dll+0x714f]
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114
org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
j  org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v  ~StubRoutines::call_stub
V  [jvm.dll+0xecfac]
V  [jvm.dll+0x1741d1]
V  [jvm.dll+0xed02d]
V  [jvm.dll+0xf5bf5]
V  [jvm.dll+0xfd84d]
C  [javaw.exe+0x2155]
C  [javaw.exe+0x833e]
C  [kernel32.dll+0xb729]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J  org.lwjgl.opengl.GL11.nglPolygonMode(IIJ)V
J  sc.pwdt.opengl.views.OpenGLView$2.run()V
J  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z
J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
J  org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
j  org.eclipse.ui.internal.Workbench.runUI()I+393
j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$5.run()V+55
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j  org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+84
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114
org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
j  org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x03459800 JavaThread "Worker-9" [_thread_blocked, id=6092, stack(0x06810000,0x06860000)]
  0x0335e800 JavaThread "Worker-1" [_thread_blocked, id=560, stack(0x04b00000,0x04b50000)]
  0x03fd3800 JavaThread "Java indexing" daemon [_thread_blocked, id=4148, stack(0x04ab0000,0x04b00000)]
  0x02ffb000 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=5708, stack(0x03690000,0x036e0000)]
  0x02bfa400 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=5652, stack(0x031f0000,0x03240000)]
  0x02eee400 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=5840, stack(0x03180000,0x031d0000)]
  0x02f1e800 JavaThread "State Data Manager" daemon [_thread_blocked, id=208, stack(0x03130000,0x03180000)]
  0x02b68800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4240, stack(0x02de0000,0x02e30000)]
  0x02b62c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5644, stack(0x02d90000,0x02de0000)]
  0x02b61400 JavaThread "Attach Listener" daemon [_thread_blocked, id=6140, stack(0x02d40000,0x02d90000)]
  0x02b60000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4804, stack(0x02cf0000,0x02d40000)]
  0x02b1e000 JavaThread "Finalizer" daemon [_thread_blocked, id=5640, stack(0x02ca0000,0x02cf0000)]
  0x02b1cc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=3856, stack(0x02c50000,0x02ca0000)]
=>0x003a6800 JavaThread "main" [_thread_in_native, id=5196, stack(0x008c0000,0x00910000)]

Other Threads:
  0x02b1b000 VMThread [stack: 0x02c00000,0x02c50000] [id=6104]
  0x02b73000 WatcherThread [stack: 0x02e30000,0x02e80000] [id=4508]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation   total 7936K, used 297K [0x16990000, 0x17220000, 0x17d40000)
  eden space 7104K,   4% used [0x16990000, 0x169da680, 0x17080000)
  from space 832K,   0% used [0x17080000, 0x17080000, 0x17150000)
  to   space 832K,   0% used [0x17150000, 0x17150000, 0x17220000)
tenured generation   total 105000K, used 50168K [0x17d40000, 0x1e3ca000, 0x26990000)
   the space 105000K,  47% used [0x17d40000, 0x1ae3e228, 0x1ae3e400, 0x1e3ca000)
compacting perm gen  total 46336K, used 46281K [0x26990000, 0x296d0000, 0x2a990000)
   the space 46336K,  99% used [0x26990000, 0x296c25d0, 0x296c2600, 0x296d0000)
    ro space 8192K,  63% used [0x2a990000, 0x2aea9920, 0x2aea9a00, 0x2b190000)
    rw space 12288K,  53% used [0x2b190000, 0x2b804dd0, 0x2b804e00, 0x2bd90000)

Dynamic libraries:
0x00400000 - 0x00424000    C:\Programmi\Java\jre6\bin\javaw.exe
0x7c910000 - 0x7c9c8000    C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c901000    C:\WINDOWS\system32\kernel32.dll
0x77f40000 - 0x77feb000    C:\WINDOWS\system32\ADVAPI32.dll
0x77da0000 - 0x77e32000    C:\WINDOWS\system32\RPCRT4.dll
0x77f10000 - 0x77f21000    C:\WINDOWS\system32\Secur32.dll
0x7e390000 - 0x7e421000    C:\WINDOWS\system32\USER32.dll
0x77e40000 - 0x77e89000    C:\WINDOWS\system32\GDI32.dll
0x7c340000 - 0x7c396000    C:\Programmi\Java\jre6\bin\msvcr71.dll
0x6d800000 - 0x6da8b000    C:\Programmi\Java\jre6\bin\client\jvm.dll
0x76b00000 - 0x76b2e000    C:\WINDOWS\system32\WINMM.dll
0x6d7b0000 - 0x6d7bc000    C:\Programmi\Java\jre6\bin\verify.dll
0x6d330000 - 0x6d34f000    C:\Programmi\Java\jre6\bin\java.dll
0x6d290000 - 0x6d298000    C:\Programmi\Java\jre6\bin\hpi.dll
0x76bb0000 - 0x76bbb000    C:\WINDOWS\system32\PSAPI.DLL
0x6d7f0000 - 0x6d7ff000    C:\Programmi\Java\jre6\bin\zip.dll
0x68000000 - 0x68036000    C:\WINDOWS\system32\rsaenh.dll
0x77be0000 - 0x77c38000    C:\WINDOWS\system32\msvcrt.dll
0x76980000 - 0x76a35000    C:\WINDOWS\system32\USERENV.dll
0x5bc70000 - 0x5bcc5000    C:\WINDOWS\system32\netapi32.dll
0x6d610000 - 0x6d623000    C:\Programmi\Java\jre6\bin\net.dll
0x71a30000 - 0x71a47000    C:\WINDOWS\system32\WS2_32.dll
0x71a20000 - 0x71a28000    C:\WINDOWS\system32\WS2HELP.dll
0x719d0000 - 0x71a10000    C:\WINDOWS\System32\mswsock.dll
0x76ee0000 - 0x76f07000    C:\WINDOWS\system32\DNSAPI.dll
0x76f70000 - 0x76f78000    C:\WINDOWS\System32\winrnr.dll
0x76f20000 - 0x76f4d000    C:\WINDOWS\system32\WLDAP32.dll
0x76f80000 - 0x76f86000    C:\WINDOWS\system32\rasadhlp.dll
0x6d630000 - 0x6d639000    C:\Programmi\Java\jre6\bin\nio.dll
0x72000000 - 0x72014000    L:\eclipse35\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
0x773a0000 - 0x774a3000    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.dll
0x77e90000 - 0x77f06000    C:\WINDOWS\system32\SHLWAPI.dll
0x77bd0000 - 0x77bd8000    C:\WINDOWS\system32\VERSION.dll
0x10000000 - 0x10059000    L:\Workspaces\PoliWind\.metadata\.plugins\org.eclipse.pde.core\Eclipse Application 35\org.eclipse.osgi\bundles\305\1\.cp\swt-win32-3550.dll
0x774b0000 - 0x775ed000    C:\WINDOWS\system32\ole32.dll
0x770f0000 - 0x7717b000    C:\WINDOWS\system32\OLEAUT32.dll
0x76360000 - 0x763aa000    C:\WINDOWS\system32\comdlg32.dll
0x7c9d0000 - 0x7d1ee000    C:\WINDOWS\system32\SHELL32.dll
0x76340000 - 0x7635d000    C:\WINDOWS\system32\IMM32.dll
0x74d20000 - 0x74d8b000    C:\WINDOWS\system32\USP10.dll
0x77180000 - 0x7722b000    C:\WINDOWS\system32\WININET.dll
0x77a50000 - 0x77ae6000    C:\WINDOWS\system32\CRYPT32.dll
0x77af0000 - 0x77b02000    C:\WINDOWS\system32\MSASN1.dll
0x746b0000 - 0x746fc000    C:\WINDOWS\system32\MSCTF.dll
0x03770000 - 0x03784000    L:\Workspaces\PoliWind\.metadata\.plugins\org.eclipse.pde.core\Eclipse Application 35\org.eclipse.osgi\bundles\305\1\.cp\swt-gdip-win32-3550.dll
0x4ebd0000 - 0x4ed76000    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.5581_x-ww_dfbc4fc4\gdiplus.dll
0x03a20000 - 0x03a28000    L:\Workspaces\PoliWind\.metadata\.plugins\org.eclipse.pde.core\Eclipse Application 35\org.eclipse.osgi\bundles\54\1\.cp\os\win32\x86\localfile_1_0_0.dll
0x03d50000 - 0x03d8e000    C:\Programmi\Portrait Displays\Pivot Software\winphook.dll
0x5b180000 - 0x5b1b8000    C:\WINDOWS\system32\uxtheme.dll
0x74c10000 - 0x74c3c000    C:\WINDOWS\system32\oleacc.dll
0x76030000 - 0x76095000    C:\WINDOWS\system32\MSVCP60.dll
0x04720000 - 0x049f5000    C:\WINDOWS\system32\xpsp2res.dll
0x76f90000 - 0x7700f000    C:\WINDOWS\system32\CLBCATQ.DLL
0x77010000 - 0x770e2000    C:\WINDOWS\system32\COMRes.dll
0x75d50000 - 0x75de1000    C:\WINDOWS\system32\mlang.dll
0x03db0000 - 0x03dba000    L:\Workspaces\PoliWind\.metadata\.plugins\org.eclipse.pde.core\Eclipse Application 35\org.eclipse.osgi\bundles\305\1\.cp\swt-wgl-win32-3550.dll
0x5f140000 - 0x5f20c000    C:\WINDOWS\system32\OPENGL32.dll
0x5c8a0000 - 0x5c8c1000    C:\WINDOWS\system32\GLU32.dll
0x736d0000 - 0x7371b000    C:\WINDOWS\system32\DDRAW.dll
0x73b30000 - 0x73b36000    C:\WINDOWS\system32\DCIMAN32.dll
0x69500000 - 0x69d88000    C:\WINDOWS\system32\nvoglnt.dll
0x06350000 - 0x063a7000    L:\eclipse35\plugins\org.lwjgl_2.1.0\native\win32\lwjgl.dll
0x76330000 - 0x76335000    C:\WINDOWS\system32\msimg32.dll
0x03d30000 - 0x03d3f000    L:\Workspaces\PoliWind\.metadata\.plugins\org.eclipse.pde.core\Eclipse Application 35\org.eclipse.osgi\bundles\57\1\.cp\jWinHttp-1.0.0.dll
0x4d530000 - 0x4d589000    C:\WINDOWS\system32\WINHTTP.dll
0x76ea0000 - 0x76edc000    C:\WINDOWS\system32\RASAPI32.DLL
0x76e50000 - 0x76e62000    C:\WINDOWS\system32\rasman.dll
0x76e70000 - 0x76e9f000    C:\WINDOWS\system32\TAPI32.dll
0x76e40000 - 0x76e4e000    C:\WINDOWS\system32\rtutils.dll
0x77c40000 - 0x77c64000    C:\WINDOWS\system32\msv1_0.dll
0x76d20000 - 0x76d39000    C:\WINDOWS\system32\iphlpapi.dll
0x6eec0000 - 0x6eee3000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libapr-1.dll
0x6ee50000 - 0x6ee59000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libapriconv-1.dll
0x06b50000 - 0x06c58000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libeay32.dll
0x71a50000 - 0x71a5a000    C:\WINDOWS\system32\WSOCK32.dll
0x067d0000 - 0x06804000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\ssleay32.dll
0x6ee60000 - 0x6ee8f000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libaprutil-1.dll
0x06c60000 - 0x06d75000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\dbghelp.dll
0x06860000 - 0x06873000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libsasl.dll
0x06e80000 - 0x06f26000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libsvn_subr-1.dll
0x76740000 - 0x76749000    C:\WINDOWS\system32\SHFOLDER.dll
0x06880000 - 0x06895000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libsvn_delta-1.dll
0x03280000 - 0x0328d000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libsvn_diff-1.dll
0x06920000 - 0x06955000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libsvn_wc-1.dll
0x06960000 - 0x06980000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libsvn_fs-1.dll
0x06f30000 - 0x06f52000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libsvn_repos-1.dll
0x06f60000 - 0x06fdb000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libsvn_ra-1.dll
0x06fe0000 - 0x07012000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libsvn_client-1.dll
0x07020000 - 0x0704a000    L:\eclipse35\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.3\libsvnjavahl-1.dll

VM Arguments:
jvm_args: -Xms40m -Xmx256m -Declipse.pde.launch=true -Dfile.encoding=Cp1252
java_command: org.eclipse.equinox.launcher.Main -launcher L:\eclipse35\eclipse.exe -name Eclipse -showsplash 600 -product org.eclipse.sdk.ide -data L:\Workspaces\runtime-EclipseApplication(1) -configuration file:L:/Workspaces/PoliWind/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application 35/ -dev file:L:/Workspaces/PoliWind/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application 35/dev.properties -os win32 -ws win32 -arch x86 -nl en_US
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:/Programmi/Java/jre6/bin/client;C:/Programmi/Java/jre6/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programmi\MATLAB\R2008b\bin;C:\Programmi\MATLAB\R2008b\bin\win32;C:\Programmi\GE Fanuc\Proficy Machine Edition\Common\Path;c:\Programmi\Microsoft SQL Server\90\Tools\binn\;C:\Programmi\GE Fanuc\Proficy CIMPLICITY\exe;C:\Programmi\GE Fanuc\Proficy CIMPLICITY\exe
USERNAME=UT-13
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 7, GenuineIntel



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

OS: Windows XP Build 2600 Service Pack 3

CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 23 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1

Memory: 4k page, physical 2096236k(360256k free), swap 4034136k(2264496k free)

vm_info: Java HotSpot(TM) Client VM (14.1-b02) for windows-x86 JRE (1.6.0_15-b03), built on Jul 25 2009 01:22:46 by "java_re" with MS VC++ 7.1

time: Thu Sep 10 12:59:42 2009
elapsed time: 3535 seconds   

Fool Running

It doesn't look like a problem with LWJGL. It looks like something is going wrong when calling GL11.glPolygonMode(), possibly a problem with the LWJGL plugin (I don't have the slightest idea what it does and I don't think its a part of LWJGL :P).
Programmers will, one day, rule the world... and the world won't notice until its too late.Just testing the marquee option ;D