jirentabu / crashrpt

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

The error report size in the CrashSender dialog doesn't count user attached files #164

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. Trigger a crash report that has a large user attached file in it. In my case 
the file was 95 megabytes.

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

The expected output is for the CrashSender dialog to give the total size of the 
report where it says "Please send us this error report(x.x MB) ...". Instead it 
appears the size only takes into account the crashdump and the crashrpt.xml.

What version of CrashRpt are you using?

1301

What is your version of Visual Studio?

VS 2008

What is your version of Windows operating system?

Win 7 SP 1

Please provide any additional information below.

Original issue reported on code.google.com by ABrussZ...@gmail.com on 18 Sep 2012 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 19 Sep 2012 at 4:08

GoogleCodeExporter commented 9 years ago
I tried to reproduce the issue by replacing dummy.ini with a large file and 
including it into crash report for WTLDemo.exe. But the size is calculated 
correctly. Can you provide the code of how you call crAddFile2()? What flags do 
you pass to it?

Original comment by zexspect...@gmail.com on 9 Oct 2012 at 4:39

GoogleCodeExporter commented 9 years ago
Couldn't reproduce.

Original comment by zexspect...@gmail.com on 17 Oct 2012 at 4:14