Issue information

Issue ID
#7768
Status
Invalid
Severity
None
Started
bgamez23
Oct 15, 2013 10:16
Last Post
Haru
Oct 15, 2013 13:38
Confirmation
N/A

bgamez23 - Oct 15, 2013 10:16

[code=:0] (gdb) bt full #0 0x0000000000000000 in ?? () No symbol table info available. #1 0x0000000000488bc4 in chrif_parse (fd=6) at chrif.c:1470 packet_len = 8 cmd = <value optimized out> r = <value optimized out> #2 0x0000000000610216 in do_sockets (next=<value optimized out>) at socket.c:873 rfd = {__fds_bits = {64, 0 <repeats 15 times>}} timeout = {tv_sec = 0, tv_usec = 49997} ret = 0 i = <value optimized out> #3 0x000000000060c966 in main (argc=1, argv=<value optimized out>) at core.c:348 next = <value optimized out> (gdb) [/code]

malufett - Oct 15, 2013 10:20

is this your 1470 @ chrif.c?[code=auto:0] WFIFOW(chrif->fd,2) = map->usercount(); [/code]
:meow:

bgamez23 - Oct 15, 2013 13:16

i have a harmony installed on my server. so my chrif.c is modified

but here is the line 1470.
[code=auto:0] case 0x2b22: chrif->updatefamelist_ack(fd); break; [/code]

bgamez23 - Oct 15, 2013 13:27

opps sorry this is already fix on the latest revision. this should be invalid.
[url="https://github.com/HerculesWS/Hercules/commit/0ca3552670428c4ebe59102a2c3fba2d775006b4"]https://github.com/HerculesWS/Hercules/commit/0ca3552670428c4ebe59102a2c3fba2d775006b4[/url]