SystemDump Again

Aecdesign

Member
Apr 3, 2001
46
0
0
OK,all

I really need your help. I've done all the sugestions that were givento me here, on the situation of the 0x0000001e bugcheck dump, to the point of not only did I reformat the HD, but I bought a new one. I have very minimal software on the system and it is still doing it

Event Type: Information
Event Source: Save Dump
Event Category: None
Event ID: 1001
Date: 7/24/2001
Time: 12:01:37 AM
User: N/A
Computer: AEC-DESIGN
Description:
The computer has rebooted from a bugcheck. The bugcheck was: 0x0000001e (0xc0000047, 0x8042edb1, 0xb9281944, 0xbfd939ee). Microsoft Windows 2000 [v15.2195]. A dump was saved in: C:\WINNT\Minidump\Mini072401-01.dmp.

I can't pay $245.00 to MICROSOFT to get help, so I'm really relying on you good folks to help me out.
I thought that I might have a bad ram module, so I replaced themwith other that were good. This didn't work either. Please, please help. What are the codes in the ( )? HELP PLEASE!!!!

I'm on NetMeeting at meetnow.autodesk.com just in case someone wanted to talk instead of writting.

********************
* System Summary *
********************

Processor: GenuineIntel Family 6 Model 7 598 MHz Stepping 3
Math Support: Present
BIOS: PhoenixBIOS 4.0 Release 6.0, 08/17/00
Bus Type: PCI, ISA, USB
Ports: 1 Parallel, 3 Serial
Memory: 256 MB (34% Utilized)
Floppy Disks: 1.44 MB
Hard Disks: 37.27 GB, 37.27 GB
Multimedia: Sound, CD-ROM
Video: 1280 x 1024 in 32-Bit Color, Diamond Stealth III S540 Ver. 5.12

< Operating System >
Windows: 5.0 (Build 2195)
Net Clients:
Microsoft Windows Network



 

Nevo

Banned
May 28, 2001
696
0
0
A 0xc0000047 is a STATUS_SEMAPHORE_LIMIT_EXCEEDED.

Which, granted, doesn't tell you much. It means that a driver attempted to release a semaphore that would exceed the semaphore's maximum count.

Boot to the W2K CD.
Select Repair.
Select Recovery Console.
Type 1.
Enter the local admin password.
Type 'listsvc'
Find any listed device drivers (boot or system start) that you feel might be responsible.
Type 'disable <drivername>' for the first driver on your list of suspects.
Reboot. See if machine still crashes.
Repeat until offending driver is found.