crash on data view if other person adds column to table

[expired user #9323]'s profile image [expired user #9323] posted 8 years ago in General Permalink

create table

CREATE TABLE `test` (
    `col1` INT(11) NULL DEFAULT NULL
)
COLLATE='utf8_general_ci'
ENGINE=MyISAM
;

go to the datagrid view of the table on your computer

open heidisql on a second computer and add there a column to the table

ALTER TABLE `test`
    ADD COLUMN `col2` INT(11) NULL DEFAULT NULL AFTER `col1`;

on you computer in the datagrid try to change value in col1 ... curious error message press multiple times f5 to refresh ... crash

mysql: 5.0.51

heidisql: 9.3.0.5083

[expired user #9323]'s profile image [expired user #9323] posted 8 years ago Permalink

on you computer in the datagrid try to change value in col1 ... curious error message press multiple times f5 to refresh ... crash

sorry can't edit message, quoted line should be 2 lines

on your computer in the datagrid try to change value in col1 ... curious error message

(then) if you press multiple times f5 to refresh ... crash

[expired user #9323]'s profile image [expired user #9323] posted 8 years ago Permalink
  • no need for 2. computer, 2. instance of heidi is enough (not only a 2. connection!)
  • no need to edit col1, crashes also with refresh (f5) only

Report:

main thread ($2380):
00aa3002 heidisql.exe dbconnection    6027  +3 TDBQuery.ColAttributes
7ffb6883 USER32.dll                            GetMessageW
004ede85 heidisql.exe madExcept                HandleException
004faa34 heidisql.exe madExcept                InterceptAHandleExcept
007ee716 heidisql.exe Vcl.Menus                DoClick
007ee4f6 heidisql.exe Vcl.Menus                DoClick
007ee7ec heidisql.exe Vcl.Menus                TMenu.IsShortCut
0069fbcd heidisql.exe Vcl.Controls             TWinControl.IsMenuKey
0069fc68 heidisql.exe Vcl.Controls             TWinControl.CNKeyDown
0040cb1e heidisql.exe System                   TObject.Dispatch
00694ad3 heidisql.exe Vcl.Controls             TControl.WndProc
0069c19e heidisql.exe Vcl.Controls             TWinControl.WndProc
008ef06e heidisql.exe VirtualTrees   25273 +32 TBaseVirtualTree.WndProc
0069b3da heidisql.exe Vcl.Controls             TWinControl.MainWndProc
005dbd13 heidisql.exe System.Classes           StdWndProc
7ffb6882 USER32.dll                            SendMessageW
00814243 heidisql.exe Vcl.Forms                TApplication.IsKeyMsg
008145c7 heidisql.exe Vcl.Forms                TApplication.ProcessMessage
00814663 heidisql.exe Vcl.Forms                TApplication.HandleMessage
00814b4f heidisql.exe Vcl.Forms                TApplication.Run
00c740c7 heidisql.exe heidisql          78 +24 initialization
7ffb6877 KERNEL32.DLL                          BaseThreadInitThunk
7ffb689c ntdll.dll                             RtlUserThreadStart

Please login to leave a reply, or register at first.