jirentabu / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

error in crashsender ? #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
***NOTE*** Please do create a NEW issue per each detected bug! Do not list
all detected problems in single issue record!

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
ms server 2003

Please provide any additional information below.

1. program have a bug describle in errorreportsave directory, and CrashRpt 
writes in the same directory nameed as '602b5dc0-8fe2-4377-9daf-4b13f283cf67' 
continually.
2. crashsender try to send email,bug trigger an assert.

Original issue reported on code.google.com by hew...@gmail.com on 31 Aug 2010 at 9:08

Attachments:

GoogleCodeExporter commented 9 years ago
1. This debug assertion means CrashRpt can't create a minidump file for some 
reason, maybe the disk is full or there is no access right, or file already 
exists and locked by another process. Maybe because many instances of 
CrashSender.exe are launched, the file is locked by one of them.

2. Currently I do not understand why your software generates error reports many 
times. Please provide more information. Can you set breakpoints in 
CrashHandler.cpp to see what happens?

Original comment by zexspect...@gmail.com on 1 Sep 2010 at 4:06

GoogleCodeExporter commented 9 years ago
Also try to compile CrashRpt in Release configuration (currently you compile in 
Debug). Assertions are checked in Debug only.

Original comment by zexspect...@gmail.com on 1 Sep 2010 at 6:05

GoogleCodeExporter commented 9 years ago
"2. Currently I do not understand why your software generates error reports 
many times. Please provide more information. Can you set breakpoints in 
CrashHandler.cpp to see what happens?
"

For i try my program's bug many times, so error reports many time.

I want to forbit CrashSenderd.exe,how to do it?

Original comment by hew...@gmail.com on 30 Sep 2010 at 3:16

GoogleCodeExporter commented 9 years ago
It now uses a critical section to avoid access from multiple crashed threads.

Fixed in v.1.2.7.

Original comment by zexspect...@gmail.com on 10 Oct 2010 at 2:37