error

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Post Reply
abah
Posts: 23
Joined: Sat Mar 12, 2011 3:07 pm

error

Post 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
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: error

Post 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.
abah
Posts: 23
Joined: Sat Mar 12, 2011 3:07 pm

Re: error

Post by abah »

thanks
Post Reply