You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am write a program use nlohmann::json, I found that my program may have memory leak, So I use valgrind to detect
memroy leak.But valgrind crashed because of illegal instructions
What is the issue you have?
Program terminated with signal SIGILL, Illegal instruction.
Can you share the program you executed?
Thank you for reply
The program belongs to my company, maybe I can provide you with a program that can reproduce the valgrind bugs and remove other sensitive information, but it will take some time
I am write a program use nlohmann::json, I found that my program may have memory leak, So I use valgrind to detect
memroy leak.But valgrind crashed because of illegal instructions
What is the issue you have?
Program terminated with signal SIGILL, Illegal instruction.
the following is valgrind core back trace
Please describe the steps to reproduce the issue.
Can you provide a small but working code example?
What is the expected behavior?
And what is the actual behavior instead?
Which compiler and operating system are you using?
Which version of the library did you use?
develop
branchIf you experience a compilation error: can you compile and run the unit tests?
The text was updated successfully, but these errors were encountered: