This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: last_100_frees.stp on aarch64 is crashing while doing sprint_ubacktrace()


On 06/22/2015 06:53 AM, William Cohen wrote:
> One of the things that I thought that might be tripping things up is
> that there might be previous builds that have been done without the
> -B CONFIG_DEBUG_INFO=y and the caching might be using.

That shouldn't matter -- find_script_hash() adds all the -B options to
the hashed content, so they should be cached distinctly.

But you can also use --poison-cache if you don't trust it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]