also @ TechSpot: 11 awesome applications you've never heard of
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.

Go Back   TechSpot OpenBoards > Hardware & Tweaking > Processors, Chipsets and Mobos

Physical dump memory, comp crash, format install windows not working

Closed Thread
Page 1 of 4 1 234
Bookmark Thread Tools
  #1  
Old 06-19-2005
Newcomer, in training
 
Member since: Jun 2005, 1 posts
Physical dump memory, comp crash, format install windows not working

Well Today When i go to start up my computer i get a blue screen saying physical memory dump at the start up, and it crashs after a second or two of showing the blue screen. I switch ram and it does the same thing. So i pop in my windows cd and try to format and reinstall. AT around 90% of copying the files to the harddrive it says it cannot copy soandso file, and keeps sayin that to each file after then proceeds to a blue screen..

I thought it might be the harddrive so i switch to another and tried to reinstall windows and still the same thing... I also tried to do this with another windows cd and still the same thing...

Whats going on here? Is the bios corrupted? What do i do..
  #2  
Old 06-19-2005
YellowC4S's Avatar
TechSpot Member
 
Location: Detroit, MI
Member since: Jun 2005, 125 posts
Start ruling things out. Is there another computer you could try the disk on? If it works then, you have eliminated the disk as a possible problem. Keep eliminating things it could be and that will lead you to what is causing the problem. Hope this helps.
Login to remove this ad - join the TechSpot Community for free.
  #3  
Old 06-19-2005
kol_indian's Avatar
TechSpot Enthusiast
 
Location: Chennai, India
Member since: Apr 2005, 357 posts
System specs
There could be multiple rerasons the obivious ones are
corupt media(try the media in another system if possible)
RAM problem(try Memorytest86 available in free downloads in this site)

if these dont solve the problem then come and post again.
welcome to techspot
  #4  
Old 06-28-2005
TechSpot Guru
 
Location: HK
Member since: Jan 2005, 2,042 posts
Quote:
Originally Posted by Boostedpenguin
Well Today When i go to start up my computer i get a blue screen saying physical memory dump at the start up, and it crashs after a second or two of showing the blue screen. I switch ram and it does the same thing. So i pop in my windows cd and try to format and reinstall. AT around 90% of copying the files to the harddrive it says it cannot copy soandso file, and keeps sayin that to each file after then proceeds to a blue screen..

I thought it might be the harddrive so i switch to another and tried to reinstall windows and still the same thing... I also tried to do this with another windows cd and still the same thing...

Whats going on here? Is the bios corrupted? What do i do..
When Windows crashes with blue screen, it writes a system event 1001 and a minidump to the folder \windows\minidump. Check system event 1001 and it has the content of the blue screen

Control Panel -> Adminstrative Tools -> Event Viewer -> System -> Event 1001. Copy the content and paste it back here

Your symptom is probably related to faulty ram. If you Zip 5 to 6 minidumps and attach the zip files here, I will study the dump and find out the culprit.
  #5  
Old 07-07-2005
Newcomer, in training
 
Member since: Jul 2005, 10 posts
the same happens to my machine

I copy the content from the evenview:

The computer has rebooted from a bugcheck. The bugcheck was: 0x10000050 (0xff59334d, 0x00000000, 0x804d749a, 0x00000000). A dump was saved in: C:\WINDOWS\Minidump\Mini070705-03.dmp.

And I wonder how to browse the dmp file in the MiniDump folder.

Thanks.

if convenient, send the result to william_zhang_ppt@hotmail.com

Last edited by william_at_mi6; 07-07-2005 at 03:54 AM.. Reason: plus minidump file
  #6  
Old 07-07-2005
TechSpot Guru
 
Location: HK
Member since: Jan 2005, 2,042 posts
The culprit is either Symantec Norton AV or TdiUpdate.

The timestamps of the SYMEVNET and NavEx15 are at different level. Maybe you screw up the Norton AV. Re-install Norton AV may resolve your problem.

NavEx15 NavEx15.Sys Wed Mar 16 04:51:30 2005 (42374AD2)
SYMEVENT SYMEVENT.SYS Wed Oct 20 05:18:08 2004 (41758490)
SAVRT SAVRT.SYS Wed Jan 26 13:38:55 2005 (41F72CEF)

*************************************************************************** ****
* *
* Bugcheck Analysis *
* *
*************************************************************************** ****

PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced. This cannot be protected by try-except,
it must be protected by a Probe. Typically the address is just plain bad or it
is pointing at freed memory.
Arguments:
Arg1: fef83025, memory referenced.
Arg2: 00000000, value 0 = read operation, 1 = write operation.
Arg3: 804d749a, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 00000000, (reserved)

Debugging Details:
------------------
Could not read faulting driver name

READ_ADDRESS: fef83025

FAULTING_IP:
nt!strncpy+24
804d749a 8a06 mov al,[esi]

MM_INTERNAL_CODE: 0
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0x50
LAST_CONTROL_TRANSFER: from f1e858bf to 804d749a

STACK_TEXT:
f1eac1f8 f1e858bf f1eac22c f1eac274 f1e855d4 nt!strncpy+0x24
WARNING: Stack unwind information not available. Following frames may be wrong.
f1eac240 804dad01 00000008 00000000 00000000 TdiUpdate+0x8bf
f1eac240 804d985f 00000008 00000000 00000000 nt!KiSystemService+0xc4
f1eac2e4 f2a17d8b 00000008 00000000 00000000 nt!ZwQueryDirectoryFile+0x11
f1eac320 f29f610b e2124378 00000000 00000000 SAVRT+0x3dd8b
e2465d7e 00000000 00000000 00000000 00000000 SAVRT+0x1c10b

FOLLOWUP_IP:
TdiUpdate+8bf
f1e858bf ?? ???

SYMBOL_STACK_INDEX: 1
FOLLOWUP_NAME: MachineOwner
SYMBOL_NAME: TdiUpdate+8bf
MODULE_NAME: TdiUpdate
IMAGE_NAME: TdiUpdate.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 415bb126
STACK_COMMAND: kb
FAILURE_BUCKET_ID: 0x50_TdiUpdate+8bf
BUCKET_ID: 0x50_TdiUpdate+8bf

Last edited by cpc2004; 07-09-2005 at 10:09 PM..
  #7  
Old 07-07-2005
Newcomer, in training
 
Member since: Jul 2005, 10 posts
further requiry

But i dont use Norton anymore, and i didnt uninstall it, what shall i do then?
Login to remove this ad - join the TechSpot Community for free.
  #8  
Old 07-07-2005
TechSpot Guru
 
Location: HK
Member since: Jan 2005, 2,042 posts
The stack trace has the footprint savrt which belongs to Norton AV. De-install Norton AV, if you don't use Norton AV.
  #9  
Old 07-20-2005
j_ganesh's Avatar
Newcomer, in training
 
Location: IND
Member since: Jul 2005, 3 posts
My Laptops Memory dumps

Quote:
Originally Posted by cpc2004
When Windows crashes with blue screen, it writes a system event 1001 and a minidump to the folder \windows\minidump. Check system event 1001 and it has the content of the blue screen

Control Panel -> Adminstrative Tools -> Event Viewer -> System -> Event 1001. Copy the content and paste it back here

Your symptom is probably related to faulty ram. If you Zip 5 to 6 minidumps and attach the zip files here, I will study the dump and find out the culprit.
Hi i have attached the memory dumps of my Toshiba laptops, and i get frequently some IE error also. please help me
Attached Files
File Type: zip Mini071905-06.zip (89.1 KB, 6 views)
  #10  
Old 07-21-2005
TechSpot Guru
 
Location: HK
Member since: Jan 2005, 2,042 posts
I cannot unzip your zip file as it is corrupted. Would you attach a new zip file here.
  #11  
Old 07-22-2005
j_ganesh's Avatar
Newcomer, in training
 
Location: IND
Member since: Jul 2005, 3 posts
Hi me again

Hi have attached the file again!
Attached Files
File Type: zip minidump.zip (93.3 KB, 7 views)
  #12  
Old 07-23-2005
TechSpot Guru
 
Location: HK
Member since: Jan 2005, 2,042 posts
Finding
1) A minidump failed at Norton AV and your Norton AV is 3 years behind. Upgrade Norton AV to lateset version
2) Two minidumps failed with bugcheck 4E and it is the symptom of faulty CPU or RAM.

Mini072005-03.dmp 4E (00000099, 00000000, 00000000, 00000000) nt!MiEliminateWorkingSetEntry+0x264 -> nt!KeBugCheckEx+0x1b
Mini071905-06.dmp 4E (00000099, 0000aab3, 00000000, 00000000) nt!MiDecrementShareCount+0x53 -> nt!KeBugCheckEx+0x1b
Mini072205-02.dmp 8E (c0000005, 1002d040, 85e89148, 00000000) NAVEX15+5e9e1
Mini072205-03.dmp 50 (e009309f, 00000000, ee2ba994, 00000000) NAVAP+15994
NAVENG NAVENG.sys Wed Mar 16 04:35:44 2005 (42374720)
NAVEX15 NAVEX15.sys Wed Mar 16 04:51:30 2005 (42374AD2)
NAVAP NAVAP.sys Thu Jun 20 08:57:11 2002 (3D112867)
SYMEVENT SYMEVENT.SYS Tue Jul 16 12:04:17 2002 (3D339B41)
  #13  
Old 07-28-2005
Newcomer, in training
 
Member since: Jul 2005, 2 posts
Please help review my dmp files. :)

I have had the same 3ghz HP 512mb ram, XP, 55gb hd laptop for 2.5 years and always used the same programs on it and never loaded new hardware. No problems with it...

Now all the sudden I am getting the bsod way too often. I reseated the ram and hd. Did the memory checks, no problems found. No viruses, or spyware found.

I went as far as reformatting my hd and reinstalling xp, then updating it.
And that's it. No other programs loaded. Guess what, still getting odd bsod. I get a bsod at the oddest times. Surfing regular msn websites, etc. And sometimes when doing nothing at all.

When I send out the error report to Microsoft, sometimes I get the reply that it's probably a bad driver and to check any new software or hardware that I've added. Only thing I've added was window updates.

If someone would please take some time to review my dmp files for me and post an answer here. It would be very grateful.

Thanks in advance for helping me and everyone else who might read your reply post.
Attached Files
File Type: zip dump.zip (36.5 KB, 3 views)
  #14  
Old 07-28-2005
TechSpot Guru
 
Location: HK
Member since: Jan 2005, 2,042 posts
Hi ScottBrown,

One of your minidump crashed with Bugcheck code and nt status code c000001d. This is the symptom of the faulty mother board.

BugCheck 1000008E, {c000001d, 7, f80dfcf0, 0}
  #15  
Old 07-28-2005
Newcomer, in training
 
Member since: Jul 2005, 2 posts
thanks

cpc2004, thanks for the quick debug and reply post.
  #16  
Old 07-29-2005
TechSpot Guru
 
Location: HK
Member since: Jan 2005, 2,042 posts
Quote:
Originally Posted by j_ganesh
Hi have attached the file again!
Do you have any update of the problem? Your feedback will help us to resolve similar problem.
  #17  
Old 08-01-2005
Newcomer, in training
 
Member since: Aug 2005, 1 posts
I have a similar problem:
i can't start the laptop, neither in safe mode
error message:
STOP: c0000218 (error in file register)
The register can't load the following part (file):
\Systemroot\System32\Config\SOFTWARE
or the logbook file, or the replacing file of the part.
Is is damaged, not present, or not writable

Beginning start physical memorydump.
Dump Fysical memory is complete
Contact your system administrator

can somebody help me plz?

Last edited by Apollo74; 08-01-2005 at 01:54 PM..
  #18  
Old 08-02-2005
TechSpot Guru
 
Location: HK
Member since: Jan 2005, 2,042 posts
Hi J Genesh,

Do you have any update of your problem? Your feedback will help us to resolve similar problem.
  #19  
Old 08-09-2005
Newcomer, in training
 
Member since: Jul 2005, 10 posts
again blue screen

I have a blue screen again this morning. And it restarts and error saying "Stuck Key". And I use the last known configuration and the machine went right.

I put the dmp file in the attachment. please check!!!!
Attached Files
File Type: zip MiniDump.zip (41.1 KB, 8 views)
  #20  
Old 08-09-2005
TechSpot Guru
 
Location: HK
Member since: Jan 2005, 2,042 posts
Hi William,
Your latest dump also crashes at TdiUodate.sys

BugCheck 10000050, {fee0491d, 0, 804da486, 0}
Probably caused by : TdiUpdate.sys ( TdiUpdate+8bf )

TdiUpdate maybe a virus. Refer the following url
http://www.bleepingcomputer.com/star...sys-10919.html

Last edited by cpc2004; 08-09-2005 at 11:59 AM..
Closed Thread
Page 1 of 4 1 234
Thread Tools


Similar Topics
Topic Category Replies Last Post
Microsoft Jokes The Meeting Spot - Chat & Socialize 126 05-27-2008 07:45 PM
Win 98 memory above 512meg Windows OS 17 03-21-2008 02:49 AM
How to repair Windows XP/2000 if you are unable to boot into Windows Guides and Tutorials 372 10-18-2007 05:39 PM
Dual Boot to DOS partition Windows OS 27 02-03-2006 06:20 AM
Windows XP Memory Tweak Guide Questions Windows OS 11 02-01-2003 11:59 AM


All times are GMT -4. The time now is 05:39 PM.