The dreaded AV in Editor when switching connections.

Not a whole lot I can add. A couple of tabs. When switching to another db, got the AV. When I clicked to see the error/call stack, Toad stopped responding and eventually got a popup with Debug or Close options.

Found the .el file (if you need the rest, let me know):

EurekaLog 7.0.7.1

Application:

1.1 Start Date : Wed, 1 Jul 2015 08:27:51 -0500
1.2 Name/Description: Toad.exe - (Toad™ for Oracle®)
1.3 Version Number : 12.8.0.4
1.4 Parameters :
1.6 Up Time : 9 hour(s), 4 minute(s), 42 second(s)

Exception:

2.1 Date : Wed, 1 Jul 2015 17:32:34 -0500
2.2 Address : 00000000041A225E
2.3 Module Name: Toad.exe - (Toad™ for Oracle®)
2.5 Type : EAccessViolation
2.6 Message : Access violation at address 00000000041A225E in module ‘Toad.exe’. Read of address 0000000000000345
2.7 ID : DB250000
2.8 Count : 1
2.11 Sent : 0

User:

3.2 Name : CHX
3.3 Email:

Active Controls:

4.1 Form Class : Ghost
4.2 Form Text : Toad for Oracle (x64) BETA expires on 30-July-2015 (Not Responding)
4.3 Control Class: TtdDScintilla
4.4 Control Text : DROP TABLE snap_data_tmp PURGE;
CREATE TABLE snap_data_tmp ( seqnum NUMBER(38)
, fgc VARCHAR2(100)
, activity_event_id VARCHAR2(20)
, unused_text VARCHAR2(40)
, description VARCHAR2(500)
);
CREATE TABLE ae_tmp AS SELECT * FROM activity_event WHERE 1=2;
INSERT INTO ae_tmp( service_type_code, activity_event_id, document_name,gui_description
, MESSAGE_DESTINATION_CODE
, effective_status_date, effective_status_code
,RECORD_MODIFICATION_DTTM, RECORD_MODIFICATION_USERNAME
)
SELECT 3 /service_type_code/
, activity_event_id
, ‘Comprehensive Development Document for Auctions.docx’ /document_name/
, description /* gui_description /
, ‘MOA’ /MESSAGE_DESTINATION_CODE/
, TRUNC(SYSDATE)
, 0 /
effective_status_date*/
, LOCALTIMESTAMP /RECORD_MODIFICATION_DTTM/
, USER /* RECORD_MODIFICATION_USERNAME */
FROM snap_data_tmp
WHERE seqnum BETWEEN 2 AND 24
OR seqnum IN (33)
UNIO

Computer:

5.2 Total Memory : 8453214208 (7.87 Gb)
5.3 Free Memory : 2262437888 (2.11 Gb)
5.4 Total Disk : 250056704000 (232.88 Gb)
5.5 Free Disk : 123904516096 (115.40 Gb)
5.6 System Up Time : 3 day(s), 15 hour(s), 16 minute(s), 38 second(s)
5.7 Processor : Intel® Core™2 Duo CPU E8400 @ 3.00GHz
5.12 Virtual Machine:

Operating System:

6.1 Type : Microsoft Windows 7 (64 bit)
6.2 Build #: 7601

Steps to reproduce:

8.1 Text:

Call Stack Information:

|Methods |Details|Stack |Address |Module |Offset |Unit |Class |Procedure/Method |Line |

|*Exception Thread: ID=11256; Parent=0; Priority=-2 |
|Class=; Name=MAIN |
|DeadLock=0; Wait Chain= |

Comment=
7FFFFFFE
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

This has come up a few times and I've not been able to reproduce. When you switch to another DB are you changing the active session for the active Editor or are you just activating an Editor window for another connection or clicking on another connection in
the Connection Bar?

Michael

On 07/01/2015 06:56 PM, droeschley_109 wrote:

The dreaded AV in Editor when switching connections.

Thread created by droeschley_109
Not a whole lot I can add. A couple of tabs. When switching to another db, got the AV. When I clicked to see the error/call stack, Toad stopped responding and eventually got a popup with Debug or Close options.

Found the .el file (if you need the rest, let me know):

EurekaLog 7.0.7.1

Application:


1.1 Start Date : Wed, 1 Jul 2015 08:27:51 -0500

1.2 Name/Description: Toad.exe - (Toad™ for Oracle®)

1.3 Version Number : 12.8.0.4

1.4 Parameters :

1.6 Up Time : 9 hour(s), 4 minute(s), 42 second(s)

Exception:


2.1 Date : Wed, 1 Jul 2015 17:32:34 -0500

2.2 Address : 00000000041A225E

2.3 Module Name: Toad.exe - (Toad™ for Oracle®)

2.5 Type : EAccessViolation

2.6 Message : Access violation at address 00000000041A225E in module 'Toad.exe'. Read of address 0000000000000345

2.7 ID : DB250000

2.8 Count : 1

2.11 Sent : 0

User:


3.2 Name : CHX

3.3 Email:

Active Controls:


4.1 Form Class : Ghost

4.2 Form Text : Toad for Oracle (x64) BETA expires on 30-July-2015 (Not Responding)

4.3 Control Class: TtdDScintilla

4.4 Control Text : DROP TABLE snap_data_tmp PURGE;

CREATE TABLE snap_data_tmp ( seqnum NUMBER(38)

, fgc VARCHAR2(100)

, activity_event_id VARCHAR2(20)

, unused_text VARCHAR2(40)

, description VARCHAR2(500)

);

CREATE TABLE ae_tmp AS SELECT * FROM activity_event WHERE 1=2;

INSERT INTO ae_tmp( service_type_code, activity_event_id, document_name,gui_description

, MESSAGE_DESTINATION_CODE

, effective_status_date, effective_status_code

,RECORD_MODIFICATION_DTTM, RECORD_MODIFICATION_USERNAME

)

SELECT 3 /service_type_code/

, activity_event_id

, 'Comprehensive Development Document for Auctions.docx' /document_name/

, description /* gui_description */

, 'MOA' /MESSAGE_DESTINATION_CODE/

, TRUNC(SYSDATE)

, 0 /* effective_status_date*/

, LOCALTIMESTAMP /RECORD_MODIFICATION_DTTM/

, USER /* RECORD_MODIFICATION_USERNAME */

FROM snap_data_tmp

WHERE seqnum BETWEEN 2 AND 24

OR seqnum IN (33)

UNIO

Computer:


5.2 Total Memory : 8453214208 (7.87 Gb)

5.3 Free Memory : 2262437888 (2.11 Gb)

5.4 Total Disk : 250056704000 (232.88 Gb)

5.5 Free Disk : 123904516096 (115.40 Gb)

5.6 System Up Time : 3 day(s), 15 hour(s), 16 minute(s), 38 second(s)

5.7 Processor : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz

5.12 Virtual Machine:

Operating System:


6.1 Type : Microsoft Windows 7 (64 bit)

6.2 Build #: 7601

Steps to reproduce:


8.1 Text:

Call Stack Information:


|Methods |Details|Stack |Address |Module |Offset |Unit |Class |Procedure/Method |Line |


|*Exception Thread: ID=11256; Parent=0; Priority=-2 |

|Class=; Name=MAIN |

|DeadLock=0; Wait Chain= |

|Comment= |

|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

|7FFFFFFE|04 |0000000000000000|00000000041A225E|Toad.exe |000000000001225E|System | |_UStrCmp |24690[9] |

|00000040|04 |000000000042F388|00000000041A22D4|Toad.exe |00000000000122D4|System | |_UStrEqual |24798[1] |

|00000040|03 |000000000042F3B8|000000000838715D|Toad.exe |00000000041F715D|frmSyntaxEditor |TSyntaxEditorForm |GetParserObjectForDBObject | |

|00000040|03 |000000000042F448|000000000838E003|Toad.exe |00000000041FE003|frmSyntaxEditor |TSyntaxEditorForm |LoadBreakpointsFromINI | |

|00000040|03 |000000000042F598|000000000837F7BE|Toad.exe |00000000041EF7BE|frmSyntaxEditor |TSyntaxEditorForm |SetConnection | |

|00000040|03 |000000000042F5F8|0000000008490B2C|Toad.exe |0000000004300B2C|frmToadEditor |TFormToadEditor |SessionChanged | |

|00000040|03 |000000000042F658|00000000085D6235|Toad.exe |0000000004446235|frmToad |TToadForm |SetConnection | |

|00000040|03 |000000000042F698|00000000085A981F|Toad.exe |000000000441981F|mainform |TfrmMain |SelSessionMRUConnect | |

|00000040|03 |000000000042F6D8|0000000008EE6456|Toad.exe |0000000004D56456|dxBar |TdxBarItem |DoClick | |

|00000040|03 |000000000042F718|0000000008EE63CC|Toad.exe |0000000004D563CC|dxBar |TdxBarItem |DirectClick | |

|00000040|03 |000000000042F768|0000000008EDCF85|Toad.exe |0000000004D4CF85|dxBar |TdxBarItemControl |ControlUnclick | |

|00000040|03 |000000000042F7E8|0000000008EE28C1|Toad.exe |0000000004D528C1|dxBar |TdxBarButtonControl|ControlUnclick | |

|00000040|03 |000000000042F828|0000000008F284E1|Toad.exe |0000000004D984E1|dxBar |TCustomdxBarControl|DoLButtonUp | |

|00000040|03 |000000000042F898|0000000008F26212|Toad.exe |0000000004D96212|dxBar |TCustomdxBarControl|WMLButtonUp | |

|00000040|04 |000000000042F8D8|000000000419CE2E|Toad.exe |000000000000CE2E|System |TObject |Dispatch |13705[10] |

|00000040|04 |000000000042F928|000000000445FDE3|Toad.exe |00000000002CFDE3|Vcl.Controls |TControl |WndProc |7204[91] |

|00000040|04 |000000000042FA98|00000000044671C3|Toad.exe |00000000002D71C3|Vcl.Controls |TWinControl |WndProc |9976[152] |

|00000040|03 |000000000042FB68|0000000008F2736D|Toad.exe |0000000004D9736D|dxBar |TCustomdxBarControl|WndProc | |

|00000040|04 |000000000042FBC8|0000000004466437|Toad.exe |00000000002D6437|Vcl.Controls |TWinControl |MainWndProc |9689[3] |

|00000040|04 |000000000042FC18|0000000004267DF4|Toad.exe |00000000000D7DF4|System.Classes | |StdWndProc |13895 |

|00000040|03 |000000000042FC68|0000000076D49BCA|user32.dll |0000000000019BCA|USER32 | | (possible TranslateMessageEx+666)| |

|00000040|03 |000000000042FD28|0000000076D498D5|user32.dll |00000000000198D5|USER32 | | (possible TranslateMessage+485) | |

|00000040|04 |000000000042FDA8|00000000045E940F|Toad.exe |000000000045940F|Vcl.Forms |TApplication |ProcessMessage |10164[23] |

|00000040|04 |000000000042FE28|00000000045E9483|Toad.exe |0000000000459483|Vcl.Forms |TApplication |HandleMessage |10194[1] |

|00000040|04 |000000000042FE98|00000000045E997F|Toad.exe |000000000045997F|Vcl.Forms |TApplication |Run |10332[26] |

|00000040|03 |000000000042FED8|0000000008FA96D6|Toad.exe |0000000004E196D6|Toad | |Initialization | |

|00000040|03 |000000000042FF58|0000000076BA59DB|kernel32.dll |00000000000159DB|kernel32 | | (possible VirtualQuery+4743) | |

|00000040|03 |000000000042FF88|0000000076E5A64F|ntdll.dll |000000000002A64F|ntdll | | (possible towupper+1727) | |

When it happens, it’s when I switch the active Editor window to a different connection. I have several scripts/tabs open in the Editor, execute them using the current connection, then I try switching to another connection/db, that’s when it happens, but only sometimes.

Happened again in Active Editor window when switching to db in Recent list and logging on. I have 4 tabs open. I had closed 3 other tabs, copy/pasted into a current tab, executed as script in current connection, tried to change connection.

EurekaLog 7.0.7.1

Application:


1.1 Start Date : Mon, 27 Jul 2015 08:33:21 -0500

1.2 Name/Description: Toad.exe - (Toad™ for Oracle®)

1.3 Version Number : 12.8.0.11

1.4 Parameters :

1.6 Up Time : 2 hour(s), 34 minute(s), 41 second(s)

Exception:


2.1 Date : Mon, 27 Jul 2015 11:08:02 -0500

2.2 Address : 00000000041A225E

2.3 Module Name: Toad.exe - (Toad™ for Oracle®)

2.5 Type : EAccessViolation

2.6 Message : Access violation at address 00000000041A225E in module ‘Toad.exe’. Read of address 00000000000005E6

2.7 ID : DB250000

2.8 Count : 2

2.11 Sent : 0

User:


3.2 Name : CHX

3.3 Email:

Active Controls:


4.1 Form Class : TfrmMain

4.2 Form Text : Toad for Oracle (x64) BETA expires on 20-August-2015

4.3 Control Class: TtdDScintilla

4.4 Control Text : --DEVTOSS

DEFINE CURRENT_SCHEMA=QA1

@c:\temp\INSTRUMENT_QRY_16-vss40.SQL

DEFINE CURRENT_SCHEMA=QA2

@c:\temp\INSTRUMENT_QRY_16-vss40.SQL

DEFINE CURRENT_SCHEMA=QA4

@c:\temp\INSTRUMENT_QRY_16-vss40.SQL

DEFINE CURRENT_SCHEMA=QA5

@c:\temp\INSTRUMENT_QRY_16-vss40.SQL

DEFINE CURRENT_SCHEMA=FIRM_COMM

@c:\temp\INSTRUMENT_QRY_16-vss40.SQL

Computer:


5.2 Total Memory : 8453214208 (7.87 Gb)

5.3 Free Memory : 1444900864 (1.35 Gb)

5.4 Total Disk : 250056704000 (232.88 Gb)

5.5 Free Disk : 122605649920 (114.19 Gb)

5.6 System Up Time : 1 day(s), 7 hour(s), 39 minute(s), 50 second(s)

5.7 Processor : Intel® Core™2 Duo CPU E8400 @ 3.00GHz

5.12 Virtual Machine:

Operating System:


6.1 Type : Microsoft Windows 7 (64 bit)

6.2 Build #: 7601

Steps to reproduce:


8.1 Text:

Call Stack Information:


|Methods |Details|Stack |Address |Module |Offset |Unit |Class |Procedure/Method |Line |


|*Exception Thread: ID=2080; Parent=0; Priority=-2 |

|Class=; Name=MAIN |

|DeadLock=0; Wait Chain= |

|Comment= |

|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

|7FFFFFFE|04 |0000000000000000|00000000041A225E|Toad.exe |000000000001225E|System | |_UStrCmp |24690[9] |

|00000040|04 |000000000042F388|00000000041A22D4|Toad.exe |00000000000122D4|System | |_UStrEqual |24798[1] |

|00000040|03 |000000000042F3B8|00000000083C343A|Toad.exe |000000000423343A|frmSyntaxEditor |TSyntaxEditorForm |GetParserObjectForDBObject | |

|00000040|03 |000000000042F448|00000000083CA2C3|Toad.exe |000000000423A2C3|frmSyntaxEditor |TSyntaxEditorForm |LoadBreakpointsFromINI | |

|00000040|03 |000000000042F598|00000000083BBAE0|Toad.exe |000000000422BAE0|frmSyntaxEditor |TSyntaxEditorForm |SetConnection | |

|00000040|03 |000000000042F5F8|00000000084CD14C|Toad.exe |000000000433D14C|frmToadEditor |TFormToadEditor |SessionChanged | |

|00000040|03 |000000000042F658|0000000008612805|Toad.exe |0000000004482805|frmToad |TToadForm |SetConnection | |

|00000040|03 |000000000042F698|00000000085E5DEF|Toad.exe |0000000004455DEF|mainform |TfrmMain |SelSessionMRUConnect | |

|00000040|03 |000000000042F6D8|0000000008EF8556|Toad.exe |0000000004D68556|dxBar |TdxBarItem |DoClick | |

|00000040|03 |000000000042F718|0000000008EF84CC|Toad.exe |0000000004D684CC|dxBar |TdxBarItem |DirectClick | |

|00000040|03 |000000000042F768|0000000008EEF085|Toad.exe |0000000004D5F085|dxBar |TdxBarItemControl |ControlUnclick | |

|00000040|03 |000000000042F7E8|0000000008EF49C1|Toad.exe |0000000004D649C1|dxBar |TdxBarButtonControl|ControlUnclick | |

|00000040|03 |000000000042F828|0000000008F3A5E1|Toad.exe |0000000004DAA5E1|dxBar |TCustomdxBarControl|DoLButtonUp | |

|00000040|03 |000000000042F898|0000000008F38312|Toad.exe |0000000004DA8312|dxBar |TCustomdxBarControl|WMLButtonUp | |

|00000040|04 |000000000042F8D8|000000000419CE2E|Toad.exe |000000000000CE2E|System |TObject |Dispatch |13705[10] |

|00000040|04 |000000000042F928|000000000445FE83|Toad.exe |00000000002CFE83|Vcl.Controls |TControl |WndProc |7204[91] |

|00000040|04 |000000000042FA98|0000000004467263|Toad.exe |00000000002D7263|Vcl.Controls |TWinControl |WndProc |9976[152] |

|00000040|03 |000000000042FB68|0000000008F3946D|Toad.exe |0000000004DA946D|dxBar |TCustomdxBarControl|WndProc | |

|00000040|04 |000000000042FBC8|00000000044664D7|Toad.exe |00000000002D64D7|Vcl.Controls |TWinControl |MainWndProc |9689[3] |

|00000040|04 |000000000042FC18|0000000004267E94|Toad.exe |00000000000D7E94|System.Classes | |StdWndProc |13895[8] |

|00000040|03 |000000000042FC68|0000000077359BCA|user32.dll |0000000000019BCA|USER32 | | (possible TranslateMessageEx+666)| |

|00000040|03 |000000000042FD28|00000000773598D5|user32.dll |00000000000198D5|USER32 | | (possible TranslateMessage+485) | |

|00000040|04 |000000000042FDA8|00000000045E94AF|Toad.exe |00000000004594AF|Vcl.Forms |TApplication |ProcessMessage |10164[23] |

|00000040|04 |000000000042FE28|00000000045E9523|Toad.exe |0000000000459523|Vcl.Forms |TApplication |HandleMessage |10194[1] |

|00000040|04 |000000000042FE98|00000000045E9A1F|Toad.exe |0000000000459A1F|Vcl.Forms |TApplication |Run |10332[26] |

|00000040|03 |000000000042FED8|0000000008FBB946|Toad.exe |0000000004E2B946|Toad | |Initialization | |

|00000040|03 |000000000042FF58|00000000774559DB|kernel32.dll |00000000000159DB|kernel32 | | (possible VirtualQuery+4743) | |

|00000040|03 |000000000042FF88|000000007758A64F|ntdll.dll |000000000002A64F|ntdll | | (possible towupper+1727) | |

|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

| |

|Running Thread: ID=5956; Parent=2080; Priority=0 |

|Class=TSendThread; Name=[Unnamed thread] Kind: TThread. Thread function: CSLog.TSendThread.Execute + $0. Thread caller: CSLog.TSendThread.Create + $3C (CSLog.TSendThread.Execute)|

|DeadLock=0; Wait Chain=thread: [ 1744 / 5956 ] is blocked |

|Comment= |

|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

|7FFFFFFE|03 |0000000000000000|00000000775ABF1A|ntdll.dll |000000000004BF1A|ntdll | |ZwWaitForSingleObject | |

|00000040|03 |00000000139CFCC8|000007FEFD4B10D6|KERNELBASE.dll|00000000000010D6|KERNELBASE | |WaitForSingleObjectEx | |

|00000040|03 |00000000139CFD68|0000000006795D86|Toad.exe |0000000002605D86|CSLog |TSendThread |Execute | |

|00000040|04 |00000000139CFDC8|0000000004263158|Toad.exe |00000000000D3158|System.Classes | |ThreadProc |11769[11] |

|00000040|04 |00000000139CFE28|000000000437B864|Toad.exe |00000000001EB864|EThreadsManager | |NakedBeginThreadWrapper |1287[5] |

|00000040|04 |00000000139CFE78|00000000043C180E|Toad.exe |000000000023180E|EExceptionManager | |DefaultThreadHandleException |2767[6] |

|00000040|04 |00000000139CFED8|000000000437C944|Toad.exe |00000000001EC944|EThreadsManager | |ThreadWrapperCT |1677[17] |

|00000040|03 |00000000139CFF58|00000000774559DB|kernel32.dll |00000000000159DB|kernel32 | | (possible VirtualQuery+4743) | |

|00000040|03 |00000000139CFF88|000000007758A64F|ntdll.dll |000000000002A64F|ntdll | | (possible towupper+1727) | |

|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

| |

|Running Thread: ID=5856; Parent=2080; Priority=0 |

|Class=TSaveSettingsThread; Name=[Unnamed thread] Kind: TThread. Thread function: tdSaveSettings.TSaveSettingsThread.Execute + $0. Thread caller: tdSaveSettings.TSaveSettingsThread.Create + $3C (tdSaveSettings.TSaveSettingsThread.Execute)|

|DeadLock=0; Wait Chain=thread: [ 16E0 / 5856 ] is blocked |

|Comment= |

|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

|7FFFFFFE|03 |0000000000000000|00000000775AC48A|ntdll.dll |000000000004C48A|ntdll | |ZwWaitForMultipleObjects | |

|00000040|03 |0000000017B9FB88|000007FEFD4B141A|KERNELBASE.dll|000000000000141A|KERNELBASE | | (possible GetCurrentProcess+58) | |

|00000040|03 |0000000017B9FC88|000000007746171E|kernel32.dll |000000000002171E|kernel32 | | (possible IsProcessInJob+8534) | |

|00000040|04 |0000000017B9FD18|0000000004273B12|Toad.exe |00000000000E3B12|System.SyncObjs |THandleObject |WaitFor |670[13] |

|00000040|03 |0000000017B9FD78|0000000008BDE299|Toad.exe |0000000004A4E299|tdSaveSettings |TSaveSettingsThread|Execute | |

|00000040|04 |0000000017B9FDC8|0000000004263158|Toad.exe |00000000000D3158|System.Classes | |ThreadProc |11769[11] |

|00000040|04 |0000000017B9FE28|000000000437B864|Toad.exe |00000000001EB864|EThreadsManager | |NakedBeginThreadWrapper |1287[5] |

|00000040|04 |0000000017B9FE78|00000000043C180E|Toad.exe |000000000023180E|EExceptionManager | |DefaultThreadHandleException |2767[6] |

|00000040|04 |0000000017B9FED8|000000000437C944|Toad.exe |00000000001EC944|EThreadsManager | |ThreadWrapperCT |1677[17] |

|00000040|03 |0000000017B9FF58|00000000774559DB|kernel32.dll |00000000000159DB|kernel32 | | (possible VirtualQuery+4743) | |

|00000040|03 |0000000017B9FF88|000000007758A64F|ntdll.dll |000000000002A64F|ntdll | | (possible towupper+1727) | |

|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

| |

|Running Thread: ID=4540; Parent=2080; Priority=0 |

|Class=TWorkerThread; Name=[Unnamed thread] Kind: TThread. Thread function: VirtualTrees.TWorkerThread.Execute + $0. Thread caller: VirtualTrees.TWorkerThread.Create + $42 (VirtualTrees.TWorkerThread.Execute)|

|DeadLock=0; Wait Chain=thread: [ 11BC / 4540 ] is blocked |

|Comment= |

|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

|7FFFFFFE|03 |0000000000000000|00000000775ABF1A|ntdll.dll |000000000004BF1A|ntdll | |ZwWaitForSingleObject | |

|00000040|03 |000000001CEBFCD8|000007FEFD4B10D6|KERNELBASE.dll|00000000000010D6|KERNELBASE | |WaitForSingleObjectEx | |

|00000040|03 |000000001CEBFD78|000000000520A0DF|Toad.exe |000000000107A0DF|VirtualTrees |TWorkerThread |Execute | |

|00000040|04 |000000001CEBFDC8|0000000004263158|Toad.exe |00000000000D3158|System.Classes | |ThreadProc |11769[11] |

|00000040|04 |000000001CEBFE28|000000000437B864|Toad.exe |00000000001EB864|EThreadsManager | |NakedBeginThreadWrapper |1287[5] |

|00000040|04 |000000001CEBFE78|00000000043C180E|Toad.exe |000000000023180E|EExceptionManager | |DefaultThreadHandleException |2767[6] |

|00000040|04 |000000001CEBFED8|000000000437C944|Toad.exe |00000000001EC944|EThreadsManager | |ThreadWrapperCT |1677[17] |

|00000040|03 |000000001CEBFF58|00000000774559DB|kernel32.dll |00000000000159DB|kernel32 | &nb

Was NOT switching connections. Had 4 Tabs, one was a 2600 line script that I reloaded from disk successfully, but got the AV while reloading a 2nd time. The popup error window did not paint correctly but I could see the “click here” link so I could copy the el data to the clipboard.

EurekaLog 7.0.7.1

Application:


1.1 Start Date : Mon, 27 Jul 2015 14:39:41 -0500

1.2 Name/Description: Toad.exe - (Toad™ for Oracle®)

1.3 Version Number : 12.8.0.13

1.4 Parameters :

1.6 Up Time : 2 day(s), 11 minute(s), 20 second(s)

Exception:


2.1 Date : Wed, 29 Jul 2015 14:51:01 -0500

2.2 Address : 00000000041A225E

2.3 Module Name: Toad.exe - (Toad™ for Oracle®)

2.5 Type : EAccessViolation

2.6 Message : Access violation at address 00000000041A225E in module ‘Toad.exe’. Read of address 000000000000016E

2.7 ID : DB250000

2.8 Count : 1

2.11 Sent : 0

User:


3.2 Name : CHX

3.3 Email:

Active Controls:


4.1 Form Class : TfrmMain

4.2 Form Text : Toad for Oracle (x64) BETA expires on 26-August-2015

4.3 Control Class: TtdDScintilla

4.4 Control Text : PACKAGE POPULATE_AR_EX_DF_TABLES AS

.

PROCEDURE POPULATE_ALL_AR_EX_DF_TABLES(P_ME_VERSION VARCHAR);

PROCEDURE ALL_AR_TABLES(P_ME_VERSION VARCHAR);

PROCEDURE AR_USE_CASES_TABLE(P_ME_VERSION VARCHAR);

PROCEDURE AR_ORDERS_TABLE;

PROCEDURE AR_TRADES_TABLE;

PROCEDURE AR_MONTAGES_TABLE;

PROCEDURE ALL_EX_TABLES;

PROCEDURE EX_USE_CASES_TABLE;

PROCEDURE EX_ORDERS_TABLE;

PROCEDURE EX_TRADES_TABLE;

PROCEDURE EX_MONTAGES_TABLE;

PROCEDURE BUILD_USE_CASES_TO_COMPARE;

PROCEDURE BUILD_ORDERS_TO_COMPARE;

PROCEDURE ALL_DF_TABLES;

PROCEDURE DF_ORDERS_TABLE;

PROCEDURE DF_TRADES_TABLE;

PROCEDURE DF_MONTAGES_TABLE;

PROCEDURE LOG_ORDER_AND_MONTAGE_RESULTS;

.

END POPULATE_AR_EX_DF_TABLES;

PACKAGE BODY POPULATE_AR_EX_DF_TABLES AS

.

PROCEDURE POPULATE_ALL_AR_EX_DF_TABLES

(

P_ME_VERSION VARCHAR

)

.

IS

.

BEGIN

.

ALL_AR_TABLES(P_ME_VERSION);

.

ALL_EX_TABLES;

.

ALL_DF_TABLE

Computer:


5.2 Total Memory : 8453214208 (7.87 Gb)

5.3 Free Memory : 2869686272 (2.67 Gb)

5.4 Total Disk : 250056704000 (232.88 Gb)

5.5 Free Disk : 124347453440 (115.81 Gb)

5.6 System Up Time : 3 day(s), 11 hour(s), 22 minute(s), 46 second(s)

5.7 Processor : Intel® Core™2 Duo CPU E8400 @ 3.00GHz

5.12 Virtual Machine:

Operating System:


6.1 Type : Microsoft Windows 7 (64 bit)

6.2 Build #: 7601

Steps to reproduce:


8.1 Text:

Call Stack Information:


|Methods |Details|Stack |Address |Module |Offset |Unit |Class |Procedure/Method |Line |


|*Exception Thread: ID=6136; Parent=0; Priority=-2 |

|Class=; Name=MAIN |

|DeadLock=0; Wait Chain= |

|Comment= |

|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|

|7FFFFFFE|04 |0000000000000000|00000000041A225E|Toad.exe |000000000001225E|System | |_UStrCmp |24690[9] |

|00000040|04 |000000000042D4B8|00000000041A22D4|Toad.exe |00000000000122D4|System | |_UStrEqual |24798[1] |

|00000040|03 |000000000042D4E8|00000000083C34FA|Toad.exe |00000000042334FA|frmSyntaxEditor |TSyntaxEditorForm |GetParserObjectForDBObject | |

|00000040|03 |000000000042D578|00000000083CA383|Toad.exe |000000000423A383|frmSyntaxEditor |TSyntaxEditorForm |LoadBreakpointsFromINI | |

|00000040|03 |000000000042D6C8|00000000083AFE07|Toad.exe |000000000421FE07|frmSyntaxEditor |TSyntaxEditorForm |DoAfterLoadFile | |

|00000040|03 |000000000042D738|00000000083AFCC1|Toad.exe |000000000421FCC1|frmSyntaxEditor |TSyntaxEditorForm |LoadFromFile | |

|00000040|03 |000000000042D778|00000000084D6E80|Toad.exe |0000000004346E80|frmToadEditor |TFormToadEditor |LoadFile | |

|00000040|03 |000000000042D848|00000000084C3F96|Toad.exe |0000000004333F96|frmToadEditor |TFormToadEditor |UpdateFileTime | |

|00000040|03 |000000000042D8D8|00000000084C3EA3|Toad.exe |0000000004333EA3|frmToadEditor |TFormToadEditor |UpdateFileState | |

|00000040|03 |000000000042D928|00000000084C3DCF|Toad.exe |0000000004333DCF|frmToadEditor |TFormToadEditor |FormActivate | |

|00000040|04 |000000000042D958|00000000045DF526|Toad.exe |000000000044F526|Vcl.Forms |TCustomForm |Activate |5840[2] |

|00000040|04 |000000000042D998|00000000045E0DA7|Toad.exe |0000000000450DA7|Vcl.Forms |TCustomForm |CMActivate |6520[2] |

|00000040|04 |000000000042D9D8|000000000419CE2E|Toad.exe |000000000000CE2E|System |TObject |Dispatch |13705[10] |

|00000040|04 |000000000042DA28|000000000445FE83|Toad.exe |00000000002CFE83|Vcl.Controls |TControl |WndProc |7204[91] |

|00000040|04 |000000000042DB98|0000000004467263|Toad.exe |00000000002D7263|Vcl.Controls |TWinControl |WndProc |9976[152] |

|00000040|04 |000000000042DC68|00000000045DB56B|Toad.exe |000000000044B56B|Vcl.Forms |TCustomForm |WndProc |4344[201] |

|00000040|04 |000000000042DD28|00000000044664D7|Toad.exe |00000000002D64D7|Vcl.Controls |TWinControl |MainWndProc |9689[3] |

|00000040|04 |000000000042DD78|0000000004267E94|Toad.exe |00000000000D7E94|System.Classes | |StdWndProc |13895[8] |

|00000040|03 |000000000042DDC8|0000000077359BCA|user32.dll |0000000000019BCA|USER32 | | (possible TranslateMessageEx+666)| |

|00000040|03 |000000000042DE88|00000000773572C6|user32.dll |00000000000172C6|USER32 | | (possible SetWindowTextW+626) | |

|00000040|03 |000000000042DEE8|0000000077356826|user32.dll |0000000000016826|USER32 | | (possible IsDialogMessageW+358) | |

|00000040|03 |000000000042DF48|00000000775ABDE2|ntdll.dll |000000000004BDE2|ntdll | |KiUserCallbackDispatcher | |

|00000040|03 |000000000042DFD0|000000007735685A|user32.dll |000000000001685A|USER32 | | (possible IsDialogMessageW+410) | |

|00000040|03 |000000000042DFD8|000000007735383E|user32.dll |000000000001383E|USER32 | | (possible GetWindowLongPtrA+126) | |

|00000040|03 |000000000042E068|0000000077356BA8|user32.dll |0000000000016BA8|USER32 | |SendMessageW | |

|00000040|04 |000000000042E0B8|00000000045D6664|Toad.exe |0000000000446664|Vcl.Forms | |SendFocusMessage |2268[2] |

|00000040|04 |000000000042E0E8|00000000045DEF10|Toad.exe |000000000044EF10|Vcl.Forms |TCustomForm |SetFocusedControl |5708[31] |

|00000040|04 |000000000042E188|0000000004466C8F|Toad.exe |00000000002D6C8F|Vcl.Controls |TWinControl |WndProc |9850[26] |

|00000040|03 |000000000042E258|0000000008C26651|Toad.exe |0000000004A96651|tdDScintilla |TtdDScintilla |WndProc | |

|00000040|04 |000000000042E478|00000000044664D7|Toad.exe |00000000002D64D7|Vcl.Controls |TWinControl |MainWndProc |9689[3] |

|00000040|04 |000000000042E4C8|0000000004267E94|Toad.exe |00000000000D7E94|System.Classes | |StdWndProc |13895[8] |

|00000040|03 |000000000042E518|0000000077359BCA|user32.dll |0000000000019BCA|USER32 | | (possible TranslateMessageEx+666)| |

|00000040|03 |000000000042E5D8|00000000773572C6|user32.dll |00000000000172C6|USER32 | | (possible SetWindowTextW+626) | |

|00000040|03 |000000000042E638|0000000077356826|user32.dll |0000000000016826|USER32 | | (possible IsDialogMessageW+358) | |

|00000040|03 |000000000042E698|00000000775ABDE2|ntdll.dll |000000000004BDE2|ntdll | |KiUserCallbackDispatcher | |

|00000040|03 |000000000042E720|000000007734D22A|user32.dll |000000000000D22A|USER32 | |SetFocus | |

|00000040|04 |000000000042E728|00000000045DF268|Toad.exe |000000000044F268|Vcl.Forms |TCustomForm |SetWindowFocus |5769[10] |

|00000040|04 |000000000042E768|00000000045DF31F|Toad.exe |000000000044F31F|Vcl.Forms |TCustomForm |SetActive |5784[9] |

|00000040|04 |000000000042E7A8|00000000045E05E8|Toad.exe |00000000004505E8|Vcl.Forms |TCustomForm |WMMDIActivate |6274[5] |

|00000040|04 |000000000042E7E8|000000000419CE2E|Toad.exe |000000000000CE2E|System |TObject |Dispatch |13705[10] |

|00000040|04 |000000000042E838|000000000445FE83|Toad.exe |00000000002CFE83|Vcl.Controls |TControl |WndProc |7204[91] |

|00000040|04 |000000000042E9A8|0000000004467263|Toad.exe |00000000002D7263|Vcl.Controls |TWinControl |WndProc |9976[152] |

|00000040|04 |000000000042EA78|00000000045DB56B|Toad.exe |000000000044B56B|Vcl.Forms |TCustomForm |WndProc |4344[201] |

|00000040|04 |000000000042EB38|00000000044664D7|Toad.exe |00000000002D64D7|Vcl.Controls |TWinControl |MainWndProc |9689[3] |

|00000040|04 |000000000042EB88|0000000004267E94|Toad.exe |00000000000D7E94|System.Classes | |StdWndProc |13895[8] |

|00000040|03 |000000000042EBD8|0000000077359BCA|user32.dll |0000000000019BCA|USER32 | | (possible TranslateMessageEx+666)| |

|00000040|03 |000000000042EC98|00000000773572C6|user32.dll |00000000000172C6|USER32 | | (possible SetWindowTextW+626) | |

|00000040|03 |000000000042ECF8|0000000077356826|user32.dll |0000000000016826|USER32 | | (possible IsDialogMessageW+358) | |

|00000040|03 |000000000042ED58|00000000775ABDE2|ntdll.dll |000000000004BDE2|ntdll | |KiUserCallbackDispatcher | |

|00000040|03 |000000000042EDE0|000000007735685A|user32.dll |000000000001685A|USER32 | | (possible IsDialogMessageW+410) | |

|00000040|03 |000000000042EDE8|0000000077353831|user32.dll |0000000000013831|USER32 | | (possible GetWindowLongPtrA+113) | |

|00000040|03 |000000000042EE78|0000000077356BA8|user32.dll |0000000000016BA8|USER32 | |SendMessageW | |

|00000040|03 |000000000042EEC8|0000000077362115|user32.dll |0000000000022115|USER32 | | (possible SetMenu+2745) | |

|00000040|03 |000000000042EF38|0000000077361FBE|user32.dll |0000000000021FBE|USER32 | | (possible SetMenu+2402) | |

|00000040|03 |000000000042EF98|0000000077361521|user32.dll |0000000000021521|USER32 | |DefMDIChildProcW | |

|00000040|03 |000000000042EFD8|0000000077359BCA|user32.dll |0000000000019BCA|USER32 | | (possible TranslateMessageEx+666)| |

|00000040|03 |000000000042F098|0000000077353BF7|user32.dll |0000000000013BF7|USER32 | | (possible CallWindowProcW+151) | |

|00000040|03 |000000000042F0E8|0000000077353B73|user32.dll |0000000000013B73|USER32 | |CallWindowProcW | |

|00000040|04 |000000000042F128|00000000044673EC|Toad.exe |00000000002D73EC|Vcl.Controls |TWinControl |DefaultHandler |10017[30] |

|00000040|04 |000000000042F168|00000000045DEA4E|Toad.exe |000000000044EA4E|Vcl.Forms |TCustomForm |DefaultHandler |5616[11] |

|00000040|04 |000000000042F1A8|000000000419CE3C|Toad.exe |000000000000CE3C|System |TObject |Dispatch |13708[13] |

|00000040|04 |000000000042F1F8|000000000445FE83|Toad.exe |00000000002CFE83|Vcl.Controls |TControl |WndProc |7204[91] |

|00000040|04 |000000000042F368|0000000004467263|Toad.exe |00000000002D7263|Vcl.Controls |TWinControl |WndProc |9976[152] |

|00000040|04 |000000000042F438|00000000045DB56B|Toad.exe |000000000044B56B|Vcl.Forms |TCustomForm |WndProc |4344[201] |

|00000040|04 |000000000042F4F8|00000000044664D7|Toad.exe |00000000002D64D7|Vcl.Controls |TWinControl |MainWndProc |9689[3] |

|00000040|04 |000000000042F548|0000000004267E94|Toad.exe |00000000000D7E94|System.Classes | |StdWndProc |13895[8] |

|00000040|03 |000000000042F598|0000000077359BCA|user32.dll |0000000000019BCA|USER32 | | (possible TranslateMessageEx+666)| |

|00000040|03 |000000000042F658|00000000773572C6|user32.dll |00000000000172C6|USER32 | | (possible SetWindowTextW+626) | |

|00000040|03 |000000000042F6B8|0000000077356826|user32.dll |0000000000016826|USER32 | | (possible IsDialogMessageW+358) | |

|00000040|03 |000000000042F718|00000000775ABDE2|ntdll.dll |000000000004BDE2|ntdll | |KiUserCallbackDispatcher | |

|00000040|03 |000000000042F7A0|0000000077353C5A|user32.dll |0000000000013C5A|USER32 | |SetWindowPos | |

|00000040|03 |000000000042F7A8|0000000077376669|user32.dll |0000000000036669|USER32 | |RegisterServicesProcess | |

|00000040|03 |000000000042F858|0000000077361281|user32.dll |0000000000021281|USER32 | &

Opened new editor window, loaded script from PM and modified it and saved it, copied a section of script, open new tab, paste, modify, and execute each statement, switch to new connection - boom

EurekaLog 7.0.7.1

Application:


1.1 Start Date : Tue, 4 Aug 2015 09:05:23 -0500

1.2 Name/Description: Toad.exe - (Toad™ for Oracle®)

1.3 Version Number : 12.8.0.14

1.4 Parameters :

1.6 Up Time : 2 day(s), 9 minute(s), 29 second(s)

Exception:


2.1 Date : Thu, 6 Aug 2015 09:14:53 -0500

2.2 Address : 00000000041A225E

2.3 Module Name: Toad.exe - (Toad™ for Oracle®)

2.5 Type : EAccessViolation

2.6 Message : Access violation at address 00000000041A225E in module ‘Toad.exe’. Read of address 00000000000002DB

2.7 ID : DB250000

2.8 Count : 3

2.11 Sent : 0

User:


3.2 Name : CHX

3.3 Email:

Active Controls:


4.1 Form Class : TfrmMain

4.2 Form Text : Toad for Oracle (x64) BETA expires on 02-September-2015

4.3 Control Class: TtdDScintilla

4.4 Control Text : ALTER TABLE reference.REF_PEGGED_TYPE_CODE_HIST

MODIFY

PEGGED_TYPE_CODE VARCHAR2(1);

.

ALTER TRIGGER reference.ref_pegged_type_code_h_dba COMPILE;

ALTER TRIGGER reference.ref_pegged_type_code_iud COMPILE;

Computer:


5.2 Total Memory : 8453214208 (7.87 Gb)

5.3 Free Memory : 2409275392 (2.24 Gb)

5.4 Total Disk : 250056704000 (232.88 Gb)

5.5 Free Disk : 120946556928 (112.64 Gb)

5.6 System Up Time : 4 day(s), 6 hour(s), 54 minute(s), 33 second(s)

5.7 Processor : Intel® Core™2 Duo CPU E8400 @ 3.00GHz

5.12 Virtual Machine:

Operating System:


6.1 Type : Microsoft Windows 7 (64 bit)

6.2 Build #: 7601

Steps to reproduce:


8.1 Text:

Call Stack Information:


|Methods |Details|Stack |Address |Module |Offset |Unit |Class |Procedure/Method |Line |


|*Exception Thread: ID=7060; Parent=0; Priority=-2 |

|Class=; Name=MAIN |

|DeadLock=0; Wait Chain= |

|Comment= |

|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|

|7FFFFFFE|04 |0000000000000000|00000000041A225E|Toad.exe |000000000001225E|System | |_UStrCmp |24690[9] |

|00000040|04 |000000000042F388|00000000041A22D4|Toad.exe |00000000000122D4|System | |_UStrEqual |24798[1] |

|00000040|03 |000000000042F3B8|000000000806866A|Toad.exe |0000000003ED866A|frmSyntaxEditor |TSyntaxEditorForm |GetParserObjectForDBObject | |

|00000040|03 |000000000042F448|000000000806F4F3|Toad.exe |0000000003EDF4F3|frmSyntaxEditor |TSyntaxEditorForm |LoadBreakpointsFromINI | |

|00000040|03 |000000000042F598|0000000008060EB0|Toad.exe |0000000003ED0EB0|frmSyntaxEditor |TSyntaxEditorForm |SetConnection | |

|00000040|03 |000000000042F5F8|000000000815A29C|Toad.exe |0000000003FCA29C|frmToadEditor |TFormToadEditor |SessionChanged | |

|00000040|03 |000000000042F658|0000000008579FF5|Toad.exe |00000000043E9FF5|frmToad |TToadForm |SetConnection | |

|00000040|03 |000000000042F698|00000000088077CE|Toad.exe |00000000046777CE|mainform |TfrmMain |dxpmChangeSessionClick | |

|00000040|03 |000000000042F6D8|0000000008F003F6|Toad.exe |0000000004D703F6|dxBar |TdxBarItem |DoClick | |

|00000040|03 |000000000042F718|0000000008F0036C|Toad.exe |0000000004D7036C|dxBar |TdxBarItem |DirectClick | |

|00000040|03 |000000000042F768|0000000008EF6F25|Toad.exe |0000000004D66F25|dxBar |TdxBarItemControl |ControlUnclick | |

|00000040|03 |000000000042F7E8|0000000008EFC861|Toad.exe |0000000004D6C861|dxBar |TdxBarButtonControl|ControlUnclick | |

|00000040|03 |000000000042F828|0000000008F42481|Toad.exe |0000000004DB2481|dxBar |TCustomdxBarControl|DoLButtonUp | |

|00000040|03 |000000000042F898|0000000008F401B2|Toad.exe |0000000004DB01B2|dxBar |TCustomdxBarControl|WMLButtonUp | |

|00000040|04 |000000000042F8D8|000000000419CE2E|Toad.exe |000000000000CE2E|System |TObject |Dispatch |13705[10] |

|00000040|04 |000000000042F928|000000000445FE83|Toad.exe |00000000002CFE83|Vcl.Controls |TControl |WndProc |7204[91] |

|00000040|04 |000000000042FA98|0000000004467263|Toad.exe |00000000002D7263|Vcl.Controls |TWinControl |WndProc |9976[152] |

|00000040|03 |000000000042FB68|0000000008F4130D|Toad.exe |0000000004DB130D|dxBar |TCustomdxBarControl|WndProc | |

|00000040|04 |000000000042FBC8|00000000044664D7|Toad.exe |00000000002D64D7|Vcl.Controls |TWinControl |MainWndProc |9689[3] |

|00000040|04 |000000000042FC18|0000000004267E94|Toad.exe |00000000000D7E94|System.Classes | |StdWndProc |13895[8] |

|00000040|03 |000000000042FC68|0000000077729BCA|user32.dll |0000000000019BCA|USER32 | | (possible TranslateMessageEx+666)| |

|00000040|03 |000000000042FD28|00000000777298D5|user32.dll |00000000000198D5|USER32 | | (possible TranslateMessage+485) | |

|00000040|04 |000000000042FDA8|00000000045E94AF|Toad.exe |00000000004594AF|Vcl.Forms |TApplication |ProcessMessage |10164[23] |

|00000040|04 |000000000042FE28|00000000045E9523|Toad.exe |0000000000459523|Vcl.Forms |TApplication |HandleMessage |10194[1] |

|00000040|04 |000000000042FE98|00000000045E9A1F|Toad.exe |0000000000459A1F|Vcl.Forms |TApplication |Run |10332[26] |

|00000040|03 |000000000042FED8|0000000008FC3906|Toad.exe |0000000004E33906|Toad | |Initialization | |

|00000040|03 |000000000042FF58|00000000776059DB|kernel32.dll |00000000000159DB|kernel32 | | (possible VirtualQuery+4743) | |

|00000040|03 |000000000042FF88|00000000778BA64F|ntdll.dll |000000000002A64F|ntdll | | (possible towupper+1727) | |

|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|

| |

|Running Thread: ID=5924; Parent=7060; Priority=0 |

|Class=TSendThread; Name=[Unnamed thread] Kind: TThread. Thread function: CSLog.TSendThread.Execute + $0. Thread caller: CSLog.TSendThread.Create + $3C (CSLog.TSendThread.Execute)|

|DeadLock=0; Wait Chain=thread: [ 1724 / 5924 ] is blocked |

|Comment= |

|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|

|7FFFFFFE|03 |0000000000000000|00000000778DBF1A|ntdll.dll |000000000004BF1A|ntdll | |ZwWaitForSingleObject | |

|00000040|03 |0000000013DFFCC8|000007FEFDAA10D6|KERNELBASE.dll|00000000000010D6|KERNELBASE | |WaitForSingleObjectEx | |

|00000040|03 |0000000013DFFD68|000000000602A636|Toad.exe |0000000001E9A636|CSLog |TSendThread |Execute | |

|00000040|04 |0000000013DFFDC8|0000000004263158|Toad.exe |00000000000D3158|System.Classes | |ThreadProc |11769[11] |

|00000040|04 |0000000013DFFE28|000000000437B864|Toad.exe |00000000001EB864|EThreadsManager | |NakedBeginThreadWrapper |1287[5] |

|00000040|04 |0000000013DFFE78|00000000043C180E|Toad.exe |000000000023180E|EExceptionManager| |DefaultThreadHandleException |2767[6] |

|00000040|04 |0000000013DFFED8|000000000437C944|Toad.exe |00000000001EC944|EThreadsManager | |ThreadWrapperCT |1677[17] |

|00000040|03 |0000000013DFFF58|00000000776059DB|kernel32.dll |00000000000159DB|kernel32 | | (possible VirtualQuery+4743) | |

|00000040|03 |0000000013DFFF88|00000000778BA64F|ntdll.dll |000000000002A64F|ntdll | | (possible towupper+1727) | |

|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|

| |

|Running Thread: ID=2588; Parent=7060; Priority=0 |

|Class=TSaveSettingsThread; Name=[Unnamed thread] Kind: TThread. Thread function: tdSaveSettings.TSaveSettingsThread.Execute + $0. Thread caller: tdSaveSettings.TSaveSettingsThread.Create + $3C (tdSaveSettings.TSaveSettingsThread.Execute)|

|DeadLock=0; Wait Chain=thread: [ 0A1C / 2588 ] is blocked |

|Comment= |

|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|

|7FFFFFFE|03 |0000000000000000|00000000778DC48A|ntdll.dll |000000000004C48A|ntdll | |ZwWaitForMultipleObjects | |

|00000040|03 |000000001832FB88|000007FEFDAA141A|KERNELBASE.dll|000000000000141A|KERNELBASE | | (possible GetCurrentProcess+58) | |

|00000040|03 |000000001832FC88|000000007761171E|kernel32.dll |000000000002171E|kernel32 | | (possible IsProcessInJob+8534) | |

|00000040|04 |000000001832FD18|0000000004273B12|Toad.exe |00000000000E3B12|System.SyncObjs |THandleObject |WaitFor |670[13] |

|00000040|03 |000000001832FD78|0000000008BE6049|Toad.exe |0000000004A56049|tdSaveSettings |TSaveSettingsThread|Execute | |

|00000040|04 |000000001832FDC8|0000000004263158|Toad.exe |00000000000D3158|System.Classes | |ThreadProc |11769[11] |

|00000040|04 |000000001832FE28|000000000437B864|Toad.exe |00000000001EB864|EThreadsManager | |NakedBeginThreadWrapper |1287[5] |

|00000040|04 |000000001832FE78|00000000043C180E|Toad.exe |000000000023180E|EExceptionManager| |DefaultThreadHandleException |2767[6] |

|00000040|04 |000000001832FED8|000000000437C944|Toad.exe |00000000001EC944|EThreadsManager | |ThreadWrapperCT |1677[17] |

|00000040|03 |000000001832FF58|00000000776059DB|kernel32.dll |00000000000159DB|kernel32 | | (possible VirtualQuery+4743) | |

|00000040|03 |000000001832FF88|00000000778BA64F|ntdll.dll |000000000002A64F|ntdll | | (possible towupper+1727) | |

|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|

| |

|Running Thread: ID=7468; Parent=7060; Priority=0 |

|Class=TWorkerThread; Name=[Unnamed thread] Kind: TThread. Thread function: VirtualTrees.TWorkerThread.Execute + $0. Thread caller: VirtualTrees.TWorkerThread.Create + $42 (VirtualTrees.TWorkerThread.Execute)|

|DeadLock=0; Wait Chain=thread: [ 1D2C / 7468 ] is blocked |

|Comment= |

|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|

|7FFFFFFE|03 |0000000000000000|00000000778DBF1A|ntdll.dll |000000000004BF1A|ntdll | |ZwWaitForSingleObject | |

|00000040|03 |000000001B70FCD8|000007FEFDAA10D6|KERNELBASE.dll|00000000000010D6|KERNELBASE | |WaitForSingleObjectEx | |

|00000040|03 |000000001B70FD78|000000000520A18F|Toad.exe |000000000107A18F|VirtualTrees |TWorkerThread |Execute | |

|00000040|04 |000000001B70FDC8|0000000004263158|Toad.exe |00000000000D3158|System.Classes | |ThreadProc |11769[11] |

|00000040|04 |000000001B70FE28|000000000437B864|Toad.exe |00000000001EB864|EThreadsManager | |NakedBeginThreadWrapper |1287[5] |

|00000040|04 |000000001B70FE78|00000000043C180E|Toad.exe |000000000023180E|EExceptionManager| |DefaultThreadHandleException |2767[6] |

|00000040|04 |000000001B70FED8|000000000437C944|Toad.exe |00000000001EC944|EThreadsManager | |ThreadWrapperCT |1677[17] |

|00000040|03 |000000001B70FF58|00000000776059DB|kernel32.dll |00000000000159DB|kernel32 | | (possible VirtualQuery+4743) | |

|00000040|03 |000000001B70FF88|00000000778BA64F|ntdll.dll |000000000002A64F|ntdll | | (possible towupper+1727) | |


Modules Information:


|Handle |Name &n

Additionally, I copied the code from my current tab, opened a new editor window for different connection (the one I was trying to switch to), pasted code, execute as script, switch connection, execute as script, switch connection, execute as script. Worked fine.

Send me TOADAPARAMS.ini from your user files folder, thanks. The failing code is dependent on that file being present and having data. I’m curious too see what it contains. michael.staszewskiquest.com