The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
gdb keep debug code on map Server received crash signal!
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
azumikitty
Im use gdb run ./map-server_sql
for keep debug code on map Server received crash signal!
got this code from gdb
#0 0x00000037edae9b32 in send () from /lib64/libc.so.6
No symbol table info available.
#1 0x00000000005783fe in send_from_fifo (fd=38) at socket.c:720
len = <value optimized out>
#2 0x00000000005773d0 in do_close (fd=38) at socket.c:1514
No locals.
#3 0x0000000000461f1f in clif_parse (fd=38) at clif.c:18541
cmd = <value optimized out>
packet_ver = <value optimized out>
packet_len = <value optimized out>
err = -1
sd = 0x8b70970
pnum = <value optimized out>
#4 0x0000000000576f3d in send_shortlist_do_sends () at socket.c:1770
fd = 38
i = 0
#5 0x000000000057805f in do_sockets (next=<value optimized out>)
at socket.c:1130
rfd = {__fds_bits = {274877906944, 0 <repeats 15 times>}}
timeout = {tv_sec = 0, tv_usec = 16644}
ret = 0
i = <value optimized out>
////////////////
what No symbol table info available ?in send () from /lib64/libc.so.6 i don't understand this code. someone can help me fix it please
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.