Unreal won't start - segmentation fault in ircd line 7833
Posted: Mon Apr 07, 2008 6:08 pm
Greetings, as stated in the title of this thread I can't get unreal to start after compilation. Here is the output I get when attempting to:
Doing a backtrace gives me this:
Any help appreciated - I can't see what needs to be done to get unreal running.
Thanks
Code: Select all
fuseirc@athena ~/Unreal3.2.7 $ ./unreal start
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.7
using TRE 0.7.5 (LGPL)
using OpenSSL 0.9.8e 23 Feb 2007
using libcurl/7.18.0 OpenSSL/0.9.8e zlib/1.2.3.3 c-ares/1.4.0
* Loading IRCd configuration ..
./unreal: line 134: 7833 Segmentation fault (core dumped) /home/fuseirc/Unreal3.2.7/src/ircd
Possible error encountered (IRCd seemingly not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
tail: cannot open `/home/fuseirc/Unreal3.2.7/ircd.log' for reading: No such file or directoryCode: Select all
BACKTRACE:
Using host libthread_db library "/lib/tls/i686/nosegneg/libthread_db.so.1".
warning: Can't read pathname for load map: Input/output error.
Failed to read a valid object file image from memory.
Core was generated by `/home/fuseirc/Unreal3.2.7/src/ircd'.
Program terminated with signal 11, Segmentation fault.
#0 0x080b609a in Curl_he2ai (he=0x81a9cf0, port=80) at hostip4.c:356
356 hostip4.c: No such file or directory.
in hostip4.c
#0 0x080b609a in Curl_he2ai (he=0x81a9cf0, port=80) at hostip4.c:356
#1 0x0809cb76 in Curl_addrinfo4_callback (arg=0x81aa458, status=0, timeouts=135965408, hostent=0x81a9cf0) at hostasyn.c:117
#2 0x080cc4f1 in end_hquery (hquery=0x81aaa00, status=135961840, host=0x81aaae0) at ares_gethostbyname.c:188
#3 0x080cc9af in host_callback (arg=0x81aaa00, status=0, abuf=0xbfea8cb7 "\020Ä\201\200", alen=163) at ares_gethostbyname.c:170
#4 0x080d02e1 in end_squery (squery=0x81aa9c0, status=135961840, abuf=0x81aaae0 "Ȫ\032\b@¬\032\b\002", alen=163) at ares_search.c:187
#5 0x080d03cf in search_callback (arg=0x81aa9c0, status=135961840, abuf=0xbfea8cb7 "\020Ä\201\200", alen=163) at ares_search.c:150
#6 0x080d024d in qcallback (arg=0x81aac50, status=0, abuf=0xbfea8cb7 "\020Ä\201\200", alen=163) at ares_query.c:171
#7 0x080cadb8 in end_query (channel=0x81a9cf0, query=0x81a9cf0, status=135965408, abuf=0xbfea8cb7 "\020Ä\201\200", alen=163) at ares_process.c:796
#8 0x080cb81d in process_answer (channel=0x81a9cf0, abuf=0xbfea8cb7 "\020Ä\201\200", alen=163, whichserver=0, tcp=0, now=1206051907) at ares_process.c:465
#9 0x080cb961 in read_udp_packets (channel=0x81a9cf0, read_fds=0x0, read_fd=6, now=1206051907) at ares_process.c:379
#10 0x080cbc1d in ares_process_fd (channel=0x81a9cf0, read_fd=6, write_fd=-1) at ares_process.c:103
#11 0x0809c81f in ares_waitperform (conn=<value optimized out>, timeout_ms=5000) at hostares.c:183
#12 0x0809c8ea in Curl_wait_for_resolv (conn=0x81aa458, entry=0x0) at hostares.c:258
#13 0x080b1cb9 in Curl_perform (data=0x81a1780) at transfer.c:2276
#14 0x08097bf1 in download_file (url=0x81a08b0 "<remote config url hidden>", error=0xbfea9104) at url.c:188
#15 0x08076371 in remote_include (ce=0x81a0870) at s_conf.c:9195
#16 0x0807610b in load_conf (filename=0x80d3b6a "unrealircd.conf") at s_conf.c:2867
#17 0x080764b5 in init_conf (rootconf=0x80d3b6a "unrealircd.conf", rehash=0) at s_conf.c:1653
#18 0x080689f7 in main (argc=0, argv=0x81aac40) at ircd.c:1293
#0 0x080b609a in Curl_he2ai (he=0x81a9cf0, port=80) at hostip4.c:356
356 in hostip4.c
0x816fa00 <backupbuf>: ""
#0 0x080b609a in Curl_he2ai (he=0x81a9cf0, port=80) at hostip4.c:356
prevai = <value optimized out>
firstai = <value optimized out>
addr = <value optimized out>
curr = <value optimized out>
#1 0x0809cb76 in Curl_addrinfo4_callback (arg=0x81aa458, status=0, timeouts=135965408, hostent=0x81a9cf0) at hostasyn.c:117
No locals.
#2 0x080cc4f1 in end_hquery (hquery=0x81aaa00, status=135961840, host=0x81aaae0) at ares_gethostbyname.c:188
No locals.
GCC: gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
UNAME: Linux athena 2.6.18-6-xen-686 #1 SMP Sun Feb 10 22:43:13 UTC 2008 i686 GNU/Linux
UNREAL: Unreal3.2.7 build 1.1.1.1.2.1.2.1.2.2234.2.676 2007/07/13 10:43:04
CORE: -rw------- 1 fuseirc fuseirc 1323008 Mar 20 22:25 coreThanks