Bug #45272 | Memory leak when connecting and disconnecting from the proxy | ||
---|---|---|---|
Submitted: | 2 Jun 2009 17:31 | Modified: | 17 Aug 2009 15:18 |
Reporter: | Diego Medina | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Proxy: Core | Severity: | S1 (Critical) |
Version: | 0.7.0 | OS: | Any |
Assigned to: | MC Brown | CPU Architecture: | Any |
[2 Jun 2009 17:31]
Diego Medina
[2 Jun 2009 17:54]
Jan Kneschke
In trunk it is fixed as: revno: 673 committer: jan@mysql.com branch nick: trunk timestamp: Tue 2009-06-02 19:52:35 +0200 message: fixed mem-leak as socket->dst is already allocated in network_socket_new()
[2 Jun 2009 18:10]
Jan Kneschke
------------------------------------------------------------ revno: 661 committer: jan@mysql.com branch nick: 0.7 timestamp: Tue 2009-06-02 19:55:44 +0200 message: fixed mem-leak as socket->dst is already allocated in network_socket_new() (fixes #45272)
[5 Jun 2009 4:00]
Diego Medina
Verified fixed on 0.7.1 r 661 Verified fixed on 0.8.0 r 640
[17 Aug 2009 15:18]
MC Brown
A note has been added to the 0.7.1 changelog: Due to a memory leak, memory usage for each uniqute connection to the proxy would increase, leading to very high consumption.