Visual Basic Development Bookmark and Share   
 Home > Visual Basic Language > AppHangB1 and APPCRASH error crashes my program
 

AppHangB1 and APPCRASH error crashes my program

Hi All,

I am using VS2005 VB.NET on a Vista duel core processor machine.

Completely updated from Microsoft.

I have create a communication program that talks to a sensor we build.

The software seems to work fine most of the time. But it keeps crashing randomly.

Here is oneI get.

Description:

A problem caused this program to stop interacting with Windows.

Problem signature:

Problem Event Name: AppHangB1

Application Name: LPU2428_VS.vshost.exe

Application Version: 8.0.50727.42

Application Timestamp: 4333d898

Hang Signature: 7295

Hang Type: 256

OS Version: 6.0.6000.2.0.0.256.6

Locale ID: 1033

Additional Hang Signature 1: 2486b4d202f4c85552173a124568050d

Additional Hang Signature 2: bd92

Additional Hang Signature 3: 55e24eb9e083c27aa5426799100c56e7

Additional Hang Signature 4: 7295

Additional Hang Signature 5: 2486b4d202f4c85552173a124568050d

Additional Hang Signature 6: bd92

Additional Hang Signature 7: 55e24eb9e083c27aa5426799100c56e7

I have search and found people having problem with this but no solution for it.

Description:

Stopped working

Problem signature:

Problem Event Name: APPCRASH

Application Name: LPU2428_VS.exe

Application Version: 1.0.0.0

Application Timestamp: 46f40188

Fault Module Name: mscorwks.dll

Fault Module Version: 2.0.50727.312

Fault Module Timestamp: 45372457

Exception Code: c0000005

Exception Offset: 0011c2f4

OS Version: 6.0.6000.2.0.0.256.6

Locale ID: 1033

Read our privacy statement:

http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409

Can anyone help?

GregHAPG  Monday, September 24, 2007 10:02 PM
This is not nearly good enough information to diagnose your problem. You'll just need to debug your software. Hangs and crashes like this usually indicate problems with drivers and/or unmanaged code.
nobugz  Tuesday, September 25, 2007 12:54 AM
This is not nearly good enough information to diagnose your problem. You'll just need to debug your software. Hangs and crashes like this usually indicate problems with drivers and/or unmanaged code.
nobugz  Tuesday, September 25, 2007 12:54 AM

I know im responding to an old thread here, however I feel I may have part of an answer to this “ApphangB1�nonsense. Iv had this massage with more than just the one App. Im running Vista 32bit on an Intel 3.3 CPU . Without going into detail about my machine, I just want to say it function just fine. Iv noticed that massage (ApphangB1) comes up only when a sound card or graphics or both resources are in use in some way by another program running. By restarting the computer without any of the startup programs loaded under MSCONFIG program, media player or games I might have been playing were able to work again. Its not always an antivirus program that courses this trouble. I hope this helps in some way, after many late nights searching the internet and Microsoft it seem to me nobody really had ideas about what this ApphangB1 is.

keith

keith_43  Wednesday, December 05, 2007 1:32 AM

gerg did u ever find a solution to your apphangb1 problem if u did i have the same problem so any help would be helpful! u can email me at perez.eber@yahoo.com ty

cubanb  Tuesday, January 22, 2008 9:27 PM

this msg appeared to me becauseof infinite recursionof the following code :

public long factorial(long number)

{

if (number <= 1)

return 1;

else

return number * factorial(number - 1);

}

private void button1_Click(object sender, EventArgs e)

{

label1.Text = "";

for (long i=50; i> 49; i++ ) // The error is here

label1.Text += i + "! = " + factorial( i ) + "\n";

}

Egyptian.Vulture  Thursday, March 27, 2008 1:12 AM
This thread may be stale, but just for the record I get this when *compiling* a C# application in Visual Studio 2005 Standard Edition.
Output windows last line is
C:\Windows\Miscrosoft.NET\Framework\v2.0.50727\Csc.exe /npconfig /unsafe- /checked- /nowarn [ and other bits]

