View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003208 | unreal | ircd | public | 2007-01-22 06:57 | 2007-04-16 12:32 |
| Reporter | ZeroSkill | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | unable to duplicate | ||
| Product Version | 3.2.3 | ||||
| Summary | 0003208: IRCd crashing while linking | ||||
| Description | Here is the backtrace ... GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"...Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 2627 in elfstab_build_psymtabs Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 933 in fill_symbuf Core was generated by `ircd'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libssl.so.3...done. Reading symbols from /usr/lib/libcrypto.so.3...done. Reading symbols from /usr/lib/libcrypt.so.2...done. Reading symbols from /usr/lib/libz.so.2...done. Reading symbols from /usr/lib/libc.so.4...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/DFCA5007.commands.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/6B6A3B06.adwords.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/E0C6B2EE.antirandom.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/A4E51A0E.chansno.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/2FBE46CE.cmdflood.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/F12D1F67.commandsno.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/6042DAAE.hidehost.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/F4E20B22.hideserver.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/A2871CFF.joindeop.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/20303C2D.joinpartsno.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/D4595773.m_antidccbug.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/E9E5E617.m_bopmhelper.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/5A2C8560.m_getinfo.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/90F68E3A.m_gqline.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/79414318.m_ircops.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/B239F00E.m_rmtkl.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/DDBDA169.m_soper.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/5C6694C5.m_tkl_export.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/DC8372B1.m_tkl_import.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/D1DD400B.netadmins.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/270F8F97.noquit.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/8727662.norepeat.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/FDCE14F3.operpasswd.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/AD8B3969.randquote.so...done. Reading symbols from /home/z3ro/Unreal3.2/tmp/3D45DFE0.vhosts.so...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x2827ac98 in strlcpy () from /usr/lib/libc.so.4 (gdb) bt #0 0x2827ac98 in strlcpy () from /usr/lib/libc.so.4 #1 0x282dcb6d in m_netinfo (cptr=0x81a2800, sptr=0x81a2800, parc=9, parv=0x811ca40) at m_netinfo.c:193 #2 0x80633ee in parse (cptr=0x81a2800, buffer=0x81a2994 "AO", bufend=0x81a29c2 "") at parse.c:437 #3 0x8062354 in dopacket (cptr=0x81a2800, buffer=0x811d480 "xÚ\214\217KO\203P\020\205\223.Iø\017ãFi\214#ï\nIUè\013¤B#5\022\037\013\b¤\\\004®Âmjýõ¢\211Ñ\030cÍlN2gæ|Ç´KÚ¶´Bw\216×!ZU\234f\215GY\036ã\210V\020^\006@Á\024z%©\037{}¸u\027óNÁßWG§àl\223\206¤è_ü²¿;×u\2245\031\r4:q¢\211\017\220µ,NJÒæYÊsæ\016¨Å\024F\201ïOFË\177xg_Þ}\210¢\b$Ø\223´ÂVK\030Ç\215\a²(£¦ã", length=273) at packet.c:138 #4 0x8068867 in read_packet (cptr=0x81a2800, rfd=0xbfbffa80) at s_bsd.c:1447 #5 0x80691aa in read_message (delay=1, listp=0x8149ac0) at s_bsd.c:1937 #6 0x805e538 in main (argc=1, argv=0xbfbffbc4) at ircd.c:1545 | ||||
| 3rd party modules | |||||
|
|
Something wrong with your cloaking? In any case, use a more recent UnrealIRCd such as 3.2.6. Quite a few bugs have been fixed in the past 2 years :P |
|
|
Hi Syzop, Thank you. I was trying to use the hidehost module. I liked it but my bad luck that it's crashing the ircd :-( |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-01-22 06:57 | ZeroSkill | New Issue | |
| 2007-01-22 07:05 | syzop | Status | new => closed |
| 2007-01-22 07:05 | syzop | Note Added: 0013085 | |
| 2007-01-22 07:05 | syzop | Resolution | open => fixed |
| 2007-01-22 07:18 | ZeroSkill | Status | closed => feedback |
| 2007-01-22 07:18 | ZeroSkill | Resolution | fixed => reopened |
| 2007-01-22 07:18 | ZeroSkill | Note Added: 0013088 | |
| 2007-04-16 12:32 |
|
Status | feedback => closed |
| 2007-04-16 12:32 |
|
Resolution | reopened => unable to duplicate |