gicho / cppcheclipse

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

cppheclipse uses unsupported --errorlist option on cppchecker #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use cppcheck 1.46 and go to the preferences::cppcheclpise::problems tab,
the are the page remains blank, because cppchecker seg faults.

Using cppcheclipse 9.6 (any?)

See https://sourceforge.net/apps/trac/cppcheck/ticket/2292 and 
https://sourceforge.net/apps/trac/cppcheck/ticket/2253

This has been fixed in cppchecker 1.46.1 

Original issue reported on code.google.com by Robert.M...@gmail.com on 13 Dec 2010 at 9:04

GoogleCodeExporter commented 8 years ago
The next version of cppcheclipse will check for minimal version 1.46. 
Unfortunately 1.46.1 also gives out the same version information as 1.46 
therefore cppcheclipse cannot distinguish between those two versions, so that 
segfault might still appear. Still cppcheclipse has to rely on --errorlist. 
Unfortunately I can't do anything about it.

Original comment by konra...@gmx.de on 6 Jan 2011 at 5:57

GoogleCodeExporter commented 8 years ago
Release Milestone: 1.47 of cppcheck is due in 4 weeks (02/05/11) which may be 
worth waiting for, them you could check for version != 1.46 or > 1.46.

Original comment by Robert.M...@gmail.com on 6 Jan 2011 at 8:07

GoogleCodeExporter commented 8 years ago
Since 1.47 --errorlist is an officially documented and supported option.

Original comment by konra...@gmx.de on 16 Feb 2011 at 9:02