Several users have reported a Windows crash with error UNEXPECTED_KERNEL_MODE_TRAP when using Parasoft tools after applying a recent Windows 11 update. It appears that different sets of actions can trigger the issue, but some known cases include closing a responder editor in Parasoft Virtualize or closing the test…
NIST recently released several Apache's log4j Zero-Day vulnerability cases, a very popular Java library to log messages in Java Applications. * CVE-2021-44228 (https://nvd.nist.gov/vuln/detail/CVE-2021-44228) * Parasoft products released this year (2021) include log4j 2.14.0 library. Parasoft confirms that these releases…
The C/C++Test Parasoft tool gives various ways of suppressing alerts. One of them is to define a regex pattern, which is matched on every analyzed code line. Unfortunately I have trouble using this functionality. I want to supress alerts produced by some macro: define FOO syslog ... I included following lines in my…
I run "Run Unit Tests (File Scope)" configuration on eclipse base ide vs2013 ,then get a error :"Test execution: error reading test log for Test unit for xx.cpp". How can I Solve this problem?
Hello, is it possible to set the Flow Analysis manually, without the DTP server? The guide only speaks about setting it through the server.
Hello, My group is in the process of moving from v9.5 to v10.3. After converting one of our projects to v10.3, we are encountering numerous preprocessing errors during Code Analysis that we did not encounter while running v9.5. We have successfully converted many other projects to v10.3 that do not encounter this error.…
Hello, I am using the C/C++Test commandline tool, and I have configured the cpptestcli.properties file to connect to a DTP server. Unfortunately, a connection is not possible, as the server is only reachable through a proxy. I searched for proxy settings, but found only proxy configurations for the used JRE…
Hi everyone, we use suppressions in a source code to avoid findings of some rule violations. It is done according to the user manual by usage of suppression begin/end comments: // parasoft-begin-suppress ||ALL "suppression comment" ... code block ... // parasoft-end-suppress ||ALL "suppression comment" We use the field…
Hi, I am running Parasoft for MISRA. Following a simplified code example: define RC(func) \ do { \ rc_t rc_ = func; \ if is_error(rc_) return rc_; } while (0) struct info_t { rc_t (*handler)(); }; rc_t caller() { struct info_t info = {0}; RC(called_function(&info)); // From this point, info is well initialized by the…
Hi Team, Today we Upgraded DTP and License file from 2023.1 to 2024.1 - But while running the CPP user is getting ERROR: Invalid license, Can anyone please help.
I am getting Linking error, can anyone help me to fix. /gccm-inventory 1. Test execution: error linking test executable for Test unit for selected sources. /usr/bin/ld: /home/t0232gf/parasoft/workspace3/.cpptest/gccm-inventory/file-data/gccm_im_manager.cppbeae46cf/tested/harness_gccm_im_manager.o: in function…
I have the following code coverage report snippet and want to understand what do "Stat" and "Off" values represent and how to interpret them? <CvgData cvgType="SC"> <Stat val="0;3;0;3;0;3;0"/> <Off val="0;76;115;120;146;153;198"/> </CvgData>undefined</File>undefined<File…
It looks like you're new here. Sign in or register to get started.