[Spice-devel] [PATCH spice-server] tests: Test bug registering 2 vdagent devices
Christophe Fergeau
cfergeau at redhat.com
Tue Jan 31 17:10:06 UTC 2017
On Tue, Jan 31, 2017 at 05:04:46PM +0000, Frediano Ziglio wrote:
> This reproduces https://bugzilla.redhat.com/show_bug.cgi?id=1411194
Maybe it does reproduce it, maybe not...
If you want a similar backtrace, this is enough:
int main(void)
{
SpiceCoreInterface *core = basic_event_loop_init();
Test *test = test_new(core);
vmc_instances[0].base.sif = &vmc_interface.base;
spice_server_add_interface(test->server, &vmc_instances[0].base);
spice_server_remove_interface(&vmc_instances[0].base);
spice_server_remove_interface(&vmc_instances[0].base);
return 0;
}
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20170131/811dc15a/attachment.sig>
More information about the Spice-devel
mailing list