Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 VS .net 2003 crashes
 New Topic  Reply to Topic
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

hwatson
Junior Member

23 Posts

Posted - Aug 01 2006 :  7:31:00 PM  Show Profile  Reply with Quote
Yes, I'm getting the Pure Virtual Function Call error.

I haven't been able to reproduce the crash in the past week or so. I can't figure out what I was doing differently. On the day of my original post, I could get the crash within seconds if trying specifically to cause it.

If you still want a screenshot of what my IDE tends to look like, please let me know where to send it. (I may not be able to send it for a while though - I will be away from the office for the next few days.) For what it's worth, when it last crashed (with the manifest file), I had just started up. I logged in to my computer, installed the Basic HLSL sample from the DirectX SDK, and opened the solution by double clicking it in Explorer. The manifest file was the first file in the project, so I double-clicked that first. That's when it crashed. I had not done anything else in the IDE.

Below is the manifest file it crashed on when I attempted to reproduce the crash:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="*"
name="Microsoft.DirectX SDK.BasicHLSL"
type="win32"
/>
<description>DirectX SDK Sample Program.</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
Go to Top of Page

Yigal
New Member

3 Posts

Posted - Aug 02 2006 :  03:31:29 AM  Show Profile  Reply with Quote
I have the same problem (R6025 - pure virtual function call) which reproduces very simply. I just open any file (I tried .h and .txt). Then I type a few characters and it crashes. I even tried opening an empty file and then typing a few characters - crashed just the same.

However, if I do the same thing from within a project the crash doesn't happen.

Go to Top of Page

feline
Whole Tomato Software

United Kingdom
19024 Posts

Posted - Aug 02 2006 :  6:36:23 PM  Show Profile  Reply with Quote
Yigal which IDE and version of VA are you using?
how are you getting the files into the IDE?

i have opened VS2005, with VA 1530, and drag-dropped a cpp file from explorer into the IDE. the IDE had no project loaded so it simply loaded this file in isolation, and there were no problems.

zen is the art of being at one with the two'ness
Go to Top of Page

Yigal
New Member

3 Posts

Posted - Aug 03 2006 :  06:31:05 AM  Show Profile  Reply with Quote
I'm using (copy from 'about'):
Microsoft Visual C++ .NET 69586-335-0000007-18660

I open the file either by double click or from the IDE - same result.

I'm using a trial version of visual assist with the following info (retreived from the 'about' - don't know where to get the build number from):

VA_X.dll file version 10.2.1446.0 built 2006.05.31
Licensed to:
VA X:
VA.NET 7.1:
VAOpsWin.dll version 1.3.2.4
VATE.dll version 1.0.4.14
DevEnv.exe version 7.10.3077.0
msenv.dll version 7.10.3077.0
Font: Courier New 13(Pixels)
Comctl32.dll version 5.82.2900.2180
WindowsNT 5.1 Build 2600 Service Pack 2
Single processor

Platform: Win32
Stable Includes:
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\include;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\include;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include\\prerelease;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\SDK\\v1.1\\include;

Library Includes:
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\src\\mfc;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\src\\atl;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\crt\\src;

Other Includes:
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
19024 Posts

Posted - Aug 03 2006 :  7:33:13 PM  Show Profile  Reply with Quote
that is VS2003

i have just tried dragging and dropping cpp and .h files into VS2003, with VA 1446, and no project loaded, and there is no problem at all for me.

do you get this problem with a range of files?
do you have any other plugin's installed?

zen is the art of being at one with the two'ness
Go to Top of Page

Yigal
New Member

3 Posts

Posted - Aug 09 2006 :  06:54:46 AM  Show Profile  Reply with Quote
I get the problem with any text file I try (regardless of the extention).

I don't think I have any other plugin.
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Aug 09 2006 :  2:34:47 PM  Show Profile  Reply with Quote
Yigal - please install build 1531 and let us know if the problem continues. If it does, please send mail to support and put topic_id=4689 in the subject.

hwatson - screenshot is not necessary. is it possible that the crash occurred while va was rebuilding its symbol database? In order to repro, maybe you need to delete the database (click rebuild in the va options dlg - performance page) and then attempt the load again?
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Aug 09 2006 :  2:50:14 PM  Show Profile  Reply with Quote
Yigal and hwatson - what is the value of the "Install" string at HKLM\\Software\\Whole Tomato\\?
Go to Top of Page

hwatson
Junior Member

23 Posts

Posted - Aug 09 2006 :  5:18:03 PM  Show Profile  Reply with Quote
quote:
Originally posted by sean

Yigal and hwatson - what is the value of the "Install" string at HKLM\\Software\\Whole Tomato\\?



"No"
Go to Top of Page

hwatson
Junior Member

23 Posts

Posted - Aug 09 2006 :  5:42:25 PM  Show Profile  Reply with Quote
quote:
Originally posted by sean
is it possible that the crash occurred while va was rebuilding its symbol database? In order to repro, maybe you need to delete the database (click rebuild in the va options dlg - performance page) and then attempt the load again?



Yes, I often get the error when opening the project after rebuilding the symbol databases. It did not happen every time, but did happen most of the time. If the manifest file is the active window upon opening, it would usually crash right away. If one of the code windows was open, a few toggles between them and the manifest file would result in the crash.
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Aug 09 2006 :  6:30:16 PM  Show Profile  Reply with Quote
OK - I may be on to something...
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Aug 09 2006 :  10:35:13 PM  Show Profile  Reply with Quote
case=2016
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Aug 12 2006 :  11:17:12 PM  Show Profile  Reply with Quote
Case 2016 is fixed in build 1532.
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000