Jump to content
  • 0

Map Server Stuck


1337

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   2
  • Joined:  03/27/12
  • Last Seen:  

I'm not really sure what's causing it exactly but i got this on gdb(i ran the map server in gdb and did ctrl+c when it stucks) and I wonder if anyone could help interpret them ?

 

Another thing, what i mean with stuck was that, the map server doesn't close or anything, but when i try to login, it won't get passed the character select(i get disconnected from server after choosing a char).

 

I would appreciate any help, thanks in advance !

Program received signal SIGINT, Interrupt.
0x0808ad81 in pc_need_status_point2 (stat=92) at pc.c:206
206                     return ( 1 + (stat + 9) / 10 );
(gdb) bt full
#0  0x0808ad81 in pc_need_status_point2 (stat=92) at pc.c:206
No locals.
#1  0x080aa13b in pc_reg_received (sd=0xe0c3b38) at pc.c:2000
        b_stats = 1273
        u_stats = -847285585
        i = 93 ']'
        output = "\000\000\000\000\000\000\000\000\300\000w\000\264\342\377\277", '\000' <repeats 20 times>, "T\vA\000\000\000\000\000\000\000\000\000\364?P\000\364\373\315\r\000\000\000\000\000\000\000\000\264\342\377\277\363\373\315\r\220\343\377\277\373l?\000\364?P\000\264\342\377\277\070;\f\016\\\343\377\277\261_@\000\264\342\377\277\a\377\"\b\210\343\377\277\000\000\000\000\000\000\000\000\001\200\255\373\364\373\315\r\364\373\315\r\363\373\315\r\363\373\315\r\363\373\315\r\363\373\315\r\363\373\315\r\364\373\315\r", '\000' <repeats 40 times>, "\030\r\357\r\v\000\000\000H\343\377\277\274;\b\b\000\000\000\000\020\000\000\000H\343\377\277\377\377\377\377\205\204\036\000\205\204\036\000\004\000\000\000\214\200W\246l\345\377\277\020\000\000\000(\331\344\r"
        varname = "Mission_Count5\000\000\000\000\000\000*_@\000\364?P\000\033\000\000"
#2  0x081be0a1 in intif_parse_Registers (fd=10) at intif.c:1002
        j = 1
---Type <return> to continue, or q <return> to quit---
        p = 29
        len = 1
        max = 16
        flag = 1
        sd = 0xe0c3b38
        reg = 0x65
        qty = 0xe0ea768
        account_id = 235841676
        char_id = 29
        node = <value optimized out>
#3  0x081be5e1 in intif_parse (fd=10) at intif.c:2389
        packet_len = 29
        cmd = 14340
#4  0x08059188 in chrif_parse (fd=10) at chrif.c:1750
        cmd = 14340
        packet_len = 10337
#5  0x081f1318 in do_sockets (next=50) at socket.c:856
        rfd = {__fds_bits = {1024, 0 <repeats 31 times>}}
        timeout = {tv_sec = 0, tv_usec = 49000}
        ret = 0
        i = 10
---Type <return> to continue, or q <return> to quit---
#6  0x081ef6ad in main (argc=1, argv=0xbfffe954) at core.c:376
        next = 1717986979

here's another one I got before the one above, seems pretty similar

Program received signal SIGINT, Interrupt.
pc_reg_received (sd=0xe288218) at pc.c:2000
2000                            u_stats += pc_need_status_point2(i);
(gdb) bt full
#0  pc_reg_received (sd=0xe288218) at pc.c:2000
        b_stats = 1273
        u_stats = 618791259
        i = 119 'w'
        output = "\000\000\000\000\000\000\000\000\300\220\230\000\264\342\377\277", '\000' <repeats 20 times>, "T\373\033\000\000\000\000\000\000\000\000\000\364/+\000\364\373\315\r\000\000\000\000\000\000\000\000\264\342\377\277\363\373\315\r\220\343\377\277\373\\\032\000\364/+\000\264\342\377\277\030\202(\016\\\343\377\277\261O\033\000\264\342\377\277\a\377\"\b\210\343\377\277\000\000\000\000\000\000\000\000\001\200\255\373\364\373\315\r\364\373\315\r\363\373\315\r\363\373\315\r\363\373\315\r\363\373\315\r\363\373\315\r\364\373\315\r", '\000' <repeats 64 times>, "H\343\377\277\377\377\377\377\205\204\036\000\205\204\036\000\004", '\000' <repeats 15 times>"\320, \316\347\r"
        varname = "Mission_Count5\000\000\000\000\000\000*O\033\000\364/+\000\033\000\000"
#1  0x081be0a1 in intif_parse_Registers (fd=10) at intif.c:1002
        j = 1
        p = 29
        len = 1
        max = 16
---Type <return> to continue, or q <return> to quit---
        flag = 1
        sd = 0xe288218
        reg = 0x0
        qty = 0xe2aee48
        account_id = 237694828
        char_id = 29
        node = <value optimized out>
#2  0x081be5e1 in intif_parse (fd=10) at intif.c:2389
        packet_len = 29
        cmd = 14340
#3  0x08059188 in chrif_parse (fd=10) at chrif.c:1750
        cmd = 14340
        packet_len = 10337
#4  0x081f1318 in do_sockets (next=50) at socket.c:856
        rfd = {__fds_bits = {1024, 0 <repeats 31 times>}}
        timeout = {tv_sec = 0, tv_usec = 49000}
        ret = 0
        i = 10
#5  0x081ef6ad in main (argc=1, argv=0xbfffe954) at core.c:376
        next = 119
Edited by Dmin
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...