Bug #66377 | Workbench crashes when Routine-Group (Editor) is closed | ||
---|---|---|---|
Submitted: | 14 Aug 2012 13:17 | Modified: | 21 Aug 2012 10:28 |
Reporter: | Christian Ungur | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S1 (Critical) |
Version: | 5.2.41, 5.2.42 | OS: | MacOS (Snow Leopard) |
Assigned to: | CPU Architecture: | Any |
[14 Aug 2012 13:17]
Christian Ungur
[14 Aug 2012 13:19]
MySQL Verification Team
Please try new version 5.2.42. Thanks.
[14 Aug 2012 14:00]
Christian Ungur
I downloaded the new Version 5.2.42 (Rev. #9752). This Version seems to work better. Still some crashes but less buggy.
[14 Aug 2012 14:02]
Christian Ungur
Sometimes I'm also getting with this Version this Issue. Unfortunately I'm also getting comparable Issues with the Trigger-Editor.
[14 Aug 2012 14:16]
Christian Ungur
Creating a Routine-Group in a new empty Model also crashes Workbench. I tried to insert subsequent function into the empty routine group: -- -------------------------------------------------------------------------------- -- Geometrie Group Routines -- -------------------------------------------------------------------------------- DELIMITER $$ create function text_to_polygon( area text ) returns polygon begin declare continue handler for sqlexception return null; return GeomFromText( CONCAT( 'Polygon(', area, ')' ) ); end$$ create function text_to_point( point varchar(45) ) returns point begin declare continue handler for sqlexception return null; return GeomFromText( CONCAT( 'Point(', point, ')' ) ); end$$
[19 Aug 2012 13:26]
Valeriy Kravchuk
I can not repeat this with 5.2.42 on Mac OS X 10.5.6.
[21 Aug 2012 10:28]
Christian Ungur
Like I said. I do not exclude that it is a local Issue of mine. Workbench is pretty unstable from time to time. I'll reinstall/update my OS and will give a feedback later.