./unreal: line 154: 8093 Segmentation fault (core dump

These are old archives. They are kept for historic purposes only.
Post Reply
maydonoz
Posts: 1
Joined: Thu Jan 09, 2014 8:56 am

./unreal: line 154: 8093 Segmentation fault (core dump

Post by maydonoz »

./unreal: line 154: 8093 Segmentation fault (core dumped) /home/acc/Unreal3.2.10.2/src/ircd

Core files available:
-rw------- 1 acc acc 1232896 Jan 9 10:53 core.8093

=================== START HERE ======================
BACKTRACE:
[New Thread 8093]

warning: .dynamic section for "/lib/libc.so.6" is not at the expected address

warning: difference appears to be caused by prelink, adjusting expectations
[Thread debugging using libthread_db enabled]
Core was generated by `/home/acc/Unreal3.2.10.2/src/ircd'.
Program terminated with signal 11, Segmentation fault.
#0 0x0026f66b in ____strtol_l_internal () from /lib/libc.so.6
#0 0x0026f66b in ____strtol_l_internal () from /lib/libc.so.6
#1 0x0026f3cf in __strtol_internal () from /lib/libc.so.6
#2 0x08079427 in strtol (conf=0x9412628, ce=0x9416780) at /usr/include/stdlib.h:336
#3 atoi (conf=0x9412628, ce=0x9416780) at /usr/include/stdlib.h:404
#4 _test_set (conf=0x9412628, ce=0x9416780) at s_conf.c:8740
#5 0x08070105 in config_test () at s_conf.c:2688
#6 0x0807126c in init_conf (rootconf=0x80a92fe "unrealircd.conf", rehash=0) at s_conf.c:1884
#7 0x08062cd7 in main (argc=0, argv=<value optimized out>) at ircd.c:1494

#0 0x0026f66b in ____strtol_l_internal () from /lib/libc.so.6

0x8141300 <backupbuf>: ""

#0 0x0026f66b in ____strtol_l_internal () from /lib/libc.so.6
No symbol table info available.
#1 0x0026f3cf in __strtol_internal () from /lib/libc.so.6
No symbol table info available.
#2 0x08079427 in strtol (conf=0x9412628, ce=0x9416780) at /usr/include/stdlib.h:336
No locals.
GCC: gcc version 4.1.2 20080704 (Red Hat 4.1.2-54)
UNAME: Linux server.name.com 2.6.18-348.3.1.el5PAE #1 SMP Mon Mar 11 20:30:57 EDT 2013 i686 i686 i386 GNU/Linux
UNREAL: Unreal3.2.10.2 build 3.2.10.2
CORE: -rw------- 1 acc acc 1232896 Jan 9 10:53 core.8093
=================== STOP HERE ======================
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: ./unreal: line 154: 8093 Segmentation fault (core

Post by Stealth »

Looks like you've got something in your configuration that Unreal does not like. Please give us some information:
  1. How many lines does your conf have?
  2. Are you using any 3rd party modules?
  3. Have you modified Unreal in any way?
  4. What Linux distribution/version are you running?
  5. Have you tried to recompile Unreal? (make clean; make)
Syzop
UnrealIRCd head coder
Posts: 2116
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: ./unreal: line 154: 8093 Segmentation fault (core

Post by Syzop »

Please submit a bug report on http://bugs.unrealircd.org/ with the info you supplied and attach your unrealircd.conf to the bug report (you should xxxxx out any passwords, IP's, cloak keys, though).
Post Reply