Bug #60192 Workbench cannot open Connection tab when process id is too large
Submitted: 21 Feb 2011 18:08 Modified: 15 May 2011 23:39
Reporter: Daniel Seif Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S2 (Serious)
Version:5.2.31 GA OS:Linux (Ubuntu 10.10)
Assigned to: CPU Architecture:Any

[21 Feb 2011 18:08] Daniel Seif
Description:
When the process ids of the database connections are too high, the connection tab is not able to display the process information. Instead it shows an errorbox saying

"Unhandled exception: in method 'TreeView_set_int', argument 4 of type 'int'"

How to repeat:
Open the connection tab when connected to a database with high process ids. Current ids here include:

13252694781
13252694780
13252694778
etc.

Suggested fix:
instead of using the int datatype, switch to long or similar
[15 May 2011 23:39] Paul DuBois
Noted in 5.2.34 changelog.

When database connections had process IDs with large values, the
connection tab displayed an error box rather than process 
information.