Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 22, 2024, 09:46:15 AM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Development & Programming
»
How to find File Descriptors Leak using API calls
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to find File Descriptors Leak using API calls (Read 7586 times)
rheosiva
New Member
Posts: 2
How to find File Descriptors Leak using API calls
«
on:
March 31, 2009, 12:06:54 PM »
how to check file descriptors leak.. using a C program..
which Specific call is should be used to achieve this...
Please help me regards
Logged
dragoncity99
LST CareTaker
Experienced
Posts: 551
Re: How to find File Descriptors Leak using API calls
«
Reply #1 on:
October 29, 2009, 04:05:41 PM »
Errr...do you mean file locks ?
1. Use fuser or lsof to identify the processes holding it up.
2. If memory leak, use valgrind for example.
3. If you can suspect a process is the culprit, run an strace against that process.
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Development & Programming
»
How to find File Descriptors Leak using API calls