You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I check out https://github.com/urbanopt/urbanopt-geojson-gem/tree/os38 bundle install works fine. So does bundle exec rake spec. I want to run measure tests but I can't run them directly either with Ruby or with OpenStudio using openstudio my_test.rb because I need to geojson gem to run the measure.
When I run bundle exec rake openstudio:test_with_openstudio after Starting ruby tests shows up a bunch of dependencies are addd, then ruby gems are activated. I get a seg fault when regexp_parser-2.9.2 is activated. So far I only tested on mac.
This is top of the log file openstudio-2024-08-13-162318.ips {"app_name":"openstudio","timestamp":"2024-08-13 16:23:18.00 -0600","app_version":"","slice_uuid":"bf3d7960-af7b-35d9-a0b9-cbe9534ad1df","build_version":"","platform":1,"share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_version":"macOS 13.6.8 (22G820)","roots_installed":0,"incident_id":"F3B32B7C-0D92-41FB-90CE-5AE08EDA24B5","name":"openstudio"}
The text was updated successfully, but these errors were encountered:
When I check out https://github.com/urbanopt/urbanopt-geojson-gem/tree/os38 bundle install works fine. So does
bundle exec rake spec
. I want to run measure tests but I can't run them directly either with Ruby or with OpenStudio usingopenstudio my_test.rb
because I need to geojson gem to run the measure.When I run
bundle exec rake openstudio:test_with_openstudio
afterStarting ruby tests
shows up a bunch of dependencies are addd, then ruby gems are activated. I get a seg fault whenregexp_parser-2.9.2
is activated. So far I only tested on mac.[ruby] <-2> Activating gem :/ruby/3.2.0/specifications/sqlite3-1.7.2-arm64-darwin.gemspec LoadError: cannot load such file -- /Users/dgoldwas/Documents/github/uo/urbanopt-geojson-gem/.bundle/install/ruby/3.2.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax//Users/dgoldwas/Documents/github/uo/urbanopt-geojson-gem/.bundle/install/ruby/3.2.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/1.8.6.rb stderr: ruby: [BUG] Segmentation fault at 0x00000001029f4100 ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin22]
This is top of the log file
openstudio-2024-08-13-162318.ips
{"app_name":"openstudio","timestamp":"2024-08-13 16:23:18.00 -0600","app_version":"","slice_uuid":"bf3d7960-af7b-35d9-a0b9-cbe9534ad1df","build_version":"","platform":1,"share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_version":"macOS 13.6.8 (22G820)","roots_installed":0,"incident_id":"F3B32B7C-0D92-41FB-90CE-5AE08EDA24B5","name":"openstudio"}
The text was updated successfully, but these errors were encountered: