Bug 1310808
Summary: | Erlang Port Mapper crashes at startup if IPv6 disabled completely | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Raúl Andrés <raul.andresrodriguez> | ||||
Component: | erlang | Assignee: | John Eckersberg <jeckersb> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | epel7 | CC: | erlang, jeckersb, jesse.mcfarland, lemenkov, rjones, s | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | erlang-R16B-03.16.el7 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1312452 (view as bug list) | Environment: | |||||
Last Closed: | 2016-03-17 19:00:13 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1312452, 1313511 | ||||||
Attachments: |
|
Description
Raúl Andrés
2016-02-22 17:14:07 UTC
Can you attach the core dump? Merely starting epmd on a host with no IPv6 addresses doesn't seem to be enough to trigger the bug, I'm unable to reproduce: [root@centos7 ~]# rpm -q erlang-erts erlang-erts-R16B-03.13.el7.x86_64 [root@centos7 ~]# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 52:54:00:87:2d:f5 brd ff:ff:ff:ff:ff:ff inet 192.168.122.147/24 brd 192.168.122.255 scope global dynamic eth0 valid_lft 2850sec preferred_lft 2850sec [root@centos7 ~]# epmd -debug epmd: Mon Feb 22 14:27:20 2016: epmd running - daemon = 0 (no crash for me) Created attachment 1129626 [details]
Core dump file
I have IPv6 support disabled: [root@myhost tmp]# cat /proc/net/if_inet6 cat: /proc/net/if_inet6: No such file or directory [root@myhost tmp]# modprobe -c| grep ipv6 options ipv6 disable=1 Ok, if I disable IPv6 completely in the kernel, then this reproduces 100% of the time for me as well. Digging more into it now. erlang-R16B-03.16.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a4b860700b Raúl, please try this build - it should fix this issue. erlang-R16B-03.16.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a4b860700b (In reply to Peter Lemenkov from comment #6) > Raúl, please try this build - it should fix this issue. Thank you very much, issue is fixed in erlang-R16B-03.16.el7 *** Bug 1313927 has been marked as a duplicate of this bug. *** erlang-R16B-03.16.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |