Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
221 views
in Technique[技术] by (71.8m points)

sidekiq - 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.

question from:https://stackoverflow.com/questions/65906055/how-to-invoke-bug-segmentation-fault-or-another-bug-in-ruby-for-testing-reason

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...