C++ Builder IDE >> App Hangs in IDE

by MrT » Fri, 10 Oct 2003 01:36:25 GMT

Hi:

BCB5 sp1 win2k sp3

No problems until this AM.

In ide, app runs fine first time. Second time hangs after all forms
close and has to be shut down (app) with task manager. Running again
from ide same. If shut BCB then cycle starts all over.

When hung, BCB is totally unresponsive. Cannot pause it to see
where it is.

Something in my app has changed but no component changes etc.

Task Manage shows BCB at 73%, my app at 17% and the rest between
smss.exe and csrss.exe.

Runs fine out of IDE.

What would be best way of tracking this down?

Thanks.

Best regards



C++ Builder IDE >> App Hangs in IDE

by MrT » Sat, 11 Oct 2003 00:58:02 GMT


More



Just before closing app, it is waiting. Immediately after clicking the
close, it goes into a loop below (CPU) and hangs there

40569A40 E82ED7FDFF call gds32.gds__thread_enter
40569A45 83BD68FCFFFFFF cmp dword ptr [ebp-0x00000398],-0x01
40569A4C 7516 jnz +0x16




Similar Threads

1. Hanging VS IDE - CSharp/C#

2. VC.NET 2003 IDE hangs for hours when compiling my ATL7-project

Hi, 

my VC.NET 2003 IDE hangs for hours when compiling my ATL7-project. It
seams to compile fine and starts linking. This look OK to. But right
before the component registration ("Performing registration" below) it
hangs for hours. After this it looks to be finished with no errors.

But I looked in the generated BuildLog.htm file and it looks like
regsvr32 returns some error. The environment reports "error PRJ0019",
but I don't think
this comes from regsvr32. When I register manually there is no errors.

Please help me out! I'm clueless!

Best Regards,
Joakim


IDE OUTPUT:
...
...

Processing C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\include\ocidl.acf
ocidl.acf
Performing registration

...
...


BUILDLOG.HTM:
...
...

@echo off
regsvr32 /s /c "d:\Project\Teheran\AxTCL\Debug\AxTCL.dll"
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from
"Performing registration"
exit 1
:VCEnd
]

...
...

3. IDE hangs on debugging

4. Program hangs when run outside of VC++ IDE...

Hi,

   A friend of mine sent me some CPP code where it compiles fine, and
runs fine from within the VC++ IDE.  But when the EXE executes outside
of the IDE, it hangs.  Anyone ever have this problem before?

Thanks, Ice

5. Edit and Continue hangs VC++2005 IDE - Microsoft Visual C++/VC++

6. IDE Hangs

I am writing a C++ Console application using VS .NET 2002 Academic Edition. 
Version says 7.0.9xxxx. Has any Service Release or Service Pack been released 
as yet?

Every now and then the IDE just hangs. Not using the built in debugger (I 
still use printf to debug code). I think it might be related to 
"IntelliSense" or whatever, but I am not sure.

The code is just C with Objects (no cout, no STL, no MFC, no ATL, nothing).  
Please send a copy of the reply to me as well (gmkrishn (at) cs.uchicago.edu).

- Murali

7. IDE hangs and Intellisense Tooltips - Microsoft Visual C++/VC++

8. IDE hangs when hovering over some identifiers

I've been having this problem for quite some time now.  It happens at
what seems to be random times and with random identifiers.  However,
when it does start happening, the problem is 100% repeatable.

Normally, when the mouse pointer hovers over an identifier, a popup
box (IntelliSense?) displays the declaration of that identifier. 
Using a file monitor, I noticed that when this happens, Visual
accesses a file called prebuilt.ncb about 1-50 times.

Occasionally, when hovering over a particular identifier, the IDE
hangs indefinitely, while using 100% cpu.  When this happens, Visual
accesses prebuilt.ncb 100s of times (but does not continue to do so).

Has anyone encountered this problem before?  Any suggestions?