Page 1 of 1

error

Posted: Sun Jun 04, 2023 10:28 am
by abah

Code: Select all

Starting UnrealIRCd
 _   _                      _ ___________  _____     _
| | | |                    | |_   _| ___ \/  __ \   | |
| | | |_ __  _ __ ___  __ _| | | | | |_/ /| /  \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | |    / | |    / _` |
| |_| | | | | | |  __/ (_| | |_| |_| |\ \ | \__/\ (_| |
 \___/|_| |_|_|  \___|\__,_|_|\___/\_| \_| \____/\__,_|
                           v6.1.0

UnrealIRCd is brought to you by Bram Matthys (Syzop),
Krzysztof Beresztant (k4be), Gottem and i

Using the following libraries:
* OpenSSL 1.0.2k-fips  26 Jan 2017
* libsodium 1.0.18
* c-ares 1.19.0
* PCRE2 10.42 2022-12-11
* jansson 2.14

This server can handle 4096 concurrent sockets (4088 clients + 8 reserve)

[info] Loading IRCd configuration..
[info] Testing IRCd configuration..
./unrealircd: [b][u]line 340: 24208 Segmentation fault[/u][/b]      (core dumped) $IRCD
=====================================================
UnrealIRCd failed to start. Check above for possible errors.
If you don't understand the problem, then have a look at our:
* FAQ (Frequently Asked Questions): https://www.unrealircd.org/docs/FAQ
* Documentation: https://www.unrealircd.org/docs/
=====================================================
[IRCd@IRCd unrealircd]$ ps -x
  PID TTY      STAT   TIME COMMAND
22977 pts/0    S      0:00 -bash
24217 pts/0    R+     0:00 ps -x

Re: error

Posted: Sun Jun 04, 2023 1:14 pm
by Syzop
Seems you managed to crash UnrealIRCd. I see you reported the crash via the crash reporter so I've found and fixed the bug now. Thanks for the report!

The bug is if you have a log block with destination "syslog" it will crash. So better avoid that until a new version comes out (6.1.1, soon) :)
The logging to syslog option is almost never used, which explains why this problem was not caught earlier. But it fixed now.

Re: error

Posted: Mon Jun 05, 2023 8:19 am
by abah
thanks