ohai: yet another sporadic segfault
Bug #1572485 reported by
Dmitry Guryanov
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
MOS Linux | ||
Mitaka |
Fix Released
|
High
|
MOS Linux |
Bug Description
There is a bug in ohai, if you run this script:
require 'ohai'
100.times do
GC.disable
500.times do
os = Ohai::System.new
os.all_plugins
end
GC.enable
GC.start
sleep 2
end
if will fail with a segfault after 1000 - 10000 iterations with a backtrace similar to
Changed in fuel: | |
milestone: | none → 10.0 |
assignee: | nobody → MOS Linux (mos-linux) |
description: | updated |
summary: |
- MOS version of ohai fails randomly + ohai: yet another sporadic segfault |
tags: | added: centos-72-target |
tags: |
added: centos72-target removed: centos-72-target |
tags: | removed: centos72-target |
no longer affects: | fuel/newton |
To post a comment you must log in.
Please, provide link to results where this bug is affecting our tests