gicho / cppcheclipse

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

cppcheck exits with 143 #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When checking many files at once cppcheck exits with error 143 after some time.
When running the same command (c&p from eclipse console) manually cppcheck runs 
through fine. 

Output:
Could not run cppcheck
Error executing '/usr/bin/cppcheck --template 
{file};{line};{severity};{id};{message} --enable=all <dozens of -I options and 
many files>' due to error: Process exited with an error: 143(Exit value: 
143)Maybe more information is available in the console view.

Tested with:
Eclipse 3.6
cppcheckeclipse 0.9.6
cppcheck 1.44 and 1.45
Java 1.6.0_22
ubuntu 10.10

Original issue reported on code.google.com by S.Amer.G...@gmail.com on 20 Oct 2010 at 12:56

GoogleCodeExporter commented 8 years ago
This error is due to an internal timeout, after which cppcheck is automatically 
stopped. This timeout will not happen anymore in the next version.

Original comment by konra...@gmx.de on 21 Oct 2010 at 8:39

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

Original comment by konra...@gmx.de on 3 Apr 2011 at 9:02