Bug #63095 | Crashes when a simple update query is performed | ||
---|---|---|---|
Submitted: | 3 Nov 2011 23:23 | Modified: | 4 Jan 2012 12:43 |
Reporter: | Paul Albers | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S2 (Serious) |
Version: | 5.2.35 CE | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | edit crash, update crash edit |
[3 Nov 2011 23:23]
Paul Albers
[4 Nov 2011 0:33]
MySQL Verification Team
Thank you for the bug report. Could you please right click around the bug icon and select copy to clipboard the back trace and paste it here. Thanks.
[12 Nov 2011 9:34]
Paul Albers
Hello, This is the backtrace for the error i recieved. I took a while because i am not using it every day and the last day's it worked normally. But now i found it again. What i did:: right click on a table and select 'edit' Changed the query and added WHERE id = 150; Then i eddited the row and hit ctrl+enter and the error appears! As is see the problem is with the datagridview, i had the same problems with the datagridview. There are a lot of things to check with that component. Greetz! Paul Exception = System.ArgumentOutOfRangeException Message = Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index FullText = System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at System.Windows.Forms.DataGridViewColumnCollection.get_Item(Int32 index) at System.Windows.Forms.DataGridView.PositionEditingControl(Boolean setLocation, Boolean setSize, Boolean setFocus) at System.Windows.Forms.DataGridView.PerformLayoutPrivate(Boolean useRowShortcut, Boolean computeVisibleRows, Boolean invalidInAdjustFillingColumns, Boolean repositionEditingControl) at System.Windows.Forms.DataGridView.ResetUIState(Boolean useRowShortcut, Boolean computeVisibleRows) at System.Windows.Forms.DataGridViewRowCollection.OnCollectionChanged_PreNotification(CollectionChangeAction cca, Int32 rowIndex, Int32 rowCount, DataGridViewRow& dataGridViewRow, Boolean changeIsInsertion) at System.Windows.Forms.DataGridViewRowCollection.OnCollectionChanged(CollectionChangeEventArgs e, Int32 rowIndex, Int32 rowCount, Boolean changeIsDeletion, Boolean changeIsInsertion, Boolean recreateNewRow, Point newCurrentCell) at System.Windows.Forms.DataGridViewRowCollection.ClearInternal(Boolean recreateNewRow) at System.Windows.Forms.DataGridView.OnClearingColumns() at System.Windows.Forms.DataGridViewColumnCollection.Clear() at System.Windows.Forms.DataGridView.Dispose(Boolean disposing) at MySQL.Controls.GridView.Dispose(Boolean disposing) at System.ComponentModel.Component.Dispose() at MySQL.Grt.Db.RecordsetView.Dispose(Boolean disposing) at System.ComponentModel.Component.Dispose() at MySQL.GUI.Workbench.DbSqlEditor.CloseRecordset(Int64 key) at MySQL.GUI.Workbench.DbSqlEditor.<>c__DisplayClass2.<RecordsetListChanged>b__0()
[4 Dec 2011 12:43]
Valeriy Kravchuk
Please, check if the same problem still happens with a newer version, 5.2.36.
[5 Jan 2012 7: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".