bde_verify
bde_verify copied to clipboard
Running bde_verify prompts "Modification of a read-only value attempted at ... line 462"
Describe the bug After build and install bde_verify, I am trying to use the bde_verify on one component. But it prompts error:
$ /path/to/bde_verify/bde_verify xxx.cpp
Modification of a read-only value attempted at /path/to/bde_verify/Linux-c++/bin/bde_verify line 462.
Environment:
- Operating System and Version: Ubuntu 20.04
- Perl: v5.30.0
For immediate workaround - comment out the reported line in the bde_verify (it is a perl script). We will investigate the error.