From: <569...@qq...> - 2022-11-23 11:52:41
|
I got the reply from the openmp tem, it said like this "The code you have sent should not cause the issue, as you are not doing any memory allocations. The allocation is coming from a data structure that GCC uses internally to keep track of task dependences. It looks like the data structure is allocated when the OpenMP implementation is initialized and it is not released before the program terminates." So the code has no issues. ------------------ Original ------------------ From: "Floyd, Paul" <pj...@wa...>; Date: Wed, Nov 23, 2022 07:49 PM To: "valgrind-users"<val...@li...>; Subject: Re: [Valgrind-users] client program compiled with pie On 17/11/2022 19:22, Mark Roberts wrote: > How do I find the loaded address of a client program that was compiled > with -pie? I.e., how to I map the current execution address - such as > 0x4021151 - to the address in the elf file - such as 0x1193? With -nopie > the two are identical. Hi Do the address space maps that you get when running with -d do what you want? A+ Paul _______________________________________________ Valgrind-users mailing list Val...@li... https://lists.sourceforge.net/lists/listinfo/valgrind-users |