Search found 3 matches
- 2013-03-10T17:59:58-07:00
- Forum: Bugs
- Topic: possible file descriptor leaks
- Replies: 2
- Views: 2521
Re: possible file descriptor leaks
Anyone knows it?
- 2013-03-09T17:50:55-07:00
- Forum: Bugs
- Topic: possible file descriptor leaks
- Replies: 2
- Views: 2521
Re: possible file descriptor leaks
Could anyone explain it? I really wanna know if it's a fixed bug or something wrong with my system?
Thanks.
Thanks.
- 2013-03-08T13:51:12-07:00
- Forum: Bugs
- Topic: possible file descriptor leaks
- Replies: 2
- Views: 2521
possible file descriptor leaks
I'm using the magickwand library for my C application in Ubuntu environment. But there is one file decriptor open when one image is read while not closed after the process is done. If I do this in a loop, I could see a lot of file descriptors increasing without close from /proc/<pid>/fd. I also ...