S
slimicus
The IDE crashes about every 10-20 minutes for me.. its been doing this
ever since I started this project (The project was a 2003 project but I
recreated it in 2005)
When it crashes, its usually after I close the app I'm testing.. lets
say I'm debugging the app, and I get an exception, and I have to stop
the execution for whatever reason, after that, next time I try to
compile (as in either Build or Build in Run, or even build a setup
package which rebuilds the rest of the solution) the IDE dumps on me...
When it does this, I get about 50 or so DrWatson popups telling me the
program has crashed... when i hit Close, another pops up... I can click
through about 50 of these, or just kill the thread which is what I've
been doing lately.
Here are some of the errors left in my event log... I'm wondering, how
do I debug this? I tried "Send to Microsoft" but that crashed too so I
haven't tried again since. Oh also, we have another development machine
here with someone working on it that has the same hardware specs as me
and the IDE crashes on them in the same way too.. with the same
project..
Below are the errors in the event log I get (because of the DrWatson
popups, or Error Reporting.. whichever you want to call it) The first
one I get the first time, then after that the second continues to popup
about 50 times in succession. I noticed the VS IDE threads are not
blocked cause I can perform any operation thats not asynchronous, like,
saving the doc I have open, and then it blocks until I hit "Close" on
the DW popup. Then it saves for a bit, a new popup comes up, it blocks
the IDE, closing that popup lets it continue a little more.. 3 or 4
popups worth of closing is generally enough to get the doc save, then I
kill the thread.
ANY help would be appreciated, I'm not even sure where to go or what to
look for for this type of problem.
Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 1023
Date: 2/17/2006
Time: 5:11:20 PM
User: N/A
Computer: HERCULES
Description:
..NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error
(7A2B45A2) (0)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
------------------------------
Event Type: Error
Event Source: Microsoft (R) Visual Basic Compiler
Event Category: None
Event ID: 1000
Date: 2/17/2006
Time: 5:11:13 PM
User: N/A
Computer: HERCULES
Description:
Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699,
faulting module kernel32.dll, version 5.1.2600.2180, stamp 411096b4,
debug? 0, fault address 0x0001eb33.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 00 70 00 70 00 6c 00 A.p.p.l.
0008: 69 00 63 00 61 00 74 00 i.c.a.t.
0010: 69 00 6f 00 6e 00 20 00 i.o.n. .
0018: 46 00 61 00 69 00 6c 00 F.a.i.l.
0020: 75 00 72 00 65 00 20 00 u.r.e. .
0028: 20 00 64 00 65 00 76 00 .d.e.v.
0030: 65 00 6e 00 76 00 2e 00 e.n.v...
0038: 65 00 78 00 65 00 20 00 e.x.e. .
0040: 38 00 2e 00 30 00 2e 00 8...0...
0048: 35 00 30 00 37 00 32 00 5.0.7.2.
0050: 37 00 2e 00 34 00 32 00 7...4.2.
0058: 20 00 34 00 33 00 33 00 .4.3.3.
0060: 33 00 65 00 36 00 39 00 3.e.6.9.
0068: 39 00 20 00 69 00 6e 00 9. .i.n.
0070: 20 00 6b 00 65 00 72 00 .k.e.r.
0078: 6e 00 65 00 6c 00 33 00 n.e.l.3.
0080: 32 00 2e 00 64 00 6c 00 2...d.l.
0088: 6c 00 20 00 35 00 2e 00 l. .5...
0090: 31 00 2e 00 32 00 36 00 1...2.6.
0098: 30 00 30 00 2e 00 32 00 0.0...2.
00a0: 31 00 38 00 30 00 20 00 1.8.0. .
00a8: 34 00 31 00 31 00 30 00 4.1.1.0.
00b0: 39 00 36 00 62 00 34 00 9.6.b.4.
00b8: 20 00 66 00 44 00 65 00 .f.D.e.
00c0: 62 00 75 00 67 00 20 00 b.u.g. .
00c8: 30 00 20 00 61 00 74 00 0. .a.t.
00d0: 20 00 6f 00 66 00 66 00 .o.f.f.
00d8: 73 00 65 00 74 00 20 00 s.e.t. .
00e0: 30 00 30 00 30 00 31 00 0.0.0.1.
00e8: 65 00 62 00 33 00 33 00 e.b.3.3.
00f0: 0d 00 0a 00 ....
Thanks,
Straticus
ever since I started this project (The project was a 2003 project but I
recreated it in 2005)
When it crashes, its usually after I close the app I'm testing.. lets
say I'm debugging the app, and I get an exception, and I have to stop
the execution for whatever reason, after that, next time I try to
compile (as in either Build or Build in Run, or even build a setup
package which rebuilds the rest of the solution) the IDE dumps on me...
When it does this, I get about 50 or so DrWatson popups telling me the
program has crashed... when i hit Close, another pops up... I can click
through about 50 of these, or just kill the thread which is what I've
been doing lately.
Here are some of the errors left in my event log... I'm wondering, how
do I debug this? I tried "Send to Microsoft" but that crashed too so I
haven't tried again since. Oh also, we have another development machine
here with someone working on it that has the same hardware specs as me
and the IDE crashes on them in the same way too.. with the same
project..
Below are the errors in the event log I get (because of the DrWatson
popups, or Error Reporting.. whichever you want to call it) The first
one I get the first time, then after that the second continues to popup
about 50 times in succession. I noticed the VS IDE threads are not
blocked cause I can perform any operation thats not asynchronous, like,
saving the doc I have open, and then it blocks until I hit "Close" on
the DW popup. Then it saves for a bit, a new popup comes up, it blocks
the IDE, closing that popup lets it continue a little more.. 3 or 4
popups worth of closing is generally enough to get the doc save, then I
kill the thread.
ANY help would be appreciated, I'm not even sure where to go or what to
look for for this type of problem.
Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 1023
Date: 2/17/2006
Time: 5:11:20 PM
User: N/A
Computer: HERCULES
Description:
..NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error
(7A2B45A2) (0)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
------------------------------
Event Type: Error
Event Source: Microsoft (R) Visual Basic Compiler
Event Category: None
Event ID: 1000
Date: 2/17/2006
Time: 5:11:13 PM
User: N/A
Computer: HERCULES
Description:
Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699,
faulting module kernel32.dll, version 5.1.2600.2180, stamp 411096b4,
debug? 0, fault address 0x0001eb33.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 00 70 00 70 00 6c 00 A.p.p.l.
0008: 69 00 63 00 61 00 74 00 i.c.a.t.
0010: 69 00 6f 00 6e 00 20 00 i.o.n. .
0018: 46 00 61 00 69 00 6c 00 F.a.i.l.
0020: 75 00 72 00 65 00 20 00 u.r.e. .
0028: 20 00 64 00 65 00 76 00 .d.e.v.
0030: 65 00 6e 00 76 00 2e 00 e.n.v...
0038: 65 00 78 00 65 00 20 00 e.x.e. .
0040: 38 00 2e 00 30 00 2e 00 8...0...
0048: 35 00 30 00 37 00 32 00 5.0.7.2.
0050: 37 00 2e 00 34 00 32 00 7...4.2.
0058: 20 00 34 00 33 00 33 00 .4.3.3.
0060: 33 00 65 00 36 00 39 00 3.e.6.9.
0068: 39 00 20 00 69 00 6e 00 9. .i.n.
0070: 20 00 6b 00 65 00 72 00 .k.e.r.
0078: 6e 00 65 00 6c 00 33 00 n.e.l.3.
0080: 32 00 2e 00 64 00 6c 00 2...d.l.
0088: 6c 00 20 00 35 00 2e 00 l. .5...
0090: 31 00 2e 00 32 00 36 00 1...2.6.
0098: 30 00 30 00 2e 00 32 00 0.0...2.
00a0: 31 00 38 00 30 00 20 00 1.8.0. .
00a8: 34 00 31 00 31 00 30 00 4.1.1.0.
00b0: 39 00 36 00 62 00 34 00 9.6.b.4.
00b8: 20 00 66 00 44 00 65 00 .f.D.e.
00c0: 62 00 75 00 67 00 20 00 b.u.g. .
00c8: 30 00 20 00 61 00 74 00 0. .a.t.
00d0: 20 00 6f 00 66 00 66 00 .o.f.f.
00d8: 73 00 65 00 74 00 20 00 s.e.t. .
00e0: 30 00 30 00 30 00 31 00 0.0.0.1.
00e8: 65 00 62 00 33 00 33 00 e.b.3.3.
00f0: 0d 00 0a 00 ....
Thanks,
Straticus