[ruby-core:117129] [Ruby master Bug#20333] segfault while running my tests

Issue #20333 has been reported by dorianmariefr (Dorian Marié). ---------------------------------------- Bug #20333: segfault while running my tests https://bugs.ruby-lang.org/issues/20333 * Author: dorianmariefr (Dorian Marié) * Status: Open * ruby -v: ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23] * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- No sure how to debug it, I had a segfault while running the tests, maybe you will find it useful. ---Files-------------------------------- segfault.log (731 KB) crash.log (100 KB) -- https://bugs.ruby-lang.org/

Issue #20333 has been updated by dorianmariefr (Dorian Marié). Happens when I run `rake` but not `rails test` Rakefile is ``` require_relative "config/application" Rails.application.load_tasks ``` ---------------------------------------- Bug #20333: segfault while running my tests https://bugs.ruby-lang.org/issues/20333#change-107207 * Author: dorianmariefr (Dorian Marié) * Status: Open * ruby -v: ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23] * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- No sure how to debug it, I had a segfault while running the tests, maybe you will find it useful. ---Files-------------------------------- segfault.log (731 KB) crash.log (100 KB) -- https://bugs.ruby-lang.org/

Issue #20333 has been updated by shyouhei (Shyouhei Urabe). 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? ---------------------------------------- Bug #20333: segfault while running my tests https://bugs.ruby-lang.org/issues/20333#change-107208 * Author: dorianmariefr (Dorian Marié) * Status: Third Party's Issue * ruby -v: ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23] * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- No sure how to debug it, I had a segfault while running the tests, maybe you will find it useful. ---Files-------------------------------- segfault.log (731 KB) crash.log (100 KB) -- https://bugs.ruby-lang.org/

Issue #20333 has been updated by dorianmariefr (Dorian Marié). Thanks @shyouhei that seems to be it ---------------------------------------- Bug #20333: segfault while running my tests https://bugs.ruby-lang.org/issues/20333#change-107249 * Author: dorianmariefr (Dorian Marié) * Status: Third Party's Issue * ruby -v: ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23] * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- No sure how to debug it, I had a segfault while running the tests, maybe you will find it useful. ---Files-------------------------------- segfault.log (731 KB) crash.log (100 KB) -- https://bugs.ruby-lang.org/
participants (2)
-
dorianmariefr
-
shyouhei (Shyouhei Urabe)