CyberPsychotic wrote: > By the way, is there way in gdb to check what filedescriptors are opened > in some process, so I could investigate such behaviour in future? Not that I know of but there are a couple of other tools that may help you: 1. strace/truss, list every systemcall made by the program. 2. lsof, list open files with a lot of details (much more than whats available in /proc on Linux) --- Henrik Nordström
- Linux and BSD accept implementations. CyberPsychotic
- Re: Linux and BSD accept implementations. Glynn Clements
- Re: Linux and BSD accept implementations. CyberPsychotic
- Re: Linux and BSD accept implementations. Glynn Clements
- Re: Linux and BSD accept implementations... CyberPsychotic
- Re: Linux and BSD accept implementa... Glynn Clements
- remove Henrik Nordstrom
- remove K.HARI.KRISHNAN
- Re: Linux and BSD accept implem... CyberPsychotic
- Re: Linux and BSD accept im... Henrik Nordstrom