[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#804860: strace result



  If I understand this excerpt from the strace output:
"...
read(5, "\1\0\0\0\0\0\0\0", 16)         = 8
write(5, "\1\0\0\0\0\0\0\0", 8)         = 8
stat("test1.turtle", {st_mode=S_IFREG|0644, st_size=56, ...}) = 0
getcwd("/home/clark", 4096)             = 12
lstat("/home/clark/test1.turtle", {st_mode=S_IFREG|0644, st_size=56, ...}) = 0
open("/home/clark/test1.turtle", O_RDONLY|O_CLOEXEC) = 18
fcntl(18, F_SETFD, FD_CLOEXEC)          = 0
fstat(18, {st_mode=S_IFREG|0644, st_size=56, ...}) = 0
fstat(18, {st_mode=S_IFREG|0644, st_size=56, ...}) = 0
read(18, "kturtle-script-v1.0\n@(fw) 20\n@(t"..., 16384) = 56
read(18, "", 16328)                     = 0
close(18)                               = 0
write(5, "\1\0\0\0\0\0\0\0", 8)         = 8
poll([{fd=3, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=3, revents=POLLOUT}])
..."
The system has received the read request and sent the proper information
to kturtle which then apparently ignores it.

Clark


Reply to: