[gdal-dev] Getting exception while creating OGR geometry from WKT with huge number of vertices

Nilesh Choure nilesh.gis at gmail.com
Tue Jul 7 02:32:19 EDT 2009


Hi,

I am trying to write features from shape file into DGN file from my
application. I am using swig generated java interfaces. I am able to write
features with point and simple line geometries without any problem but when
it comes across a feature which is either multilinestring or multipolygon
with very large number of vertices more than 2000 it crashes. Following is a
error log generated.

When I debuged gdal implementation and my application I found that the ogr
implementation does create the geometry object but when it returns from the
function it throws following access violation exception. I have searched the
couple of post on net and found that it is related with size of data.

Any help or suggestion in this regard is appreciated.
Please reply if you need more information if above is not sufficient.



******************************
***************************************************************************************************************************************************

#
# An unexpected error has been detected by Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c92ae22, pid=1012,
tid=3452
#
# Java VM: Java HotSpot(TM) Client VM (11.2-b01 mixed mode windows-x86)
# Problematic frame:
# C  [ntdll.dll+0x2ae22]
#
# 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 (0x00397000):  JavaThread "main" [_thread_in_native, id=3452,
stack(0x003b0000,0x00400000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x37363139

Registers:
EAX=0x3332322e, EBX=0x00000000, ECX=0x37363139, EDX=0x00390608
ESP=0x003feb2c, EBP=0x003febe8, ESI=0x295a71f0, EDI=0x00390000
EIP=0x7c92ae22, EFLAGS=0x00010317

Top of Stack: (sp=0x003feb2c)
0x003feb2c:   00397000 295a7210 251a2180 27790000
0x003feb3c:   000009f6 281d2520 00000000 003fec14
0x003feb4c:   27db5b8c 281c7a68 003fec20 27d37ebb
0x003feb5c:   00000000 27d37f29 00390000 00015218
0x003feb6c:   29592008 37363139 00000000 3332322e
0x003feb7c:   295a71f0 00004400 003feae0 000199c0
0x003feb8c:   003febd4 7c90ee18 7c910570 ffffffff
0x003feb9c:   281c7a68 281c7a68 00390000 00000000

Instructions: (pc=0x7c92ae22)
0x7c92ae12:   75 cc 89 75 94 8b 06 89 45 90 8b 4e 04 89 4d 88
0x7c92ae22:   8b 11 3b 50 04 0f 85 93 d1 ff ff 3b d6 0f 85 8b


Stack: [0x003b0000,0x00400000],  sp=0x003feb2c,  free space=314k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
code)
C  [ntdll.dll+0x2ae22]
C  [msvcr71.dll+0x218a]
V  [jvm.dll+0xd029e]
C  [ogrjni.dll+0x72ef]
j
org.gdal.ogr.ogrJNI.CreateGeometryFromWkt(Ljava/lang/String;JLorg/gdal/osr/SpatialReference;)J+0
j
org.gdal.ogr.ogr.CreateGeometryFromWkt(Ljava/lang/String;Lorg/gdal/osr/SpatialReference;)Lorg/gdal/ogr/Geometry;+6
j
com.rolta.gis.catalog.dgn.export.DGNExportHandler.parseGTGeometry(Lcom/vividsolutions/jts/geom/Geometry;)Lorg/gdal/ogr/Geometry;+106
j
com.rolta.gis.catalog.dgn.export.DGNExportHandler.convertGTFeature(Lorg/gdal/ogr/FeatureDefn;Lorg/opengis/feature/simple/SimpleFeature;)Lorg/gdal/ogr/Feature;+67
j
com.rolta.gis.catalog.dgn.export.DGNExportHandler.store(Ljava/io/File;)V+746
j
com.rolta.gis.catalog.dgn.export.DGNExportHandler.export(Lorg/eclipse/swt/widgets/Shell;)Z+59
j  com.rolta.gis.catalog.dgn.export.ui.DGNExportWizardPage.exportLayer()Z+17
j  com.rolta.gis.catalog.dgn.export.ui.DGNExportWizard.performFinish()Z+4
j  org.eclipse.jface.wizard.WizardDialog.finishPressed()V+4
j  org.eclipse.jface.wizard.WizardDialog.buttonPressed(I)V+54
j
org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Lorg/eclipse/swt/events/SelectionEvent;)V+17
j
org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+1003
J
org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
J  org.eclipse.swt.widgets.Display.runDeferredEvents()Z
J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
j
org.eclipse.jface.window.Window.runEventLoop(Lorg/eclipse/swt/widgets/Shell;)V+23
j  org.eclipse.jface.window.Window.open()I+49
j
org.eclipse.ui.internal.handlers.WizardHandler$Export.executeHandler(Lorg/eclipse/core/commands/ExecutionEvent;)V+163
j
org.eclipse.ui.internal.handlers.WizardHandler.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+20
j
org.eclipse.ui.internal.handlers.HandlerProxy.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+33
j
org.eclipse.core.commands.Command.executeWithChecks(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+115
j
org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+21
j
org.eclipse.ui.internal.handlers.HandlerService.executeCommand(Lorg/eclipse/core/commands/ParameterizedCommand;Lorg/eclipse/swt/widgets/Event;)Ljava/lang/Object;+6
j
org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(Lorg/eclipse/core/commands/ParameterizedCommand;Lorg/eclipse/swt/widgets/Event;)Ljava/lang/Object;+6
j
org.eclipse.ui.internal.actions.CommandAction.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V+68
j
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Lorg/eclipse/swt/widgets/Event;Z)V+354
j
org.eclipse.jface.action.ActionContributionItem.access$2(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event;Z)V+3
j
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+60
J
org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j
org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j  org.eclipse.swt.widgets.Display.runDeferredEvents()Z+84
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+59
j
org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
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+23
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
net.refractions.udig.internal.ui.UDIGApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+337
j
com.rolta.gis.launcher.RoltaDGISApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+20
j
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
j
org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j
org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j
org.gdal.ogr.ogrJNI.CreateGeometryFromWkt(Ljava/lang/String;JLorg/gdal/osr/SpatialReference;)J+0
j
org.gdal.ogr.ogr.CreateGeometryFromWkt(Ljava/lang/String;Lorg/gdal/osr/SpatialReference;)Lorg/gdal/ogr/Geometry;+6
j
com.rolta.gis.catalog.dgn.export.DGNExportHandler.parseGTGeometry(Lcom/vividsolutions/jts/geom/Geometry;)Lorg/gdal/ogr/Geometry;+106
j
com.rolta.gis.catalog.dgn.export.DGNExportHandler.convertGTFeature(Lorg/gdal/ogr/FeatureDefn;Lorg/opengis/feature/simple/SimpleFeature;)Lorg/gdal/ogr/Feature;+67
j
com.rolta.gis.catalog.dgn.export.DGNExportHandler.store(Ljava/io/File;)V+746
j
com.rolta.gis.catalog.dgn.export.DGNExportHandler.export(Lorg/eclipse/swt/widgets/Shell;)Z+59
j  com.rolta.gis.catalog.dgn.export.ui.DGNExportWizardPage.exportLayer()Z+17
j  com.rolta.gis.catalog.dgn.export.ui.DGNExportWizard.performFinish()Z+4
j  org.eclipse.jface.wizard.WizardDialog.finishPressed()V+4
j  org.eclipse.jface.wizard.WizardDialog.buttonPressed(I)V+54
j
org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Lorg/eclipse/swt/events/SelectionEvent;)V+17
j
org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+1003
J
org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
J  org.eclipse.swt.widgets.Display.runDeferredEvents()Z
J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
j
org.eclipse.jface.window.Window.runEventLoop(Lorg/eclipse/swt/widgets/Shell;)V+23
j  org.eclipse.jface.window.Window.open()I+49
j
org.eclipse.ui.internal.handlers.WizardHandler$Export.executeHandler(Lorg/eclipse/core/commands/ExecutionEvent;)V+163
j
org.eclipse.ui.internal.handlers.WizardHandler.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+20
j
org.eclipse.ui.internal.handlers.HandlerProxy.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+33
j
org.eclipse.core.commands.Command.executeWithChecks(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+115
j
org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+21
j
org.eclipse.ui.internal.handlers.HandlerService.executeCommand(Lorg/eclipse/core/commands/ParameterizedCommand;Lorg/eclipse/swt/widgets/Event;)Ljava/lang/Object;+6
j
org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(Lorg/eclipse/core/commands/ParameterizedCommand;Lorg/eclipse/swt/widgets/Event;)Ljava/lang/Object;+6
j
org.eclipse.ui.internal.actions.CommandAction.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V+68
j
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Lorg/eclipse/swt/widgets/Event;Z)V+354
j
org.eclipse.jface.action.ActionContributionItem.access$2(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event;Z)V+3
j
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+60
J
org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j
org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j  org.eclipse.swt.widgets.Display.runDeferredEvents()Z+84
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+59
j
org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
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+23
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
net.refractions.udig.internal.ui.UDIGApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+337
j
com.rolta.gis.launcher.RoltaDGISApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+20
j
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
j
org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j
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
j  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 )
  0x29549000 JavaThread "Worker-3" [_thread_blocked, id=5176,
stack(0x2a7d0000,0x2a820000)]
  0x29547400 JavaThread "AWT-Windows" daemon [_thread_in_vm, id=5768,
stack(0x2a780000,0x2a7d0000)]
  0x29541400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2604,
