In first place you might report the bug at http://trac.cppcheck.net/
A short example to reproduce the error will help on analysis.
Does it also crash without the -j16 argument?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
And when I remove -j16 argument, I work as expected.
The main difference with linux and windows versions is the way of handling threads, right? (afaik for linux, it does fork a process to provide parallelism).
Can this be related to threading?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
According to your results it sounds likely. OTOH there are some known issues about the template handling, so maybe that can't be ruled out.
Did you submit your example already?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi im getting below exception when executing this command.
I'm using executing this command on Ubuntu Ubuntu 12.04 LTS 64bit with cppcheck 1.66. But I can produce the same error with 1.68 version.
In windows, everything works as expected.
Any suggestion about this?
Thanks,
Ali
Last edit: Akdeniz 2015-04-06
In first place you might report the bug at http://trac.cppcheck.net/
A short example to reproduce the error will help on analysis.
Does it also crash without the -j16 argument?
Ok, I will report a bug with simplified example.
And when I remove -j16 argument, I work as expected.
The main difference with linux and windows versions is the way of handling threads, right? (afaik for linux, it does fork a process to provide parallelism).
Can this be related to threading?
According to your results it sounds likely. OTOH there are some known issues about the template handling, so maybe that can't be ruled out.
Did you submit your example already?