And printing :
    *con

Thanks,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 31.08.2015 22:50, Gupta, Rahul wrote:

Hi Bogdan, following is the info you requested. This is not the first tcp read, this server is been running for a while and taking calls.

(gdb) bt

#0 0x00007f2095572e2c in vfprintf () from /lib64/libc.so.6

#1 0x00007f209560fed0 in __vsyslog_chk () from /lib64/libc.so.6

#2 0x00007f2095610100 in syslog () from /lib64/libc.so.6

#3 0x00000000004c4202 in tcp_read_req (con=0x7f2081a933c0, bytes_read=0x7ffc6bc97f0c) at tcp_read.c:597

#4 0x00000000004c5908 in handle_io (fm=<value optimized out>, idx=-1, event_type=<value optimized out>) at tcp_read.c:1033

#5 0x00000000004c8083 in io_wait_loop_epoll (unix_sock=<value optimized out>) at io_wait.h:845

#6 tcp_receive_loop (unix_sock=<value optimized out>) at tcp_read.c:1141

#7 0x00000000004b12e9 in tcp_init_children (chd_rank=<value optimized out>, startup_done=0x0) at tcp_main.c:2389

#8 0x000000000043aebf in main_loop (argc=<value optimized out>, argv=<value optimized out>) at main.c:1011

#9 main (argc=<value optimized out>, argv=<value optimized out>) at main.c:1612

(gdb) f 3

#3 0x00000000004c4202 in tcp_read_req (con=0x7f2081a933c0, bytes_read=0x7ffc6bc97f0c) at tcp_read.c:597

597 tcp_read.c: No such file or directory.

in tcp_read.c

(gdb) p con->con_req

$1 = (struct tcp_req *) 0x7f20931a97e0

(gdb) p &current_req

$2 = (struct tcp_req *) 0x82d720

(gdb) p req

$3 = (struct tcp_req *) 0x7f20931a97e0

(gdb)

*From:*Bogdan-Andrei Iancu [mailto:[email protected]]
*Sent:* Monday, August 31, 2015 3:45 PM
*To:* Gupta, Rahul; OpenSIPS users mailling list
*Subject:* Re: [OpenSIPS-Users] core generated by opensips



_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to