MySQL Forums
Forum List  »  Router & Proxy

Re: mysql-proxy is crashing - Now in GDB
Posted by: Patricio Bruna
Date: August 22, 2008 05:56AM

Ok,
I got mysql-proxy running in gdb, and this is what it looks like:

#################################
(gdb) set args --proxy-address=192.168.1.30:3306 --proxy-backend-addresses=127.0.0.1:3306 --proxy-read-only-backend-addresses=10.10.10.13:3306 --admin-address=192.168.1.30:4041 --proxy-skip-profiling
(gdb) run
Starting program: /usr/sbin/mysql-proxy --proxy-address=192.168.1.30:3306 --proxy-backend-addresses=127.0.0.1:3306 --proxy-read-only-backend-addresses=10.10.10.13:3306 --admin-address=192.168.1.30:4041 --proxy-skip-profiling
[Thread debugging using libthread_db enabled]



file network-mysqld-proto.c: line 191 (network_mysqld_proto_skip): assertion failed: (*_off + size <= packet->len)
[New Thread 47123394787888 (LWP 28632)]

Program received signal SIGABRT, Aborted.
[Switching to Thread 47123394787888 (LWP 28632)]
0x00000034e3430155 in raise () from /lib64/libc.so.6

##########################################

Options: ReplyQuote


Subject
Views
Written By
Posted
6277
August 16, 2008 05:05PM
3682
August 16, 2008 10:40PM
3822
August 17, 2008 09:45AM
3593
August 20, 2008 03:34PM
Re: mysql-proxy is crashing - Now in GDB
4378
August 22, 2008 05:56AM
3701
September 11, 2008 02:35AM
3606
August 24, 2008 10:05PM
2766
May 14, 2009 07:23AM
2679
May 15, 2009 02:13PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.