Search code examples
rubysidekiq

How to invoke [BUG] Segmentation fault or another bug in Ruby for testing reasons?


I want to test Sidekiq PRO reliability on local machine so I need to somehow trigger bug like [BUG] Segmentation fault manually to kill Sidekiq process.


Solution

  • Just kill the Sidekiq process: kill -9 <pid>