mattyoh Posted June 27, 2007 Report Posted June 27, 2007 after getting system crashes now for awhile i decided to try and figure out the reason for this so i download windows debugging tools and upon analyzing my dump file i found this Debugging Details:------------------CUSTOMER_CRASH_COUNT: 3DEFAULT_BUCKET_ID: DRIVER_FAULTPROCESS_NAME: utorrent.exeFOLLOWUP_NAME: Pool_corruptionIMAGE_NAME: Pool_CorruptionDEBUG_FLR_IMAGE_TIMESTAMP: 0SYMBOL_NAME: nt!ExDeferredFreePool+fdMODULE_NAME: Pool_CorruptionFAILURE_BUCKET_ID: 0xC5_2_nt!ExDeferredFreePool+fdBUCKET_ID: 0xC5_2_nt!ExDeferredFreePool+fdFollowup: Pool_corruption---------from the microsoft site pool corruption is These blue screen errors are caused by an application containing a registry handle leak. This leak occurs because an application continuously reopens a registry key but never closes it. After this has happened 65,535 times, the open instance count for this key wraps round to zero making the kernel think that there is no longer any open handles to this key. The next time an instance of the key is closed, the storage used by the kernel to reference the key is deleted.However, any time subsequent to this that the key is opened or closed, the freed storage is written to again. This causes free pool corruption and eventually the system will crash when this freed storage is referenced in any way. --------------------------so how do i fix this to stop my sytem from crashing?
Ryan Norton Posted June 27, 2007 Report Posted June 27, 2007 Get regmon or process monitor - find what is leaking the registry handles; if indeed that is the case.BTW the knowledge base article containing that text says it was an NT 4 bug that was fixed in a later build.... and that was like 10 years ago o_O.
Firon Posted June 27, 2007 Report Posted June 27, 2007 For your system crash, what is the exact BSOD message you get?
mattyoh Posted June 27, 2007 Author Report Posted June 27, 2007 im not sure what the exact BSoD msg is cause it restarts to quickly but in my event viewer i got thisError code 000000c5, parameter1 63426343, parameter2 00000002, parameter3 00000001, parameter4 8054b607.and like 3 seconds after that i get this error msgTCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts.so im guessing utorrent is maxing out my connection
Firon Posted June 27, 2007 Report Posted June 27, 2007 You can turn off automatic rebooting for BSODs. It's in the system config in the control panel.
Dark Dragon Posted August 13, 2008 Report Posted August 13, 2008 sorry for posting in such an old thread, but it seems like i've the same problem described in the first post. System: WinVista Home Premium, uTorrent v1.7.x, updated to v1.8 (latest release) in hope to fix the problem, but the system crashes anyway everytime few minutes after starting uTorrent. On another machine with XP SP2 on it no proplems were noticed, seems to be a vista-prob. Another possibility: my new firewall (i switched to outpost, since sygate doesn't run under vista) could conflict with uTorrent, but then shouldn't they conflict under XP too?..However, i don't know what to do now, except not to start utorrent ;-)Has anyone found a solution for this issue? please post it here then... And, yes, sorry for my poor english...
Firon Posted August 13, 2008 Report Posted August 13, 2008 No, firewalls are very different on Vista, even if visually they look the same.Try uninstalling your firewall, easiest thing to try.
Dark Dragon Posted August 13, 2008 Report Posted August 13, 2008 Hmm.. uTorrent is working for hours now. Seems like I really have to look for another firewall. Thanks for the quick help, Firon.
Firon Posted August 13, 2008 Report Posted August 13, 2008 Comodo supports Vista. http://forum.utorrent.com/viewtopic.php?pid=292343#p292343
Dark Dragon Posted August 13, 2008 Report Posted August 13, 2008 Yes, I already tested Comodo, but it does not matches my demands in security and usability. In short: it throws too much annoying popups to confirm every action, but do not recognize simple port-scanning in some cases.. However, it's not the topic of this thread, i think ))Update:OK, had a bit freetime now, so reinstalled Outpost and played a bit with settings and rules. Finally just had to disable content filtering and logging of network activity under Settings->Application Rules->utorrent.exe->Options and to modify the default rules under Settings->App. Rules->utorrent.exe->Network Rules by removing the "where direction is.." options for TCP and UDP connections. Works fine now. Perhaps it will help someone, who has the same problem...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.