Crashes / hangs occur in conjunction with the Blob Edit window.
Steps to reproduce (at least for me ):
-- 1. Create a test table
CREATE TABLE test
(
raw_data BLOB,
report BLOB
);
-- Insert at least one row (no need to commit)
INSERT INTO test
VALUES (NULL, NULL);
-- Select from test table
SELECT * FROM test;
-- Now double-click the RAW_DATA column, then double-click the REPORT column. (sometimes toad hangs / crashes here)
-- Cleanup (sometimes toad hangs / crashes here)
DROP TABLE test;
sometime the following error appears: