Skip to content

M4 Max hard crash when running bin/jobs #411

@denvermullets

Description

@denvermullets

this is a weird one and if it's out of scope for this repo let me apologize in advance.

my rails 7.2.2 app works as it should. i can create CRUD in my postgres 16 (also tested with 14) db but the second i run bin/jobs the laptop hard crashes and reboots. i'm not able to see any logs, unless someone has a suggestion of where to look.

here's my gemfile for reference:

source "https://rubygems.org"

gem "bootsnap", require: false
gem "httparty"
gem "importmap-rails"
gem "mission_control-jobs"
gem "pg", "~> 1.5.9"
gem "pry"
gem "puma", ">= 6.4.3"
gem "rails", "~> 7.2.2"
gem "revise_auth", "~> 0.8.0"
gem "solid_queue", "~> 1.0.1"
gem "sprockets-rails"
gem "stimulus-rails"
gem "tailwindcss-rails"
gem "turbo-rails"
gem "tzinfo-data", platforms: %i[windows jruby]

group :development, :test do
  gem "brakeman", require: false
  gem "debug", platforms: %i[mri windows], require: "debug/prelude"
end

group :development do
  gem "rubocop"
  gem "web-console"
end

i can provide any other information you'd like as i'm kinda unsure what else i could do here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions