Re: ORBit bug (or panel bug?)



> It is doing this because it is receiving an error other than "EEXIST" from
> mkdir("/tmp/orbit-tack", 0700);
> 
> If you could strace it and find out exactly what the error is, that would
> help in finding the problem.

Looks like mkdir _is_ returning EEXIST, but that "ptrace: umoven: Input/output
error" looks odd?  Corrupt file system?

[ ... stuff ...]

munmap(0x40090000, 4096)                = 0
listen(5, 5)                            = 0
mkdir(ptrace: umoven: Input/output error
0x80adfd8, 0700)                  = -1 EEXIST (File exists)
write(2, "\n** ", 4
** )                    = 4
write(2, "ERROR **: ", 10ERROR **: )              = 10
write(2, "Unknown error on directory creat"..., 65Unknown error on directory creation of /tmp/orbit-tack (Success)
) = 65
write(2, "\naborting...\n", 13
aborting...
)         = 13 

[ ... stuff ...]



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