hang details are:
Description:
A problem caused this program to stop interacting with Windows.

Problem signature:
Problem Event Name: AppHangB1
Application Name: devenv.exe
Application Version: 8.0.50727.867
Application Timestamp: 45d2c842
Hang Signature: b80f
Hang Type: 256
OS Version: 6.0.6001.2.1.0.256.6
Locale ID: 5129
Additional Hang Signature 1: be2f25c416e491d40b509cb9e9d7daea
Additional Hang Signature 2: cddf
Additional Hang Signature 3: 79258d37374d6335d72f15e9e88747f4
Additional Hang Signature 4: b80f
Additional Hang Signature 5: be2f25c416e491d40b509cb9e9d7daea
Additional Hang Signature 6: cddf
Additional Hang Signature 7: 79258d37374d6335d72f15e9e88747f4


Brewmanz
  • Proposed As Answer byBrewmanz Saturday, November 29, 2008 9:19 AM
  •  
Brewmanz  Saturday, November 29, 2008 9:12 AM
I have an answer for the DevEnv hang. It's like like when SQLServer2005 hangs - it multi-threads & gets confused!
(I have a twin core cpu)
Change: Tools - Options - Proj & Solns - Build & Run - Max Num parallel proj builds
from 2 to 1
IWFM anyway


Brewmanz
  • Proposed As Answer byBrewmanz Saturday, November 29, 2008 9:22 AM
  •  
Brewmanz  Saturday, November 29, 2008 9:22 AM
I just got theAppHangB1 using Visual Basic 2008 from my program that has been working fine for many people for a long time. I happen to be scanning pictures using my 10 year old USB 1.0 scanner. So the message about this being resource related is correct. My computer does not have much capacity for graphics (its a netbook), and therefore I got the error.

vbnet9  Monday, October 26, 2009 9:46 PM
Stale thread or not I have yet to see a solution. Brewmanz's did not work for me. I've been building web apps with VS2008 Professional for a while now with no problems. Yesterday I installed the MVC framework and am now experiencing VS freezing when I load a View. Regular web forms work without an issue. I can work with any other file type in without issue. Within ten seconds of loading a view the IDE freezes. Anyone?


Problem Event Name: AppHangB1
Application Name: devenv.exe
Application Version: 9.0.30729.1
Application Timestamp: 488f2b50
Hang Signature: f101
Hang Type: 6144
OS Version: 6.0.6002.2.2.0.768.3
Locale ID: 1033
Additional Hang Signature 1: 40f1f3c7572f3695b12f7de804e5ebaf
Additional Hang Signature 2: c597
Additional Hang Signature 3: 036753c4e6a8f5672bae1c90654bd48e
Additional Hang Signature 4: f101
Additional Hang Signature 5: 40f1f3c7572f3695b12f7de804e5ebaf
Additional Hang Signature 6: c597
Additional Hang Signature 7: 036753c4e6a8f5672bae1c90654bd48e
Steve McD  Wednesday, November 25, 2009 10:11 PM
Seems there is some dependency between MS Office 2007 and Visual Studio. I had uninstalled the trial addition of Office 2007 that came with my machine. When I reinstalled the trial edition VS2008 now works as expected. My source...

http://abdullin.com/journal/2009/5/12/visual-studio-2008-locks-or-freezes-in-aspx.html

Steve McD  Monday, November 30, 2009 3:45 AM

You can use google to search for other answers

Custom Search

More Threads

• Extern alias in VB.NET
• loop causing non-responsive program
• Socket sending UDP/TCP to game server
• Button State "Hanging"
• Very basic coding question
• Determine in which Event i'm in
• How to handle User-Information over the Application.
• Serial COMM data format
• How to handle Windows Media Player events on a VB.net Form
• How to interogate a form in another process