View Issue Details

IDProjectCategoryView StatusLast Update
0002642unrealircdpublic2005-09-21 20:16
Reporterbandido Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionduplicate 
Platformi386OSFreeBSDOS Version5.4, 5.2,4.10-11
Product Version3.2.3 
Summary0002642: Exited on signal 11 (core dumped)
DescriptionHello

I use Unrealircd in freebsd servers, when I have in my server more of 800 users my server crash (no always) and the system give me this error

kernel: pid 64165 (ircd), uid 1000: exited on signal 11 (core dumped)

I have this error in differents servers.

Thx
TagsNo tags attached.
3rd party modules

Relationships

duplicate of 0002499 resolvedsyzop find_cache_number crash 

Activities

syzop

2005-09-17 17:29

administrator   ~0010482

Last edited: 2005-09-17 17:30

Hm.. did you not see the 'How to post a bug' thing when reporting? (because I wonder how you can miss this -- is it perhaps not shown?)

Text pasted below:
CRASH BUGS
We are only interested in crashbugs of the latest version and if you did not do any source code changes (if you cannot meet these requirements try it on a clean latest version first before reporting). Also, we recommend you to mark these bugreports as 'private' because they can contain sensitive information.

*NIX? Then include the output of the following commands:
-
gdb src/ircd core.file
bt
-
NOTE: Do not attach the corefile to the bug.
Also, if you use any 3rd party modules, list them as well. (More and more bugs are caused by 3rd party module bugs).


Thanks.

bandido

2005-09-17 20:59

reporter   ~0010483

Hello

I see this in core file

Program terminated with signal 11, Segmentation fault.
Error while mapping shared library sections:
tmp/3AFB64E4.commands.so: No such file or directory.
Error while mapping shared library sections:
tmp/61123CB4.cloak.so: No such file or directory.
Error while mapping shared library sections:
tmp/B28AADD3.hideserver.so: No such file or directory.
Error while mapping shared library sections:
tmp/823643F.netadmins.so: No such file or directory.
Error while mapping shared library sections:
tmp/B8DC23B5.m_getinfo.so: No such file or directory.
Error while mapping shared library sections:
tmp/6ADF16CF.m_ircops.so: No such file or directory.
Error while mapping shared library sections:
tmp/BEEAFEF6.operpasswd.so: No such file or directory.
Error while mapping shared library sections:
tmp/B413A43B.identonly.so: No such file or directory.
Reading symbols from /usr/lib/libssl.so.3...done.
Loaded symbols for /usr/lib/libssl.so.3
Reading symbols from /lib/libcrypto.so.3...done.
Loaded symbols for /lib/libcrypto.so.3
Reading symbols from /lib/libcrypt.so.2...done.
Loaded symbols for /lib/libcrypt.so.2
Reading symbols from /lib/libz.so.2...done.
Loaded symbols for /lib/libz.so.2
Reading symbols from /lib/libc.so.5...done.
Loaded symbols for /lib/libc.so.5
Error while reading shared library symbols:
tmp/3AFB64E4.commands.so: No such file or directory.

This problem in all server.

How I can resolve this problem?

Thank you

syzop

2005-09-17 22:34

administrator   ~0010485

by making symlinks from the src/modules/commands.so to the tmp/<randomnumber>.commands.so

But.. probably easier aproach is to just mail the following to me at [email protected] ;):
- the src/ircd binary
- src/modules/commands.so
- the core file
zipped / .tar.gz'ed / whatever, or of course, an URL instead of the files, you decide...

Thanks.

syzop

2005-09-19 14:33

administrator   ~0010489

Hm, I didn't receive an email yet. Did you send it?

Just to summarize: just send the files I mentioned, you don't need to do anything else...

Or did you already solve your problem? (eg: because it was related to one of your 3rd party modules)

syzop

2005-09-21 20:16

administrator   ~0010499

Thanks for the report (yes, after 2 hours of downloading I managed to get the .tar.gz ;p).

It turns out this bug is the same as bug 0002499 (find_cache_number crash) which is currently in the process of getting fixed (or actually: first a "beta" wil be released of the fixed version).

One of the charistics of this bug is that it occurs semi-randomly.. there can be many crashes in a few days, and then a 3 months period without any crash, naturally I hope you'll get the latter now ;).

If the problem is getting too bad, contact me personally at [email protected] and I'll send you my beta version of the new resolver and instructions.

Issue History

Date Modified Username Field Change
2005-09-17 17:23 bandido New Issue
2005-09-17 17:29 syzop Note Added: 0010482
2005-09-17 17:30 syzop Note Edited: 0010482
2005-09-17 20:59 bandido Note Added: 0010483
2005-09-17 22:34 syzop Note Added: 0010485
2005-09-19 14:33 syzop Note Added: 0010489
2005-09-20 18:24 syzop View Status public => private
2005-09-21 20:13 syzop Relationship added duplicate of 0002499
2005-09-21 20:13 syzop View Status private => public
2005-09-21 20:16 syzop Status new => closed
2005-09-21 20:16 syzop Note Added: 0010499
2005-09-21 20:16 syzop Resolution open => fixed
2005-09-21 20:16 syzop Resolution fixed => duplicate