Actions
Bug #20333
closedsegfault while running my tests
Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23]
Description
No sure how to debug it, I had a segfault while running the tests, maybe you will find it useful.
Files
Updated by dorianmariefr (Dorian Marié) 8 months ago
Happens when I run rake
but not rails test
Rakefile is
require_relative "config/application"
Rails.application.load_tasks
Updated by shyouhei (Shyouhei Urabe) 8 months ago
- Status changed from Open to Third Party's Issue
Looking at your crash.log, it seems pg_ext is causing the process termination. After googling around it seems a similar issue is reported to the gem: https://github.com/ged/ruby-pg/issues/311 Not sure if this is the exact problem you are facing though. Can you check if yours is due to postgres?
Updated by dorianmariefr (Dorian Marié) 8 months ago
Thanks @shyouhei (Shyouhei Urabe) that seems to be it
Actions
Like0
Like0Like0Like0