Gencloak casuing core dumps

If you hit any installation issues or cannot connect to your freshly installed UnrealIRCd then this forum is for you.

Moderator: Supporters

Locked
WilliamWIkked
Posts: 59
Joined: Sun Jun 20, 2004 3:30 am
Contact:

Gencloak casuing core dumps

Post by WilliamWIkked »

After installing, and before starting the IRCd, I try to use ./unrealircd gencloak to generate cloak keys. After about 15 seconds of nothing, it dumps core.

Code: Select all

[13:10](irc@web)[~/unrealircd]> ./unrealircd gencloak
Segmentation fault (core dumped)
unrealircd 4.0.18
[insert another cliche sig here.]
PeGaSuS
Official supporter
Posts: 96
Joined: Tue Jun 27, 2017 4:42 pm
Contact:

Re: Gencloak casuing core dumps

Post by PeGaSuS »

I'm not able to reproduce the issue in my end, using Ubuntu 18.04 LTS

Code: Select all

unrealircd@scw-658574:~/unrealircd$ ./unrealircd gencloak
Here are 3 random cloak keys:
pMP2xQypt8rEWVdrr4EjJq210Cyi2tMViuUs0s3qa47PIQsxLoQt10
487bIW8CN82kg542L0PCcTAG8qlvY4N623GUP0T62861m4Aoh7H47EDpp5
552I3B56Tl1G1blCW6HyalF04XeH01QKpBFh3K14xMf85q5fyBCunjWrD84G
Perhaps someone could try in their end to see if anyone else has the same issue?
IRC Network: PTirc - GitHub: TehPeGaSuS - Help and support: #unreal-support
WilliamWIkked
Posts: 59
Joined: Sun Jun 20, 2004 3:30 am
Contact:

Re: Gencloak casuing core dumps

Post by WilliamWIkked »

For further details, using FreeBSD 10.3-STABLE
[insert another cliche sig here.]
WilliamWIkked
Posts: 59
Joined: Sun Jun 20, 2004 3:30 am
Contact:

Re: Gencloak casuing core dumps

Post by WilliamWIkked »

Also dumps core when I try to ./unrealircd start
[insert another cliche sig here.]
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Gencloak casuing core dumps

Post by Syzop »

Do you have low resource limits imposed? What does 'ulimit -a' say?

If that isn't the source of the problem, then feel free to report to bugs.unrealircd.org.
WilliamWIkked
Posts: 59
Joined: Sun Jun 20, 2004 3:30 am
Contact:

Re: Gencloak casuing core dumps

Post by WilliamWIkked »

Code: Select all

data seg size           (kbytes, -d)  2097152
stack size              (kbytes, -s)  262144
max user processes              (-u)  5547
open files                      (-n)  29484

rest is unlimited
[insert another cliche sig here.]
Locked