Access Violations on Team Coding options in 12.9

I’m regularly getting access violation errors when trying to use the Team Coding commands from the toolbar.

It doesn’t stop me from continuing, I can just click OK and continue.

Here is the log:

EurekaLog 7.3.1.0

Application:

1.1 Start Date : Wed, 27 Jan 2016 11:34:27 +0000
1.2 Name/Description: Toad.exe - (Toad™ for Oracle®)
1.3 Version Number : 12.9.0.19
1.4 Parameters :
1.6 Up Time : 13 minute(s), 49 second(s)

Exception:

2.1 Date : Wed, 27 Jan 2016 11:48:17 +0000
2.2 Address : 000000000419FCE9
2.3 Module Name: Toad.exe - (Toad™ for Oracle®)
2.5 Type : EAccessViolation
2.6 Message : Access violation at address 000000000419FCE9 in module ‘Toad.exe’. Read of address 0000000000000070.
2.7 ID : 5B080000
2.8 Count : 1
2.11 Sent : 0

User:

3.2 Name : End User
3.3 Email:

Active Controls:

4.1 Form Class : TfrmMain
4.2 Form Text : Toad for Oracle (x64) BETA expires on 24-February-2016 - [QUEST_PROD@WIN_SOURCE - Editor (LOOPPROC)]
4.3 Control Class: TtdDScintilla
4.4 Control Text : CREATE OR REPLACE PROCEDURE QUEST_PROD.loopproc (inval NUMBER)
IS
tmpvar NUMBER;
tmpvar2 NUMBER;
total NUMBER;
BEGIN
tmpvar := 0;
tmpvar2 := 0;
total := 0;
.
FOR lcv IN 1 … inval
LOOP
total := 2 * total + 1 - tmpvar2;
tmpvar2 := tmpvar;
tmpvar := total;
END LOOP;
.
DBMS_OUTPUT.put_line (‘TOTAL IS:_’ || total);
END loopproc;
/

Computer:

5.2 Total Memory : 34224201728 (31.87 Gb)
5.3 Free Memory : 26546249728 (24.72 Gb)
5.4 Total Disk : 750153363456 (698.63 Gb)
5.5 Free Disk : 68720787456 (64.00 Gb)
5.6 System Up Time : 45 minute(s), 7 second(s)
5.7 Processor : Intel® Core™ i7-3740QM CPU @ 2.70GHz
5.12 Virtual Machine:

Operating System:

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

Steps to reproduce:

8.1 Text:

Call Stack Information:

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

|*Exception Thread: ID=5948; 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
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
00000040
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
&nbs

Hey Denis,

It looks like your Git configuration may have somehow gotten corrupt. Can you turn on VCS debug logging and see if the Git command is actually being logged? If so, can you forward me the last dozen or so lines offline? Based on the call stack below, it doesn’t look like it’s getting to the execution stage of the command.

-John

From: Denis.OSullivan [mailto:bounce-DenisOSullivan@toadworld.com]

Sent: Wednesday, January 27, 2016 10:37 AM

To: toadoraclebeta@toadworld.com

Subject: [Toad for Oracle - Beta Discussion Forum] Access Violations on Team Coding options in 12.9

Access Violations on Team Coding options in 12.9

Thread created by Denis.OSullivan

I’m regularly getting access violation errors when trying to use the Team Coding commands from the toolbar.

It doesn’t stop me from continuing, I can just click OK and continue.

Here is the log:

EurekaLog 7.3.1.0

Application:


1.1 Start Date : Wed, 27 Jan 2016 11:34:27 +0000

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

1.3 Version Number : 12.9.0.19

1.4 Parameters :

1.6 Up Time : 13 minute(s), 49 second(s)

Exception:


2.1 Date : Wed, 27 Jan 2016 11:48:17 +0000

2.2 Address : 000000000419FCE9

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

2.5 Type : EAccessViolation

2.6 Message : Access violation at address 000000000419FCE9 in module ‘Toad.exe’. Read of address 0000000000000070.

2.7 ID : 5B080000

2.8 Count : 1

2.11 Sent : 0

User:


3.2 Name : End User

3.3 Email:

Active Controls:


4.1 Form Class : TfrmMain

4.2 Form Text : Toad for Oracle (x64) BETA expires on 24-February-2016 - [QUEST_PROD@WIN_SOURCE - Editor (LOOPPROC)]

4.3 Control Class: TtdDScintilla

4.4 Control Text : CREATE OR REPLACE PROCEDURE QUEST_PROD.loopproc (inval NUMBER)

                 IS

                    tmpvar   NUMBER;

                    tmpvar2   NUMBER;

                    total    NUMBER;

                 BEGIN

                    tmpvar := 0;

                    tmpvar2 := 0;

                    total := 0;

                 .

                    FOR lcv IN 1 .. inval

                    LOOP

                       total := 2 * total + 1 - tmpvar2;

                       tmpvar2 := tmpvar;

                       tmpvar := total;

                    END LOOP;

                 .

                    DBMS_OUTPUT.put_line ('TOTAL IS:_' || total);

                 END loopproc;

                 /

Computer:


5.2 Total Memory : 34224201728 (31.87 Gb)

5.3 Free Memory : 26546249728 (24.72 Gb)

5.4 Total Disk : 750153363456 (698.63 Gb)

5.5 Free Disk : 68720787456 (64.00 Gb)

5.6 System Up Time : 45 minute(s), 7 second(s)

5.7 Processor : Intel® Core™ i7-3740QM CPU @ 2.70GHz

5.12 Virtual Machine:

Operating System:


6.1 Type : Microsoft Windows 7 (64 bit)

6.2 Build #: 7601 (6.1.7601.18015)

Steps to reproduce:


8.1 Text:

Call Stack Information:


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


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

|Class=; Name=MAIN |

|DeadLock=0; Wait Chain= |

|Comment= |

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

|7FFFFFFE|04 |0000000000000000|000000000419FCE9|Toad.exe |000000000000FCE9|System | |_UStrClr |19208[1] |

|00000040|03 |000000000042E988|00000000075EA52A|Toad.exe |000000000345A52A|GitCode |TGit |ExecuteCommand | |

|00000040|03 |000000000042EA58|00000000075EEF0E|Toad.exe |000000000345EF0E|GitCode |TGit |ValidateGitRepository | |

|00000040|03 |000000000042EAB8|00000000075E521F|Toad.exe |000000000345521F|GitLogin |TfrmGitLogin |LoadFormDefaults | |

|00000040|03 |000000000042EB38|00000000075E5F30|Toad.exe |0000000003455F30|GitLogin |TfrmGitLogin |FormCreate | |

|00000040|04 |000000000042EB78|00000000045EB123|Toad.exe |000000000045B123|Vcl.Forms |TCustomForm |DoCreate |3693[3] |

|00000040|04 |000000000042EBC8|00000000045EA97E|Toad.exe |000000000045A97E|Vcl.Forms |TCustomForm |Create |3562[25] |

|00000040|03 |000000000042EC58|00000000075E5D70|Toad.exe |0000000003455D70|GitLogin |TfrmGitLogin |CreateWithProvider | |

|00000040|03 |000000000042ECA8|00000000075ECB61|Toad.exe |000000000345CB61|GitCode |TGit |Logon | |

|00000040|03 |000000000042EF18|00000000075FE17E|Toad.exe |000000000346E17E|VCSPlugin |TVCSPlugin |Logon | |

|00000040|03 |000000000042EFD8|000000000890FFD2|Toad.exe |000000000477FFD2|TCClasses |TTCManager |VCSLogon | |

|00000040|03 |000000000042F0A8|0000000008900A36|Toad.exe |0000000004770A36|TCClasses |TTCManager |LogonToVCS | |

|00000040|03 |000000000042F0D8|00000000089209DC|Toad.exe |00000000047909DC|TCClasses | |DoValidate | |

|00000040|03 |000000000042F188|000000000892229B|Toad.exe |000000000479229B|TCClasses |TTCManager |DoObjectAction | |

|00000040|03 |000000000042F2C8|000000000890270E|Toad.exe |000000000477270E|TCClasses |TTCManager |ObjectAction | |

|00000040|03 |000000000042F2F8|0000000008902E11|Toad.exe |0000000004772E11|TCClasses |TTCManager |DoObjectAction | |

|00000040|03 |000000000042F398|0000000008902638|Toad.exe |0000000004772638|TCClasses |TTCManager |ObjectAction | |

|00000040|03 |000000000042F3E8|00000000088F3966|Toad.exe |0000000004763966|TCClasses |TTCManager |DoActionExecute | |

|00000040|03 |000000000042F448|00000000088EE693|Toad.exe |000000000475E693|TCClasses |TTCManager |ActionExecute | |

|00000040|03 |000000000042F488|000000000774BF42|Toad.exe |00000000035BBF42|ToadSourceControl|TToadSourceControl |TCActionExecute | |

|00000040|03 |000000000042F4D8|000000000941EFD1|Toad.exe |000000000528EFD1|dmCommonActions |TdmCommonActions |actCheckInExecute | |

|00000040|04 |000000000042F508|000000000426C9D0|Toad.exe |00000000000DC9D0|System.Classes |TBasicAction |Execute |13372[3] |

|00000040|04 |000000000042F538|000000000445707E|Toad.exe |00000000002C707E|Vcl.ActnList |TContainedAction |Execute |448[8] |

|00000040|04 |000000000042F578|000000000445880C|Toad.exe |00000000002C880C|Vcl.ActnList |TCustomAction |Execute |1094[7] |

|00000040|04 |000000000042F5A8|000000000426C744|Toad.exe |00000000000DC744|System.Classes |TBasicActionLink |Execute |13301[2] |

|00000040|03 |000000000042F5D8|00000000096D1230|Toad.exe |0000000005541230|dxBar |TdxBarItem |DoClick | |

|00000040|03 |000000000042F618|00000000096D117C|Toad.exe |000000000554117C|dxBar |TdxBarItem |DirectClick | |

|00000040|03 |000000000042F668|00000000096C7C55|Toad.exe |0000000005537C55|dxBar |TdxBarItemControl |ControlUnclick | |

|00000040|03 |000000000042F6E8|00000000096CD5B1|Toad.exe |000000000553D5B1|dxBar |TdxBarButtonControl|ControlUnclick | |

|00000040|03 |000000000042F728|0000000009713351|Toad.exe |0000000005583351|dxBar |TCustomdxBarControl|DoLButtonUp | |

|00000040|03 |000000000042F798|00000000096D5257|Toad.exe |0000000005545257|dxBar |TdxBarControl |DoLButtonUp | |

|00000040|03 |000000000042F808|0000000009711082|Toad.exe |0000000005581082|dxBar |TCustomdxBarControl|WMLButtonUp | |

|00000040|03 |000000000042F848|00000000096EA33F|Toad.exe |000000000555A33F|dxBar |TdxBarDockedControl|WMLButtonUp | |

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

|00000040|04 |000000000042F8C8|00000000044740B3|Toad.exe |00000000002E40B3|Vcl.Controls |TControl |WndProc |7204[91] |

|00000040|04 |000000000042FA38|000000000447B493|Toad.exe |00000000002EB493|Vcl.Controls |TWinControl |WndProc |9976[152] |

|00000040|03 |000000000042FB08|00000000097121DD|Toad.exe |00000000055821DD|dxBar |TCustomdxBarControl|WndProc | |

|00000040|03 |000000000042FB68|00000000096D7DA4|Toad.exe |0000000005547DA4|dxBar |TdxBarControl |WndProc | |

|00000040|04 |000000000042FBB8|000000000447A707|Toad.exe |00000000002EA707|Vcl.Controls |TWinControl |MainWndProc |9689[3] |

|00000040|04 |000000000042FC08|000000000426DEF4|Toad.exe |00000000000DDEF4|System.Classes |