MySQL Forums
Forum List  »  Router & Proxy

Crashing
Posted by: Jeremy Kusnetz
Date: August 07, 2007 12:45PM

We have a mysql application that connects to a mysql server through stunnel. The application can be called hundreds of times each time opening up a new connection and thus a new stunnel. mysql-proxy seems to be a great solution for this problem.

I'm running the latest SVN as of 8/7/2007. when testing a proxy-port that the application doesn't connect to everything seems fine, but as soon as I start mysql-proxy on the mysql port the application uses, mysql-proxy dies:

file network-mysqld-proto.c: line 94 (network_mysqld_proto_skip): assertion failed: (*_off + size <= packet->len)
Aborted

Should I open a bug, or is something I'm doing wrong?

mysql-proxy --proxy-backend-addresses=sql:3311 --proxy-address=:3310

3310 is what's normally stunneled, so I changed stunnel to listen to 3310 and set mysql proxy to listen to 3310.

Options: ReplyQuote


Subject
Views
Written By
Posted
Crashing
3906
August 07, 2007 12:45PM
2385
August 07, 2007 04:40PM
2297
August 08, 2007 08:01AM


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.