bayornet opened a new issue, #43714:
URL: https://github.com/apache/arrow/issues/43714
### Describe the bug, including details regarding any error messages,
version, and platform.
Hi
When trying to `require 'parquet'` in a rails console, it causes a
segmentation fault.
**/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:187:
[BUG] Segmentation fault at 0x0000000000000010
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-darwin22]**
This seems to be an issue with `go-introspection`.
Here is some of the stacktrace:
```
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:261:in
`block (2 levels) in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`block in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:77:in `block
in repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `loop'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `block
in start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:61:in
`__with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:78:in
`with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:15:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-byebug-3.10.1/lib/pry-byebug/pry_ext.rb:15:in
`start_with_pry_byebug'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_class.rb:194:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:70:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:19:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:102:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/command.rb:28:in
`run'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/invocation.rb:127:in
`invoke_command'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor.rb:527:in `dispatch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command/base.rb:69:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command.rb:48:in
`invoke'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands.rb:18:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from bin/rails:4:in `<main>'
GLib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type
'GITypeTag'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:252:in
`load_object_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow/loader.rb:172:in
`load_object_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:73:in
`load_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:47:in
`block (2 levels) in load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:34:in
`block (2 levels) in each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:33:in
`times'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:33:in
`block in each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:32:in
`each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:32:in
`each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:46:in
`block in load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:644:in
`prepare_class'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:41:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:25:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow/loader.rb:24:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow.rb:29:in
`<module:Arrow>'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow.rb:25:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`block in require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:299:in
`load_dependency'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-parquet-17.0.0/lib/parquet.rb:18:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`block in require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:299:in
`load_dependency'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`require'
from (pry):1:in `__pry__'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:290:in
`eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:290:in
`evaluate_ruby'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:659:in
`handle_line'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:261:in
`block (2 levels) in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`block in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:77:in `block
in repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `loop'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `block
in start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:61:in
`__with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:78:in
`with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:15:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-byebug-3.10.1/lib/pry-byebug/pry_ext.rb:15:in
`start_with_pry_byebug'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_class.rb:194:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:70:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:19:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:102:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/command.rb:28:in
`run'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/invocation.rb:127:in
`invoke_command'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor.rb:527:in `dispatch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command/base.rb:69:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command.rb:48:in
`invoke'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands.rb:18:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from bin/rails:4:in `<main>'
GLib-GObject-WARNING **: invalid class cast from (NULL) pointer to 'GObject'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:252:in
`load_object_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow/loader.rb:172:in
`load_object_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:73:in
`load_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:47:in
`block (2 levels) in load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:34:in
`block (2 levels) in each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:33:in
`times'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:33:in
`block in each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:32:in
`each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:32:in
`each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:46:in
`block in load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:644:in
`prepare_class'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:41:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:25:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow/loader.rb:24:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow.rb:29:in
`<module:Arrow>'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow.rb:25:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`block in require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:299:in
`load_dependency'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-parquet-17.0.0/lib/parquet.rb:18:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`block in require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:299:in
`load_dependency'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`require'
from (pry):1:in `__pry__'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:290:in
`eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:290:in
`evaluate_ruby'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:659:in
`handle_line'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:261:in
`block (2 levels) in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`block in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:77:in `block
in repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `loop'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `block
in start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:61:in
`__with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:78:in
`with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:15:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-byebug-3.10.1/lib/pry-byebug/pry_ext.rb:15:in
`start_with_pry_byebug'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_class.rb:194:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:70:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:19:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:102:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/command.rb:28:in
`run'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/invocation.rb:127:in
`invoke_command'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor.rb:527:in `dispatch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command/base.rb:69:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command.rb:48:in
`invoke'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands.rb:18:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from bin/rails:4:in `<main>'
GLib-GObject-CRITICAL **: g_object_class_list_properties: assertion
'G_IS_OBJECT_CLASS (class)' failed
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:252:in
`load_object_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow/loader.rb:172:in
`load_object_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:73:in
`load_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:47:in
`block (2 levels) in load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:34:in
`block (2 levels) in each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:33:in
`times'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:33:in
`block in each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:32:in
`each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:32:in
`each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:46:in
`block in load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:644:in
`prepare_class'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:41:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:25:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow/loader.rb:24:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow.rb:29:in
`<module:Arrow>'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow.rb:25:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`block in require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:299:in
`load_dependency'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-parquet-17.0.0/lib/parquet.rb:18:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`block in require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:299:in
`load_dependency'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`require'
from (pry):1:in `__pry__'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:290:in
`eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:290:in
`evaluate_ruby'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:659:in
`handle_line'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:261:in
`block (2 levels) in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`block in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:77:in `block
in repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `loop'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `block
in start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:61:in
`__with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:78:in
`with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:15:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-byebug-3.10.1/lib/pry-byebug/pry_ext.rb:15:in
`start_with_pry_byebug'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_class.rb:194:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:70:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:19:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:102:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/command.rb:28:in
`run'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/invocation.rb:127:in
`invoke_command'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor.rb:527:in `dispatch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command/base.rb:69:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command.rb:48:in
`invoke'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands.rb:18:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from bin/rails:4:in `<main>'
GLib-GObject-CRITICAL **: g_type_class_unref: assertion 'g_class != NULL'
failed
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:252:in
`load_object_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow/loader.rb:172:in
`load_object_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:73:in
`load_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:47:in
`block (2 levels) in load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:34:in
`block (2 levels) in each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:33:in
`times'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:33:in
`block in each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:32:in
`each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:32:in
`each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:46:in
`block in load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:644:in
`prepare_class'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:41:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:25:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow/loader.rb:24:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow.rb:29:in
`<module:Arrow>'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow.rb:25:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`block in require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:299:in
`load_dependency'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-parquet-17.0.0/lib/parquet.rb:18:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`block in require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:299:in
`load_dependency'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`require'
from (pry):1:in `__pry__'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:290:in
`eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:290:in
`evaluate_ruby'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:659:in
`handle_line'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:261:in
`block (2 levels) in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`block in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:77:in `block
in repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `loop'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `block
in start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:61:in
`__with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:78:in
`with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:15:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-byebug-3.10.1/lib/pry-byebug/pry_ext.rb:15:in
`start_with_pry_byebug'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_class.rb:194:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:70:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:19:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:102:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/command.rb:28:in
`run'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/invocation.rb:127:in
`invoke_command'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor.rb:527:in `dispatch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command/base.rb:69:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command.rb:48:in
`invoke'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands.rb:18:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from bin/rails:4:in `<main>'
GLib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type
'GBytes'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:187:in
`define_enum'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:218:in
`load_enum_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:71:in
`load_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:47:in
`block (2 levels) in load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:34:in
`block (2 levels) in each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:33:in
`times'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:33:in
`block in each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:32:in
`each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:32:in
`each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:46:in
`block in load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:644:in
`prepare_class'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:41:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:25:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow/loader.rb:24:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow.rb:29:in
`<module:Arrow>'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow.rb:25:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`block in require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:299:in
`load_dependency'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-parquet-17.0.0/lib/parquet.rb:18:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`block in require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:299:in
`load_dependency'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`require'
from (pry):1:in `__pry__'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:290:in
`eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:290:in
`evaluate_ruby'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:659:in
`handle_line'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:261:in
`block (2 levels) in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`block in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:77:in `block
in repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `loop'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `block
in start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:61:in
`__with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:78:in
`with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:15:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-byebug-3.10.1/lib/pry-byebug/pry_ext.rb:15:in
`start_with_pry_byebug'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_class.rb:194:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:70:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:19:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:102:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/command.rb:28:in
`run'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/invocation.rb:127:in
`invoke_command'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor.rb:527:in `dispatch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command/base.rb:69:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command.rb:48:in
`invoke'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands.rb:18:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from bin/rails:4:in `<main>'
GLib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type
'GBytes'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:187:in
`define_enum'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:218:in
`load_enum_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:71:in
`load_info'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:47:in
`block (2 levels) in load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:34:in
`block (2 levels) in each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:33:in
`times'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:33:in
`block in each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:32:in
`each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/repository.rb:32:in
`each'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:46:in
`block in load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:644:in
`prepare_class'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:41:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:25:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow/loader.rb:24:in
`load'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow.rb:29:in
`<module:Arrow>'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-arrow-17.0.0/lib/arrow.rb:25:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`block in require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:299:in
`load_dependency'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/red-parquet-17.0.0/lib/parquet.rb:18:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in
`require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`block in require'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:299:in
`load_dependency'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/activesupport-6.1.7.7/lib/active_support/dependencies.rb:332:in
`require'
from (pry):1:in `__pry__'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:290:in
`eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:290:in
`evaluate_ruby'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:659:in
`handle_line'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:261:in
`block (2 levels) in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:260:in
`block in eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`catch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_instance.rb:259:in
`eval'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:77:in `block
in repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `loop'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:67:in `repl'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `block
in start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:61:in
`__with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/input_lock.rb:78:in
`with_ownership'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:38:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/repl.rb:15:in `start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-byebug-3.10.1/lib/pry-byebug/pry_ext.rb:15:in
`start_with_pry_byebug'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/pry-0.14.2/lib/pry/pry_class.rb:194:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:70:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:19:in
`start'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands/console/console_command.rb:102:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/command.rb:28:in
`run'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor/invocation.rb:127:in
`invoke_command'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/thor-1.3.0/lib/thor.rb:527:in `dispatch'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command/base.rb:69:in
`perform'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/command.rb:48:in
`invoke'
from
/ProjectFolder/.bundle/ruby/3.2.0/gems/railties-6.1.7.7/lib/rails/commands.rb:18:in
`<top (required)>'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from
<internal:/.rbenv/versions/3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in
`require'
from bin/rails:4:in `<main>'
/ProjectFolder/.bundle/ruby/3.2.0/gems/gobject-introspection-4.2.2/lib/gobject-introspection/loader.rb:187:
[BUG] Segmentation fault at 0x0000000000000010
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-darwin22]
-- Crash Report log information --------------------------------------------
See Crash Report log file in one of the following locations:
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
Don't forget to include the above Crash Report log file in bug reports.
-- Control frame information -----------------------------------------------
```
### Component(s)
Ruby
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]