Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: Crash with dem_moon.sdf world #2626

Open
peci1 opened this issue Sep 16, 2024 · 0 comments
Open

Windows: Crash with dem_moon.sdf world #2626

peci1 opened this issue Sep 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@peci1
Copy link
Contributor

peci1 commented Sep 16, 2024

Environment

  • OS Version: Win 10
  • Source or binary build? Source, Ionic prerelease

Description

  • Expected behavior: The world loads
  • Actual behavior: I get a segfault.

Steps to reproduce

  1. gz sim dem_moon.sdf -v4 -s
  2. Segfault

Output

Console output
>gz sim dem_moon.sdf -v4 -s
DynamicFactory(): Unable to parse descriptor set from [D:/programming/gz9-ws/gz-ws/install\share\gz\protos\gz-msgs11.gz_desc]
(2024-09-16 14:14:18.417) [info] [gz.cc:337] Gazebo Sim Server v9.0.0~pre1
(2024-09-16 14:14:18.634) [info] [Server.cc:145] Loading SDF world file[D:\programming\gz9-ws\gz-ws\install\share\gz\gz-sim9\worlds\dem_moon.sdf].
(2024-09-16 14:14:19.082) [info] [SystemManager.cc:54] Serving entity system service on [/entity/system/add]
(2024-09-16 14:14:19.105) [info] [LevelManager.cc:641] Loaded level [default]
(2024-09-16 14:14:19.107) [warning] [Util.cc:380] Reading environment variable with _allowEmpty==true is unsupported on Windows.
(2024-09-16 14:14:19.110) [debug] [ServerConfig.cc:1025] Loading (3) plugins from file [C:\Users\Martin Pecka\.gz\sim\9\server.config]
(2024-09-16 14:14:19.115) [info] [SimulationRunner.cc:1626] No systems loaded from SDF, loading defaults
(2024-09-16 14:14:19.167) [debug] [Physics.cc:877] Loaded [gz::physics::dartsim::Plugin] from library [D:\programming\gz9-ws\gz-ws\install\lib\gz-physics-8\engine-plugins\gz-physics-dartsim-plugin.dll]
(2024-09-16 14:14:19.168) [debug] [SystemManager.cc:80] Loaded system [gz::sim::systems::Physics] for entity [1]
(2024-09-16 14:14:19.179) [info] [UserCommands.cc:664] Create service on [/world/dem_heightmap/create]
(2024-09-16 14:14:19.180) [info] [UserCommands.cc:671] Remove service on [/world/dem_heightmap/remove]
(2024-09-16 14:14:19.182) [info] [UserCommands.cc:678] Pose service on [/world/dem_heightmap/set_pose]
(2024-09-16 14:14:19.183) [info] [UserCommands.cc:686] Pose service on [/world/dem_heightmap/set_pose_vector]
(2024-09-16 14:14:19.184) [info] [UserCommands.cc:693] Light configuration service on [/world/dem_heightmap/light_config]
(2024-09-16 14:14:19.186) [info] [UserCommands.cc:719] Physics service on [/world/dem_heightmap/set_physics]
(2024-09-16 14:14:19.188) [info] [UserCommands.cc:727] SphericalCoordinates service on [/world/dem_heightmap/set_spherical_coordinates]
(2024-09-16 14:14:19.189) [info] [UserCommands.cc:736] Enable collision service on [/world/dem_heightmap/enable_collision]
(2024-09-16 14:14:19.190) [info] [UserCommands.cc:745] Disable collision service on [/world/dem_heightmap/disable_collision]
(2024-09-16 14:14:19.191) [info] [UserCommands.cc:754] Material service on [/world/dem_heightmap/visual_config]
(2024-09-16 14:14:19.192) [info] [UserCommands.cc:762] Material service on [/world/dem_heightmap/wheel_slip]
(2024-09-16 14:14:19.193) [debug] [SystemManager.cc:80] Loaded system [gz::sim::systems::UserCommands] for entity [1]
(2024-09-16 14:14:19.200) [debug] [SystemManager.cc:80] Loaded system [gz::sim::systems::SceneBroadcaster] for entity [1]
(2024-09-16 14:14:19.204) [info] [SimulationRunner.cc:260] Serving world controls on [/world/dem_heightmap/control], [/world/dem_heightmap/control/state] and [/world/dem_heightmap/playback/control]
(2024-09-16 14:14:19.206) [info] [SimulationRunner.cc:286] Serving GUI information on [/world/dem_heightmap/gui/info]
(2024-09-16 14:14:19.206) [info] [SimulationRunner.cc:289] World [dem_heightmap] initialized with [1ms] physics profile.
(2024-09-16 14:14:19.208) [info] [SimulationRunner.cc:296] Serving world SDF generation service on [/world/dem_heightmap/generate_world_sdf]
(2024-09-16 14:14:19.209) [info] [ServerPrivate.cc:334] Serving world names on [/gazebo/worlds]
(2024-09-16 14:14:19.210) [info] [ServerPrivate.cc:347] Resource path add service on [/gazebo/resource_paths/add].
(2024-09-16 14:14:19.214) [info] [ServerPrivate.cc:360] Resource path get service on [/gazebo/resource_paths/get].
(2024-09-16 14:14:19.216) [info] [ServerPrivate.cc:375] Resource path resolve service on [/gazebo/resource_paths/resolve].
(2024-09-16 14:14:19.217) [info] [ServerPrivate.cc:389] Resource paths published on [/gazebo/resource_paths].
(2024-09-16 14:14:19.218) [info] [ServerPrivate.cc:402] Server control service on [/server_control].
(2024-09-16 14:14:20.657) [info] [SimulationRunner.cc:743] Found no publishers on /stats, adding root stats topic
(2024-09-16 14:14:20.659) [info] [SimulationRunner.cc:777] Found no publishers on /clock, adding root clock topic
(2024-09-16 14:14:20.661) [debug] [SimulationRunner.cc:542] Creating PostUpdate worker threads: 2
(2024-09-16 14:14:20.662) [debug] [SimulationRunner.cc:553] Creating postupdate worker thread (0)
(2024-09-16 14:14:20.665) [info] [WorldFeatures.cc:72] Using [bullet] collision detector
(2024-09-16 14:14:20.665) [info] [WorldFeatures.cc:177] Using [DantzigBoxedLcpSolver] solver.
(2024-09-16 14:14:20.667) [warning] [WorldFeatures.cc:117] Currently max contacts feature is only supported by the ode collision detector in dartsim.
(2024-09-16 14:14:20.669) [debug] [SDFFeatures.cc:318] Heightmap construction from an SDF has not been implemented yet for dartsim. Use AttachHeightmapShapeFeature to use heightmaps.
(2024-09-16 14:14:20.670) [debug] [SDFFeatures.cc:864] The geometry element of collision [collision] couldn't be created
Warning 1: moon.tif: TIFFFetchNormalTag:ASCII value for tag "GeoASCIIParams" contains null byte in value; value incorrectly truncated during reading due to implementation limitations
ERROR 1: Key GTCitationGeoKey of type ASCII has offset=0 and count=15, but the GeoAsciiParams tag has only 0 values.
ERROR 1: Key GTCitationGeoKey of type ASCII has offset=0 and count=15, but the GeoAsciiParams tag has only 0 values.
Warning 1: moon.tif: GeoTIFF tags apparently corrupt, they are being ignored.
D:/programming/gz9-ws/gz-ws/install/lib/ruby/gz/cmdsim9.rb:492: [BUG] Segmentation fault
ruby 3.3.3 (2024-06-12 revision f1c7b6f435) [x64-mswin64_140]

-- Control frame information -----------------------------------------------
c:0005 p:---- s:0077 e:000076 CFUNC  :call
c:0004 p:0016 s:0048 e:000047 METHOD D:/programming/gz9-ws/gz-ws/install/lib/ruby/gz/cmdsim9.rb:492
c:0003 p:0676 s:0042 e:000041 METHOD D:/programming/gz9-ws/gz-ws/install/lib/ruby/gz/cmdsim9.rb:575
c:0002 p:0542 s:0020 E:000830 EVAL   D:/programming/gz9-ws/gz-ws/install/bin//gz:316 [FINISH]
c:0001 p:0000 s:0003 E:0026e0 DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
D:/programming/gz9-ws/gz-ws/install/bin//gz:316:in `<main>'
D:/programming/gz9-ws/gz-ws/install/lib/ruby/gz/cmdsim9.rb:575:in `execute'
D:/programming/gz9-ws/gz-ws/install/lib/ruby/gz/cmdsim9.rb:492:in `runServer'
D:/programming/gz9-ws/gz-ws/install/lib/ruby/gz/cmdsim9.rb:492:in `call'

-- Threading information ---------------------------------------------------
Total ractor count: 1
Ruby thread count for this ractor: 1

-- C level backtrace information -------------------------------------------
C:\WINDOWS\SYSTEM32\ntdll.dll(ZwWaitForSingleObject+0x14) [0x00007FFABB9CD5E4]
C:\WINDOWS\System32\KERNELBASE.dll(WaitForSingleObjectEx+0x8e) [0x00007FFAB90C920E]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(rb_print_backtrace+0x3e) [0x00007FFA6B4FAEBE]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(rb_vm_bugreport+0x19c) [0x00007FFA6B4FB060]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(rb_bug_for_fatal_signal+0x72) [0x00007FFA6B3F8A7A]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(ruby_signal_name+0x73d) [0x00007FFA6B51BA6D]
C:\WINDOWS\System32\ucrtbase.dll(seh_filter_exe+0x235) [0x00007FFAB9810EF5]
 [0x00007FF699721B9C]
C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll(_C_specific_handler+0x9f) [0x00007FFA8C1CE5CF]
C:\WINDOWS\SYSTEM32\ntdll.dll(_chkstk+0x11f) [0x00007FFABB9D292F]
C:\WINDOWS\SYSTEM32\ntdll.dll(RtlRaiseException+0x484) [0x00007FFABB982554]
C:\WINDOWS\SYSTEM32\ntdll.dll(KiUserExceptionDispatcher+0x2e) [0x00007FFABB9D143E]
D:\programming\gz9-ws\conda\Library\bin\gdal.dll(OGRSpatialReference::operator=+0x27) [0x00007FFA2E1C51F7]
D:\programming\gz9-ws\gz-ws\install\bin\gz-common6-geospatial.dll(gz::common::Dem::GeoReference+0x172) [0x00007FFA8EC62B42]
D:\programming\gz9-ws\gz-ws\install\bin\gz-common6-geospatial.dll(gz::common::Dem::Load+0x684) [0x00007FFA8EC62384]
D:\programming\gz9-ws\gz-ws\install\lib\gz-sim-9\plugins\gz-sim-physics-system.dll(GzPluginHook+0x6931) [0x00007FFA31A2A1F1]
D:\programming\gz9-ws\gz-ws\install\lib\gz-sim-9\plugins\gz-sim-physics-system.dll(GzPluginHook+0x3d44) [0x00007FFA31A27604]
D:\programming\gz9-ws\gz-ws\install\lib\gz-sim-9\plugins\gz-sim-physics-system.dll(GzPluginHook+0x31a7) [0x00007FFA31A26A67]
D:\programming\gz9-ws\gz-ws\install\bin\gz-sim9.dll(gz::sim::v9::SimulationRunner::UpdateSystems+0x132) [0x00007FFA36E634C2]
D:\programming\gz9-ws\gz-ws\install\bin\gz-sim9.dll(gz::sim::v9::SimulationRunner::Step+0xca) [0x00007FFA36E648AA]
D:\programming\gz9-ws\gz-ws\install\bin\gz-sim9.dll(gz::sim::v9::SimulationRunner::Run+0x10ac) [0x00007FFA36E6475C]
D:\programming\gz9-ws\gz-ws\install\bin\gz-sim9.dll(gz::sim::v9::loadPluginInfo+0x2461) [0x00007FFA36E58801]
D:\programming\gz9-ws\gz-ws\install\bin\gz-sim9.dll(gz::sim::v9::Server::Run+0x1ce) [0x00007FFA36E50D0E]
D:\programming\gz9-ws\gz-ws\install\bin\gz-sim9-gz.dll(runServer+0x2567) [0x00007FFA97FC4D27]
D:\programming\gz9-ws\conda\Library\bin\ffi-8.dll(ffi_call_win64+0x41) [0x00007FFAA5654541]
D:\programming\gz9-ws\conda\Library\bin\ffi-8.dll(ffi_call+0x132) [0x00007FFAA5654332]
D:\programming\gz9-ws\conda\Library\bin\ffi-8.dll(ffi_call+0x12) [0x00007FFAA5654212]
D:\programming\gz9-ws\conda\lib\ruby\3.3.0\x64-mswin64_140\fiddle.so(Init_fiddle+0x14f5) [0x00007FFAA6243A2D]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(rb_nogvl+0x136) [0x00007FFA6B4AA74A]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(rb_thread_call_without_gvl+0xe) [0x00007FFA6B4AB51A]
D:\programming\gz9-ws\conda\lib\ruby\3.3.0\x64-mswin64_140\fiddle.so(Init_fiddle+0xf91) [0x00007FFAA62434C9]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(ruby_vm_special_exception_copy+0x30f6) [0x00007FFA6B40DF7A]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(ruby_vm_special_exception_copy+0x2d74) [0x00007FFA6B40DBF8]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(ruby_vm_special_exception_copy+0x2e46) [0x00007FFA6B40DCCA]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(ruby_vm_special_exception_copy+0xe58e) [0x00007FFA6B419412]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(ruby_vm_special_exception_copy+0x913c) [0x00007FFA6B413FC0]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(rb_vm_exec+0x17a) [0x00007FFA6B408B26]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(rb_ec_error_print+0x587) [0x00007FFA6B3F199B]
D:\programming\gz9-ws\conda\bin\x64-vcruntime140-ruby330.dll(ruby_run_node+0x46) [0x00007FFA6B3F426A]
 [0x00007FF69972104A]
 [0x00007FF699721264]
C:\WINDOWS\System32\KERNEL32.DLL(BaseThreadInitThunk+0x14) [0x00007FFABAD67374]

-- Other runtime information -----------------------------------------------

* Loaded script: D:/programming/gz9-ws/gz-ws/install/bin//gz

* Loaded features:

    0 enumerator.so
    1 thread.rb
    2 fiber.so
    3 rational.so
    4 complex.so
    5 ruby2_keywords.rb
    6 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/x64-mswin64_140/enc/encdb.so
    7 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/x64-mswin64_140/enc/trans/transdb.so
    8 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/x64-mswin64_140/rbconfig.rb
    9 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/compatibility.rb
   10 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/defaults.rb
   11 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/deprecate.rb
   12 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/errors.rb
   13 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/unknown_command_spell_checker.rb
   14 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/exceptions.rb
   15 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/basic_specification.rb
   16 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/stub_specification.rb
   17 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/platform.rb
   18 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/specification_record.rb
   19 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/util/list.rb
   20 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/version.rb
   21 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/requirement.rb
   22 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/specification.rb
   23 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/util.rb
   24 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/dependency.rb
   25 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/core_ext/kernel_gem.rb
   26 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/x64-mswin64_140/monitor.so
   27 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/monitor.rb
   28 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems.rb
   29 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/bundled_gems.rb
   30 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/rubygems/path_support.rb
   31 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/error_highlight/version.rb
   32 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/error_highlight/base.rb
   33 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/error_highlight/formatter.rb
   34 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/error_highlight/core_ext.rb
   35 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/error_highlight.rb
   36 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/version.rb
   37 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/core_ext/name_error.rb
   38 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/levenshtein.rb
   39 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/jaro_winkler.rb
   40 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/spell_checker.rb
   41 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
   42 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
   43 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/spell_checkers/name_error_checkers.rb
   44 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/spell_checkers/method_name_checker.rb
   45 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/spell_checkers/key_error_checker.rb
   46 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/spell_checkers/null_checker.rb
   47 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/tree_spell_checker.rb
   48 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/spell_checkers/require_path_checker.rb
   49 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb
   50 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean/formatter.rb
   51 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/did_you_mean.rb
   52 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/syntax_suggest/core_ext.rb
   53 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/optparse.rb
   54 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/versions.rb
   55 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/exception.rb
   56 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/syntax_error.rb
   57 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/x64-mswin64_140/psych.so
   58 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/x64-mswin64_140/stringio.so
   59 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/omap.rb
   60 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/set.rb
   61 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/class_loader.rb
   62 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/scalar_scanner.rb
   63 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/nodes/node.rb
   64 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/nodes/stream.rb
   65 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/nodes/document.rb
   66 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/nodes/sequence.rb
   67 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/nodes/scalar.rb
   68 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/nodes/mapping.rb
   69 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/nodes/alias.rb
   70 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/nodes.rb
   71 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/streaming.rb
   72 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/visitors/visitor.rb
   73 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/visitors/to_ruby.rb
   74 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/visitors/emitter.rb
   75 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/handler.rb
   76 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/tree_builder.rb
   77 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/visitors/yaml_tree.rb
   78 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/json/ruby_events.rb
   79 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/visitors/json_tree.rb
   80 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/visitors/depth_first.rb
   81 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/visitors.rb
   82 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/parser.rb
   83 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/coder.rb
   84 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/core_ext.rb
   85 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/stream.rb
   86 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/json/yaml_events.rb
   87 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/json/tree_builder.rb
   88 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/json/stream.rb
   89 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych/handlers/document_stream.rb
   90 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/psych.rb
   91 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/yaml.rb
   92 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/x64-mswin64_140/fiddle.so
   93 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/fiddle/closure.rb
   94 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/fiddle/function.rb
   95 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/fiddle/version.rb
   96 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/fiddle.rb
   97 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/fiddle/value.rb
   98 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/fiddle/pack.rb
   99 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/fiddle/struct.rb
  100 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/fiddle/cparser.rb
  101 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/fiddle/import.rb
  102 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/x64-mswin64_140/cgi/escape.so
  103 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/cgi/util.rb
  104 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/erb/version.rb
  105 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/x64-mswin64_140/strscan.so
  106 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/erb/compiler.rb
  107 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/erb/def_method.rb
  108 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/x64-mswin64_140/erb/escape.so
  109 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/erb/util.rb
  110 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/erb.rb
  111 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/x64-mswin64_140/pathname.so
  112 D:/programming/gz9-ws/conda/lib/ruby/3.3.0/pathname.rb
  113 D:/programming/gz9-ws/gz-ws/install/lib/ruby/gz/cmdsim9.rb

Might it be some unsupported feature of GDAL from Conda?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Inbox
Development

No branches or pull requests

1 participant