Issue information

Issue ID
#2750
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Feb 6, 2009 20:34
Last Post
Hercules Elf Bot
Feb 6, 2009 20:34
Confirmation
N/A

Hercules Elf Bot - Feb 6, 2009 20:34

Originally posted by [b]Euphidime[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2750

CODE
#0  0x0806b23d in clif_send (buf=0x5a323018 "\215", len=19, bl=0x67501018, type=CHAT_WOS) at clif.c:300
300                    if (packet_db[cd->usersd[i]->packet_ver][RBUFW(buf,0)].len) { // packet must exist for the client version
(gdb) bt
#0  0x0806b23d in clif_send (buf=0x5a323018 "\215", len=19, bl=0x67501018, type=CHAT_WOS) at clif.c:300
#1  0x0806fb84 in clif_parse_GlobalMessage (fd=526, sd=0x67501018) at clif.c:8414
#2  0x08067243 in clif_parse (fd=526) at clif.c:13134
#3  0x08134ce3 in do_sockets (next=Variable "next" is not available.) at socket.c:784
#4  0x08133846 in main (argc=1, argv=0xbf7fedcc) at core.c:254
(gdb) p cd->usersd[i]
$1 = (struct map_session_data *) 0x20726568
(gdb) p cd->usersd[i]->packet_ver
Cannot access memory at address 0x20726d18
(gdb) p *cd
$5 = {bl = {next = 0x72617547, prev = 0x6e616964, id = 1768835872, m = 26727, x = 8308, y = 8237, type = 1833508980}, title = "plemented:Guardian Archer - Not Imple", pass = "mented:Gu", pub = 97 'a', users = 114 'r',
limit = 100 'd', trigger = 105 'i', usersd = {0x63724120, 0x20726568, 0x6f4e202d, 0x6d492074, 0x6d656c70, 0x65746e65, 0x75473a64, 0x69647261, 0x53206e61, 0x69646c6f, 0x2d207265, 0x746f4e20, 0x706d4920, 0x656d656c, 0x6465746e,
   0x6175473a, 0x61696472, 0x7241206e, 0x72656863, 0x4e202d20}, owner = 0x4920746f, npc_event = "mplemented:Guardian Archer - Implemented (2000000/"}


This post has been edited by theultramage: Feb 6 2009, 01:43 PM