llama90 commented on issue #39225:
URL: https://github.com/apache/arrow/issues/39225#issuecomment-1874097151
I retried.
```
DEBUGGER=lldb BUNDLE_GEMFILE=../c_glib/Gemfile bundle exec
../c_glib/test/run-test.sh -n test_cast
ninja: no work to do.
(lldb) target create "/Users/lama/.rbenv/versions/3.3.0/bin/ruby"
Current executable set to '/Users/lama/.rbenv/versions/3.3.0/bin/ruby'
(arm64).
(lldb) settings set -- target.run-args
"/Users/lama/workspace/arrow-latest/c_glib/test/run-test.rb" "-n" "test_cast"
(lldb) env
DYLD_LIBRARY_PATH=/Users/lama/workspace/arrow-latest/c_glib.build/parquet-glib:/Users/lama/workspace/arrow-latest/c_glib.build/gandiva-glib:/Users/lama/workspace/arrow-latest/c_glib.build/arrow-flight-sql-glib:/Users/lama/workspace/arrow-latest/c_glib.build/arrow-flight-glib:/Users/lama/workspace/arrow-latest/c_glib.build/arrow-dataset-glib:/Users/lama/workspace/arrow-latest/c_glib.build/arrow-glib:
(lldb) r
Process 51041 launched: '/Users/lama/.rbenv/versions/3.3.0/bin/ruby' (arm64)
Loaded suite test
Started
libc++abi: terminating due to uncaught exception of type std::bad_cast:
std::bad_cast
Process 51041 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT
frame #0: 0x00000001823ee0dc libsystem_kernel.dylib`__pthread_kill + 8
libsystem_kernel.dylib`:
-> 0x1823ee0dc <+8>: b.lo 0x1823ee0fc ; <+40>
0x1823ee0e0 <+12>: pacibsp
0x1823ee0e4 <+16>: stp x29, x30, [sp, #-0x10]!
0x1823ee0e8 <+20>: mov x29, sp
Target 0: (ruby) stopped.
```
--
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]