I don't know if this points to a bug in my operating system, a bug in my
code or if it's normal but basically when I use these modules and run a
strace (using Linux 7.3) it gives me the following:

12:28:39 close(3)                       = 0
12:28:39 munmap(0x400c8000, 4096)       = 0
12:28:39 close(3)                       = -1 EBADF (Bad file descriptor)

It tries to close something that is already closed if I read it correctly.
I'm pretty new to using the trace feature so maybe I'm off base. Is this
showing a problem or is this normal??

Jessee



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to