stack(0x2a6e0000,0x2a730000)]
  0x294a5800 JavaThread "Reference Cleaner: 1" [_thread_blocked, id=2516,
stack(0x2a680000,0x2a6d0000)]
  0x2941ac00 JavaThread "pool-3-thread-1" [_thread_blocked, id=4336,
stack(0x2a4a0000,0x2a4f0000)]
  0x29388400 JavaThread "pool-1-thread-1" [_thread_blocked, id=192,
stack(0x29ef0000,0x29f40000)]
  0x2718ec00 JavaThread "Worker-0" [_thread_blocked, id=5664,
stack(0x29980000,0x299d0000)]
  0x27662800 JavaThread "WeakCollectionCleaner" daemon [_thread_blocked,
id=2616, stack(0x28300000,0x28350000)]
  0x274f5400 JavaThread "Timer-0" daemon [_thread_blocked, id=4636,
stack(0x282b0000,0x28300000)]
  0x2718a000 JavaThread "Start Level Event Dispatcher" daemon
[_thread_blocked, id=4396, stack(0x27340000,0x27390000)]
  0x271a7400 JavaThread "Framework Event Dispatcher" daemon
[_thread_blocked, id=3900, stack(0x272f0000,0x27340000)]
  0x2719a800 JavaThread "State Data Manager" daemon [_thread_in_vm, id=1952,
stack(0x272a0000,0x272f0000)]
  0x26c6c800 JavaThread "Low Memory Detector" daemon [_thread_blocked,
id=3308, stack(0x26fb0000,0x27000000)]
  0x26c69c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3616,
