jirentabu / crashrpt

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

Version info caused crash #48

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.compile ur application with crash report build in. 
2. Don't set the version number. let crash report retrieve from module.
3a. It will crash if you don't specify any version information for the module. 
3b. If the version number is greater than 3 digits, it will retrieve wrong 
number. For example: 0.8.1.1444, it will only retrieve 0.8.144 or something 
similar.

What is the expected output? What do you see instead?
See: 3a - crash
     3b - incorrect version number.
Expected: 
     3a - not crash 
     3b - and retrieve the correct version number.

What version of the product are you using? On what operating system?
OS: vista bussiness 32bit
crashrpt: v1.2.4_r717

Please provide any additional information below.

Original issue reported on code.google.com by dxj19831...@gmail.com on 8 Aug 2010 at 11:37

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 9 Aug 2010 at 3:23

GoogleCodeExporter commented 9 years ago
I came here to report this as well. I'm seeing the same behavior under Windows 
7.

Original comment by c...@codeware.com on 31 Aug 2010 at 4:22

GoogleCodeExporter commented 9 years ago
This issue was fixed in v.1.2.7.

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