Project

General

Profile

Actions

Bug #20333

closed

segfault while running my tests

Added by dorianmariefr (Dorian Marié) about 2 months ago. Updated about 2 months ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23]
[ruby-core:117129]

Description

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) segfault.log segfault log dorianmariefr (Dorian Marié), 03/13/2024 10:36 AM
crash.log (100 KB) crash.log Crash log dorianmariefr (Dorian Marié), 03/13/2024 10:38 AM

Updated by dorianmariefr (Dorian Marié) about 2 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) about 2 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?

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0