On 01/13/2019 01:32 AM, David C. Rankin wrote: > read(9, "\372", 1) = 1 > select(10, [9], NULL, [9], NULL) = 1 (in [9]) > read(9, "\372", 1) = 1 > select(10, [9], NULL, [9], NULL) = 1 (in [9]) > read(9, "\372", 1) = 1 > ... > > I don't know whether this is normal or FUBAR -- but it seems to correspond to > every line of dir output once the screen starts to scroll on cmd.exe. > > Is this normal??
I probably cut the strace output off a few lines early. The only other line in the output is: futex(0x19431b8, FUTEX_WAKE_PRIVATE, 1) = 1 Do we have a threading issue locked thread causing the issue? -- David C. Rankin, J.D.,P.E. _______________________________________________ VBox-users-community mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vbox-users-community _______________________________________________ Unsubscribe: mailto:[email protected]?subject=unsubscribe
