Actions
Bug #12450
closedSegmentation fault
Bug #12450:
Segmentation fault
Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 2.1.9p490 (2016-03-30 revision 54437) [x86_64-linux]
Description
I've try to install puppet agent from rubygem and when I've installed ruby-shadow and libshadow, I've got a seg fault.
/opt/puppetlabs/puppet/bin/gem list
*** LOCAL GEMS ***
bigdecimal (1.2.4)
facter (2.4.6)
hiera (3.0.6)
io-console (0.4.3)
json (1.8.1)
json_pure (1.8.3)
libshadow (1.0.1)
minitest (4.7.5)
msgpack (0.7.6)
psych (2.0.5)
puppet (4.3.2)
rake (10.1.0)
rdoc (4.1.0)
rgen (0.8.0)
ruby-shadow (2.5.0)
test-unit (2.1.9.0)
Thank you.
Files
Updated by rpsqt (Raph Pretot) over 9 years ago
OS is SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 1
Updated by rpsqt (Raph Pretot) over 9 years ago
Any idea ?
Updated by nobu (Nobuyoshi Nakada) over 9 years ago
- Status changed from Open to Third Party's Issue
It's a bug of libshadow.
https://github.com/railsmachine/libshadow/pull/4
Updated by rpsqt (Raph Pretot) over 9 years ago
nice! Thanks for the workaround.
Actions