stack(0x26f60000,0x26fb0000)]
  0x26c5c800 JavaThread "JDWP Command Reader" daemon [_thread_in_vm,
id=3752, stack(0x26f10000,0x26f60000)]
  0x26c5b000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked,
id=4968, stack(0x26ec0000,0x26f10000)]
  0x26c58800 JavaThread "JDWP Transport Listener: dt_socket" daemon
[_thread_in_vm, id=3092, stack(0x26e70000,0x26ec0000)]
  0x26c4d800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4296,
stack(0x26e00000,0x26e50000)]
  0x26c4c400 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
id=5044, stack(0x26db0000,0x26e00000)]
  0x26c3c800 JavaThread "Finalizer" daemon [_thread_blocked, id=5700,
stack(0x26d60000,0x26db0000)]
  0x26c37c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=496,
stack(0x26d10000,0x26d60000)]
=>0x00397000 JavaThread "main" [_thread_in_native, id=3452,
stack(0x003b0000,0x00400000)]

Other Threads:
  0x26c34400 VMThread [stack: 0x26cc0000,0x26d10000] [id=4004]
  0x26c80400 WatcherThread [stack: 0x27000000,0x27050000] [id=5116]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 2304K, used 414K [0x02970000, 0x02bf0000,
0x050d0000)
  eden space 2048K,   9% used [0x02970000, 0x029a2a60, 0x02b70000)
  from space 256K,  82% used [0x02bb0000, 0x02be5078, 0x02bf0000)
  to   space 256K,   0% used [0x02b70000, 0x02b70000, 0x02bb0000)
 tenured generation   total 29484K, used 20407K [0x050d0000, 0x06d9b000,
0x22970000)
   the space 29484K,  69% used [0x050d0000, 0x064bdf58, 0x064be000,
0x06d9b000)
 compacting perm gen  total 41472K, used 41308K [0x22970000, 0x251f0000,
0x26970000)
   the space 41472K,  99% used [0x22970000, 0x251c7060, 0x251c7200,
0x251f0000)
No shared spaces configured.

