<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><br /> This means there was an error (some function returned -1), but the<br /> error message was not set.  Could you capture the backtrace when this<br /> happens?  It's hard to find the exact point, but going function and<br /> checking what returns -1 should do.</blockquote>
<br /> Assuming by "backtrace" you mean the strace output, I went to the end of the file, and then did a reverse search for -1; here were the first hits, with some context:<br /> <br /> <span style="font-family: terminal, monaco, monospace; font-size: 8pt;">25533 clock_gettime(0x7 /* CLOCK_??? */, {17970, 938005692}) = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 clock_gettime(0x7 /* CLOCK_??? */, {17970, 938038620}) = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 select(7, [3 4], [], NULL, NULL)  = 1 (in [3])</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 clock_gettime(0x7 /* CLOCK_??? */, {17970, 938107743}) = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 read(3, "[\1\220\376xM\365a\206\350^8\236\315T\265#\353\270r\201\301|f\30<2 \347\276\37T:>|\241\2403\256\203GN\316=\233N\221\313\32\3630{\255\374O\360\263\374\353l\324\206\272o['I\205+\30\351\304LG\374\202\216\260\340H\342eL\214\377\3131(@:C\202\300\354x\235D\256\355\204G\261\rT5\247lK\364\342\7\232\231\210\25o\23\275\260\325\337\17E\255\300\211\254\277k\375g\347\347\5\273\324\255\324\220A\311\305\365{,J\351DE\245\337\272JBr\243\361\r\2226\330S\354\212$b\1J\37&C\200\225U\351\335", 8192) = 176</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 close(4)                          = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 close(5)                          = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 clock_gettime(0x7 /* CLOCK_??? */, {17970, 938396231}) = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 clock_gettime(0x7 /* CLOCK_??? */, {17970, 938427891}) = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 close(6)                          = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 select(7, [3], [3], NULL, NULL)   = 1 (out [3])</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 clock_gettime(0x7 /* CLOCK_??? */, {17970, 938544157}) = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 write(3, "e\303:\261h\272\30\335\373\316\26\323\251\16R\255\310b\226\300\227M*\0\245\326f\217\365J\177*\336\333\3427", 36) = 36</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 rt_sigaction(SIGWINCH, NULL, {0x557af9c49660, [], SA_RESTORER, 0x7f76f92162f0}, 8) = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 rt_sigaction(SIGWINCH, {SIG_DFL, [], SA_RESTORER, 0x7f76f92162f0}, NULL, 8) = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 write(3, "\343(\317\376\241\r\36\306\6\344T\302\217mdTt\23\326\225\330'\375$\7\215\307\0301\211\226\210\\\261x\277\245\342\3149\206R\<a href="mailto:223@\26\233M\345|\320\337">223@\26\233M\345|\320\337</a> x\336\325\370'\17w~", 60) = 60</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7ffe60de40e0) = -1 ENOTTY (Inappropriate ioctl for device)</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 fcntl(0, F_GETFL)                 = 0x802 (flags O_RDWR|O_NONBLOCK)</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 fcntl(0, F_SETFL, O_RDWR)         = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7ffe60de40e0) = -1 ENOTTY (Inappropriate ioctl for device)</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 fcntl(1, F_GETFL)                 = 0x2 (flags O_RDWR)</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7ffe60de40e0) = -1 ENOTTY (Inappropriate ioctl for device)</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 fcntl(2, F_GETFL)                 = 0x801 (flags O_WRONLY|O_NONBLOCK)</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 fcntl(2, F_SETFL, O_WRONLY)       = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 shutdown(3, SHUT_RDWR)            = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 close(3)                          = 0</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 exit_group(0)                     = ?</span><br /><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"> 25533 +++ exited with 0 +++</span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span style="font-family: terminal, monaco, monospace; font-size: 8pt;">25531 <... futex resumed> ) = ? ERESTARTSYS (To be restarted if SA_RESTART is set)<br /></span><span style="font-family: terminal, monaco, monospace; font-size: 8pt;"></span><br /> If there's any other information I can grab, please do let me know.</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Thanks for the quick reply (and apologies for the Thanksgiving-induced delay in my response),</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">-Ken<br /> <br /> <br />
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">Log files on both client and server are pretty sparse on details of<br /> any sort... as, again, is Google.  Any ideas?<br /> </blockquote>
<br /> It culd be visible from the logs as well, but not without the code<br /> opened in another window to see where we forgot to set the error<br /> message.<br /> <br />
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">Thanks yet again,<br /> <br /> -Ken<br /> <br /> _______________________________________________<br /> libvirt-users mailing list<br /> <a href="mailto:libvirt-users@redhat.com">libvirt-users@redhat.com</a><br /> <a href="https://www.redhat.com/mailman/listinfo/libvirt-users" target="_blank" rel="noreferrer">https://www.redhat.com/mailman/listinfo/libvirt-users</a></blockquote>
</blockquote>
</div>
</body></html>