<div dir="ltr"><div><div>I'm pretty sure that is actually the case. I know that I got a compilation error at first on Ubuntu because I had forgotten to install the development headers from the git sources. Compiling against the 1.8.0 headers in the 14.04 repositories gave me an error related to either VD_AGENT_CLIPBOARD_MAX_SIZE_DEFAULT or VD_AGENT_CLIPBOARD_MAX_SIZE_ENV, I forget which exactly. This symbol is in /usr/include/spice-1/spice/vd_agent.h. If I'm looking at this correctly, wouldn't something like this cause the problem?<br><br></div>In case I'm wrong, there is no debug spice-server library available on Ubuntu 14.04 anyway. So, in order to compile one, would it be as easy as `CFLAGS="$CFLAGS -g" make`, or something a little more intricate? I've done simple compilations of programs I've written myself using `g++ -lm main.cpp -o my_program,` but that's about the extent of it. I can usually get configure scripts to work with me, but when it comes to Automake I'm completely lost.<br><br></div>Chuck R.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 1, 2014 at 3:14 AM, Christophe Fergeau <span dir="ltr"><<a href="mailto:cfergeau@redhat.com" target="_blank">cfergeau@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, Nov 29, 2014 at 08:34:48PM -0600, Charles Ricketts wrote:<br>
> > Christophe<br>
> The segfault was simply a configuration error. it was dynamically<br>
> linking the distribution-provided libspice-server.so.1.8.0 rather than<br>
> the newly compiled libspice-server.so.1.9.0 due to the 1.8.0 version<br>
> having a higher precedence with ldconfig. After reordering the library<br>
> precedence to favor the new version it worked just fine.<br>
<br>
</span>Unless the segfault was caused by a new symbol available in 1.9.0, but<br>
not present in 1.8.0, this should not be happening. This could be a bug<br>
in spice-server that was fixed in the new version, in which case it<br>
would be good that ubuntu is aware about it so that they can fix it in<br>
their package.<br>
<span class="HOEnZb"><font color="#888888"><br>
Christophe<br>
</font></span></blockquote></div><br></div>