Dynamic libraries:
0x00400000 - 0x00424000     C:\java\JDKS\jdk1.6.0_12\bin\javaw.exe
0x7c900000 - 0x7c9b0000     C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f4000     C:\WINDOWS\system32\kernel32.dll
0x77dd0000 - 0x77e6b000     C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f01000     C:\WINDOWS\system32\RPCRT4.dll
0x77d40000 - 0x77dd0000     C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f56000     C:\WINDOWS\system32\GDI32.dll
0x7c340000 - 0x7c396000     C:\java\JDKS\jdk1.6.0_12\jre\bin\msvcr71.dll
0x6d8b0000 - 0x6db06000     C:\java\JDKS\jdk1.6.0_12\jre\bin\client\jvm.dll
0x76b40000 - 0x76b6d000     C:\WINDOWS\system32\WINMM.dll
0x6d340000 - 0x6d348000     C:\java\JDKS\jdk1.6.0_12\jre\bin\hpi.dll
0x76bf0000 - 0x76bfb000     C:\WINDOWS\system32\PSAPI.DLL
0x6d430000 - 0x6d459000     C:\java\JDKS\jdk1.6.0_12\jre\bin\jdwp.dll
0x6d750000 - 0x6d756000     C:\java\JDKS\jdk1.6.0_12\jre\bin\npt.dll
0x6d860000 - 0x6d86c000     C:\java\JDKS\jdk1.6.0_12\jre\bin\verify.dll
0x6d3e0000 - 0x6d3ff000     C:\java\JDKS\jdk1.6.0_12\jre\bin\java.dll
0x6d8a0000 - 0x6d8af000     C:\java\JDKS\jdk1.6.0_12\jre\bin\zip.dll
0x6d2b0000 - 0x6d2b7000     C:\java\JDKS\jdk1.6.0_12\jre\bin\dt_socket.dll
0x71ab0000 - 0x71ac7000     C:\WINDOWS\system32\WS2_32.dll
0x77c10000 - 0x77c68000     C:\WINDOWS\system32\msvcrt.dll
0x71aa0000 - 0x71aa8000     C:\WINDOWS\system32\WS2HELP.dll
0x71a50000 - 0x71a8f000     C:\WINDOWS\System32\mswsock.dll
0x76f20000 - 0x76f47000     C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000     C:\WINDOWS\System32\winrnr.dll
0x76f60000 - 0x76f8c000     C:\WINDOWS\system32\WLDAP32.dll
0x76fc0000 - 0x76fc6000     C:\WINDOWS\system32\rasadhlp.dll
0x662b0000 - 0x66308000     C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 - 0x71a98000     C:\WINDOWS\System32\wshtcpip.dll
0x72000000 - 0x72014000
C:\java\RoltaGISDesktop_7.1.0.8_SDK_16-06-2009\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
0x773d0000 - 0x774d2000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\COMCTL32.dll
0x77f60000 - 0x77fd6000     C:\WINDOWS\system32\SHLWAPI.dll
0x77c00000 - 0x77c08000     C:\WINDOWS\system32\VERSION.dll
0x5ad70000 - 0x5ada8000     C:\WINDOWS\system32\UxTheme.dll
0x27270000 - 0x27298000     C:\WINDOWS\system32\rsaenh.dll
0x769c0000 - 0x76a73000     C:\WINDOWS\system32\USERENV.dll
0x5b860000 - 0x5b8b4000     C:\WINDOWS\system32\netapi32.dll
0x6d6c0000 - 0x6d6d3000     C:\java\JDKS\jdk1.6.0_12\jre\bin\net.dll
0x6d6e0000 - 0x6d6e9000     C:\java\JDKS\jdk1.6.0_12\jre\bin\nio.dll
0x6d0b0000 - 0x6d1fa000     C:\java\JDKS\jdk1.6.0_12\jre\bin\awt.dll
0x73000000 - 0x73026000     C:\WINDOWS\system32\WINSPOOL.DRV
0x76390000 - 0x763ad000     C:\WINDOWS\system32\IMM32.dll
0x774e0000 - 0x7761d000     C:\WINDOWS\system32\ole32.dll
0x277b0000 - 0x277bb000     C:\java\eclipse\jre\bin\clib_jiio_util.dll
0x277d0000 - 0x278dc000     C:\java\eclipse\jre\bin\clib_jiio_sse2.dll
0x278f0000 - 0x27905000     C:\java\eclipse\jre\bin\gdaljni.dll
0x27910000 - 0x2806a000     C:\java\eclipse\jre\bin\gdal14.dll
0x74320000 - 0x7435d000     C:\WINDOWS\system32\ODBC32.dll
0x7c9c0000 - 0x7d1d4000     C:\WINDOWS\system32\SHELL32.dll
0x763b0000 - 0x763f9000     C:\WINDOWS\system32\comdlg32.dll
0x78520000 - 0x785c3000
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_6f74963e\MSVCR90.dll
0x78480000 - 0x7850e000
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_6f74963e\MSVCP90.dll
0x7c3a0000 - 0x7c41b000     C:\WINDOWS\system32\MSVCP71.dll
0x28180000 - 0x28197000     C:\WINDOWS\system32\odbcint.dll
0x28350000 - 0x283a5000
E:\SRC\MyWorkspace\.metadata\.plugins\org.eclipse.pde.core\uDig\org.eclipse.osgi\bundles\937\1\.cp\swt-win32-3449.dll
0x77120000 - 0x771ac000     C:\WINDOWS\system32\OLEAUT32.dll
0x74d90000 - 0x74dfb000     C:\WINDOWS\system32\USP10.dll
0x771b0000 - 0x77256000     C:\WINDOWS\system32\WININET.dll
0x77a80000 - 0x77b14000     C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 - 0x77b32000     C:\WINDOWS\system32\MSASN1.dll
0x283f0000 - 0x28404000
E:\SRC\MyWorkspace\.metadata\.plugins\org.eclipse.pde.core\uDig\org.eclipse.osgi\bundles\937\1\.cp\swt-gdip-win32-3449.dll
0x4ec50000 - 0x4edf3000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.2180_x-ww_522f9f82\gdiplus.dll
0x28440000 - 0x28448000     C:\java\eclipse\bin\rgisf.dll
0x74c80000 - 0x74cac000     C:\WINDOWS\system32\oleacc.dll
0x76080000 - 0x760e5000     C:\WINDOWS\system32\MSVCP60.dll
0x29af0000 - 0x29db5000     C:\WINDOWS\system32\xpsp2res.dll
0x76380000 - 0x76385000     C:\WINDOWS\system32\msimg32.dll
0x76fd0000 - 0x7704f000     C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000     C:\WINDOWS\system32\COMRes.dll
0x77760000 - 0x778cc000     C:\WINDOWS\system32\shdocvw.dll
0x754d0000 - 0x75550000     C:\WINDOWS\system32\CRYPTUI.dll
0x76c30000 - 0x76c5e000     C:\WINDOWS\system32\WINTRUST.dll
0x76c90000 - 0x76cb8000     C:\WINDOWS\system32\IMAGEHLP.dll
0x77fe0000 - 0x77ff1000     C:\WINDOWS\system32\Secur32.dll
0x77260000 - 0x772fc000     C:\WINDOWS\system32\urlmon.dll
0x77b40000 - 0x77b62000     C:\WINDOWS\system32\appHelp.dll
0x77a20000 - 0x77a74000     C:\WINDOWS\System32\cscui.dll
0x76600000 - 0x7661d000     C:\WINDOWS\System32\CSCDLL.dll
0x75f80000 - 0x7607c000     C:\WINDOWS\system32\browseui.dll
0x77920000 - 0x77a13000     C:\WINDOWS\system32\SETUPAPI.dll
0x76980000 - 0x76988000     C:\WINDOWS\system32\LINKINFO.dll
0x76990000 - 0x769b5000     C:\WINDOWS\system32\ntshrui.dll
0x76b20000 - 0x76b31000     C:\WINDOWS\system32\ATL.DLL
0x71b20000 - 0x71b32000     C:\WINDOWS\system32\MPR.dll
0x2a370000 - 0x2a381000     C:\WINDOWS\system32\ccasenp.dll
0x75f60000 - 0x75f67000     C:\WINDOWS\System32\drprov.dll
0x71c10000 - 0x71c1e000     C:\WINDOWS\System32\ntlanman.dll
0x71cd0000 - 0x71ce7000     C:\WINDOWS\System32\NETUI0.dll
0x71c90000 - 0x71cd0000     C:\WINDOWS\System32\NETUI1.dll
0x71c80000 - 0x71c87000     C:\WINDOWS\System32\NETRAP.dll
0x71bf0000 - 0x71c03000     C:\WINDOWS\System32\SAMLIB.dll
0x75f70000 - 0x75f79000     C:\WINDOWS\System32\davclnt.dll
0x6d2e0000 - 0x6d334000     C:\java\JDKS\jdk1.6.0_12\jre\bin\fontmanager.dll
0x4fdd0000 - 0x4ff76000     C:\WINDOWS\system32\d3d9.dll
0x299f0000 - 0x299f6000     C:\WINDOWS\system32\d3d8thk.dll
0x6d250000 - 0x6d273000     C:\java\JDKS\jdk1.6.0_12\jre\bin\dcpr.dll
0x2a970000 - 0x2a982000     C:\java\eclipse\jre\bin\ogrjni.dll

VM Arguments:
jvm_args:
-agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:4046 -Xmx512m
-Dosgi.parentClassloader=ext -Dfile.encoding=Cp1252
java_command: org.eclipse.equinox.launcher.Main -launcher
C:\java\RoltaGISDesktop_7.1.0.8_SDK_16-06-2009\eclipse.exe -name Eclipse
-showsplash 600 -product com.rolta.gis.launcher.RoltaGISFramework -data
E:\SRC\MyWorkspace/../runtime-New_configuration -configuration
file:E:/SRC/MyWorkspace/.metadata/.plugins/org.eclipse.pde.core/uDig/ -dev
file:E:/SRC/MyWorkspace/.metadata/.plugins/org.eclipse.pde.core/uDig/dev.properties
-os win32 -ws win32 -arch x86 -nl en_US -consoleLog -verbose
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\java\JDKS\jdk1.6.0_12
PATH=C:\java\JDKS\jdk1.6.0_12\jre\bin;C:/java/eclipse/jre/bin/client;C:/java/eclipse/jre/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\java\JDKS\jdk1.6.0_12\bin;C:\Ant\bin;C:\Cygwin\bin;C:\Program
Files\Rational\common;C:\Program
Files\Rational\ClearCase\bin;D:\Nilesh\src\RoltaGISFrameWorkLicensing\RoltaGISFrameWorkLicensing\Release
USERNAME=nilesh.choure
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel



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

OS: Windows XP Build 2600 Service Pack 2

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

Memory: 4k page, physical 1046596k(111732k free), swap 3040608k(1900620k
free)

vm_info: Java HotSpot(TM) Client VM (11.2-b01) for windows-x86 JRE
(1.6.0_12-b04), built on Jan 17 2009 09:57:14 by "java_re" with MS VC++ 7.1

time: Mon Jul 06 11:10:42 2009
elapsed time: 3609 seconds

*********************************************************************************************************************************************************************************************


-- 
Thanks & regards,
Nilesh Choure
nilesh.gis at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/gdal-dev/attachments/20090707/a242f24c/attachment-0001.html


More information about the gdal-dev mailing list