<div dir="ltr"><div><div><font color="#000000">Hi All,<br><br></font></div><font color="#000000">I am running into a problem when setting LTTNG_HOME and trying to save a session. When I do so, it always ends up saving the session to $HOME/.lttng/sessions instead of $LTTNG_HOME/.lttng/sessions.<br><br></font></div><font color="#000000">I looked at tools/src/bin/lttng-sessiond/save.<font size="2">c and in the save_session function it executes this line when there is no provided path<br></font><pre><span class="gmail-kt">char</span> <span class="gmail-o">*</span><span class="gmail-n">home_dir</span> <span class="gmail-o">=</span> <span class="gmail-n">utils_get_user_home_dir ....<br><font size="2"><span style="font-family:arial,helvetica,sans-serif"><br></span></font></span></pre><pre><font size="2"><span style="font-family:arial,helvetica,sans-serif"><span class="gmail-n">Shouldn't it be calling utils_get_home_dir instead?<br><br></span></span></font></pre><pre><font size="2"><span style="font-family:arial,helvetica,sans-serif"><span class="gmail-n">When I do change the function, "lttng save" always ends up in an error of invalid pointer.<br><br></span></span></font></pre><pre><font size="2"><span style="font-family:arial,helvetica,sans-serif"><span class="gmail-n">Any idea why this might be happening?<br><br></span></span></font></pre><pre><font size="2"><span style="font-family:arial,helvetica,sans-serif"><span class="gmail-n">Thanks,<br></span></span></font></pre><pre><font size="2"><span style="font-family:arial,helvetica,sans-serif"><span class="gmail-n">Shehab Elsayed<br></span></span></font></pre><br></font>
</div>