Bug #67090 bug while inserting and selecting in the same table
Submitted: 4 Oct 2012 20:19 Modified: 4 Nov 2012 20:22
Reporter: alexandre bzowka Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench Severity:S1 (Critical)
Version:5.2.43 OS:Windows (Microsoft Windows 7 Home Premium Edition (build 7600), 32-bit)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[4 Oct 2012 20:19] alexandre bzowka
Description:
I am inserting +30,000 rows  in a table whith a PHP script and i tried to select the top 1000 rows in the same table with MySql Workbench. MySql Workbench crached when i tried to execute the select request.

----- Developer Notes -----

MySQL Workbench CE for Windows version 5.2.43  revision 9869
Configuration Directory: C:\Users\Alexandre\AppData\Roaming\MySQL\Workbench
Data Directory: C:\Program Files\MySQL\MySQL Workbench 5.2 CE
Cairo Version: 1.8.8
OS: Microsoft Windows 7 Home Premium Edition (build 7600), 32-bit
CPU: 2x Intel(R) Core(TM)2 Duo CPU     T7700  @ 2.40GHz, 3.5 GiB RAM
Active video adapter (0): NVIDIA GeForce 8600M GT 
Installed video RAM: 256 MB
Current video mode: 1920 x 1080 x 4294967296 couleurs
Used bit depth: 32
Driver version: 8.15.11.8621
Installed display drivers: nvd3dum.dll,nvwgf2um.dll,nvwgf2um.dll
Current user language: Français (France)

Exception = System.InvalidOperationException
Message = Collection was modified; enumeration operation may not execute.
FullText = System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Collections.Generic.List`1.Enumerator.MoveNext()
   at MySQL.Controls.FlatTabControl.BusyAnimationStep(Object sender, EventArgs args)
   at System.Drawing.ImageAnimator.ImageInfo.OnFrameChanged(EventArgs e)
   at System.Drawing.ImageAnimator.ImageInfo.set_Frame(Int32 value)
   at System.Drawing.ImageAnimator.AnimateImages50ms()
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()

How to repeat:
insert a lot of rows and select in the same table
[4 Oct 2012 20:22] MySQL Verification Team
Please try version 5.2.44. Thanks.
[5 Nov 2012 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".