python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to stop valgrding while running a CI-Pipeline in Gitlab?
the main instance is in an infinite loop waiting for communication commands to afterwords replay this. For the very first step, I would like, somehow, to stop the dynamic analysis on this main instanc...
Jan Hrr
Votes: 0
Answers: 0
Invalid read/write of size 4 in function
I'm trying to implement a function that extract some random numbers from an int array, without changing the orginal array. I wrote this function
int get_random_int(int * from, int from_length, int * r...

Emme Developer
Votes: 0
Answers: 1
Why does Valgrind only show ??? in the HEAP SUMMARY?
I use valgrind --tool=memcheck --leak-check=full ./Monocular-Inertial/mono_inertial_euroc to check my file, where ./Monocular-Inertial/mono_inertial_euroc is my file, but the HEAP SUMMARY is something...
WHU lajislam
Votes: 0
Answers: 0
memory leak and I don't know why
My first question is that the object A(v) that added the the map, it should be deleted automatically when exit the scope?
My second question is what would happen to the object added into the map, when...
ccplusplusplusplus
Votes: 0
Answers: 2