473,760 Members | 9,717 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET application hanging operating system

_
We have developed a .NET application that runs fine on most of our
Windows XP systems. There are two systems in particular that lock up
quite frequently, but only when running our application.

The computer is in an unusable state when the OS freezes. Some
symptoms include an unresponsive mouse cursor and unresponsive
keyboard lock LEDs. The only way out is the reset button.

I'd like to know why this is happening, but I don't know how to find
out why. How can I figure this one out? What tools should I be using
to diagnose the problem?
Jul 21 '05 #1
4 1495
Hi,

Are you using third party components?

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

<_> wrote in message news:u6******** *************** *********@4ax.c om...
We have developed a .NET application that runs fine on most of our
Windows XP systems. There are two systems in particular that lock up
quite frequently, but only when running our application.

The computer is in an unusable state when the OS freezes. Some
symptoms include an unresponsive mouse cursor and unresponsive
keyboard lock LEDs. The only way out is the reset button.

I'd like to know why this is happening, but I don't know how to find
out why. How can I figure this one out? What tools should I be using
to diagnose the problem?

Jul 21 '05 #2
_
Hey, thanks for responding!

No, we are not using third party components. We are using entirely our
own code and the .NET framework 1.1.

On Wed, 28 Jan 2004 21:33:31 +0100, "Miha Markic [MVP C#]" <miha at
rthand com> wrote:
Hi,

Are you using third party components?


Jul 21 '05 #3
If you are not using unsafe code (non-managed) I would suspect that the
problem is computer related - IOW not in your hands.
Maybe some hardware problem, OS problem or some other problem.

I would suggest you the following.
Try to recreate the problem.
If you find how to trigger the freeze you'll know better what to look for.
Anyway, no managed app should freeze the OS.
The only such possibility could be that you have some code in class
finalizers? Do you?

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
<_> wrote in message news:lr******** *************** *********@4ax.c om...
Hey, thanks for responding!

No, we are not using third party components. We are using entirely our
own code and the .NET framework 1.1.

On Wed, 28 Jan 2004 21:33:31 +0100, "Miha Markic [MVP C#]" <miha at
rthand com> wrote:
Hi,

Are you using third party components?

Jul 21 '05 #4
_
On Thu, 29 Jan 2004 20:21:21 +0100, "Miha Markic [MVP C#]" <miha at
rthand com> wrote:
Try to recreate the problem.
This is difficult, but easy. There seems to be no specific thing we
can do in our app to make it happen. It's pretty much random, but only
when our app is loaded. Our app can just be sitting there and the
system will lock up. The machine will run for weeks otherwise.

Personally, I think it's a .NET thing and an Abit 8363-686A(KT7, KT7A,
KT7-RAID, KT7A-RAID) motherboard thing. The two machines that have
this problem have the same model motherboard. It's the component that
is different from the other working machines, but common to the ones
having problems. We have another machine with the same board that we
can try it on. I'd also like to try a much simpler .NET app and see if
it'll lock up the system too. Could also be a 4-in-1 driver thing as
well. We still have to do these tests.

Anyway, no managed app should freeze the OS.
I totally agree. Our app has no unsafe code. Completely managed.

The only such possibility could be that you have some code in class
finalizers? Do you?


We do have code in some finalizers, but if it's there all it does is
call:
this.Dispose();

But it's managed, and it works on all the other machines. Could
something like this really be the culprit?

Hey, thanks again for your assistance.

Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
2304
by: aarklon | last post by:
Hi folks, recently i read the book named assembly language step by step by Jeff Duntemann. in the chapter coding for linux, he has got a paragraph named C calling conventions, which he describes as follows 1)
2
1602
by: seash | last post by:
H iam developing my windows form application(ide:visual studio.net 2003, visual c#) on windows 2000 professional operating system , but when i run the exe on Xp operating system, the screen (windows form) of my application gets truncated at the end of the screen i have to make changes to the forms height and width to make it fully visible on the screen iam using infragistics library for some controls on the form, is it the culprit i...
0
1477
by: matvdl | last post by:
My asp.net application depends on obtaining allot of data from a remote application. This application is a bit of a monster and it is not an option to install it on the asp.net system. Note - the remote application is developed in vb6 Currently I have the application installed on a number of remote computers and use DCOM from asp.net to communicate with this application. All the calls to this remote application are generally kept to a...
4
237
by: _ | last post by:
We have developed a .NET application that runs fine on most of our Windows XP systems. There are two systems in particular that lock up quite frequently, but only when running our application. The computer is in an unusable state when the OS freezes. Some symptoms include an unresponsive mouse cursor and unresponsive keyboard lock LEDs. The only way out is the reset button. I'd like to know why this is happening, but I don't know how...
6
4460
by: Wayne Smith | last post by:
Hi, We are having a few problems with ASP.Net pages hanging during load when an Application Pool is recycled. To test this we have setup the following ASP.net page which refreshes every 2 seconds: <%@ Page language="c#" %> <%@ Import Namespace="System" %> <%@ Import Namespace="System.IO" %>
1
1244
by: Radesh | last post by:
Hi Guys. I have to write and display the following song using an appropriate loop. 10 green bottles Hanging on the wall And if 1 green bottle Should accidentally fall There'll be 9 green bottles Hanging on the wall
4
7875
by: DubSport | last post by:
I am trying to get my .net page to run a simple batch file on my IIS server. I want it to run with specified credentials. It appears to start the program cmd.exe as the correct user (shows up in the task mgr) but it just hangs there and will never finish. Looking in the event logs I see this: Application popup: cmd.exe - Application Error : The application failed to initialize properly (0xc0000142). Click on OK to terminate the...
2
2656
by: Sam Durai | last post by:
Let me know whether IBM supports 64bit client application in a 32bit instance. There are 2 inconsistent descriptions. According to V8 Information center, DB2 does not support running a 64- bit application in a 32-bit instance. http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/ad/t0011750.htm
6
5312
by: pavanip | last post by:
Hi, I have developed one windows application using vb.net. I have setup that application on windows operating system its working fine on windows os. Now I am trying to do that exe run on Mac operating system. Is there any other know the solution how the windows application compatible with Mac operating system. To support vista os I created manifest file and resource script files.Please help me how the windows application compatible with...
0
9521
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9333
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10107
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9900
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8768
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6599
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5214
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5361
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3863
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.