Search found 4 matches

by nullsystems
Tue Jan 13, 2009 5:44 pm
Forum: Unreal 3.2 Support
Topic: /unreal: line 134: 26071 Segmentation fault (core dumped)
Replies: 3
Views: 3662

Re: /unreal: line 134: 26071 Segmentation fault (core dumped)

I tried to remove all instances of unreal_encodespace() from src/s_conf.c but this is a hack fix and doesnt really help. Also the ircd did boot, but I couldnt connect.

I took at look at src/s_misc.c and the block mentioned
Some of the debugs above mention problems with s=0x0, which is NULL ( empty ...
by nullsystems
Tue Jan 13, 2009 4:12 pm
Forum: Unreal 3.2 Support
Topic: /unreal: line 134: 26071 Segmentation fault (core dumped)
Replies: 3
Views: 3662

Re: /unreal: line 134: 26071 Segmentation fault (core dumped)

Used GDB to view the core dump :
------------------------------------------
gdb src/ircd core

GNU gdb 6.6.50.20070726-cvs
This GDB was configured as "x86_64-suse-linux"...
Using host libthread_db library "/lib64/libthread_db.so.1".

warning: Can't read pathname for load map: Input/output error ...
by nullsystems
Tue Jan 13, 2009 3:59 pm
Forum: Unreal 3.2 Support
Topic: /unreal: line 134: 26071 Segmentation fault (core dumped)
Replies: 3
Views: 3662

Re: /unreal: line 134: 26071 Segmentation fault (core dumped)

After researching the line:
warning: Can't read pathname for load map: Input/output error.
This line is also reproduced in GDB
I found the following URLS associated, it appears to be GDB and 64bit system specific:

http://www.omniorb-support.com/pipermail/omniorb-list/1998-May/011304.html
http ...
by nullsystems
Tue Jan 13, 2009 3:30 pm
Forum: Unreal 3.2 Support
Topic: /unreal: line 134: 26071 Segmentation fault (core dumped)
Replies: 3
Views: 3662

/unreal: line 134: 26071 Segmentation fault (core dumped)

Hello, trying to get Unreal3.2.7 to work on Suse 10.3

After setting up a config ( which works on another box, not suse ) and compiling everything I get the following:

---------------------------------------------------------------
* Loading IRCd configuration ..
./unreal: line 134: 23244 ...