|
From: Robert W. <rj...@du...> - 2003-12-18 01:32:38
|
> Probably easier to track down, when running /opt/kde3/bin/kate on memcheck, > there are also hundreds of messages like this: > > ==5883== Warning: invalid file descriptor 822 in syscall close() > ==5883== at 0x3D505D71: close (in /lib/libc.so.6) > ==5883== by 0x3E1FCB68: TEPty::startPgm(char const*, QValueList<QCString>&, > char const*) > (in /opt/kde3/lib/kde3/libkonsolepart.so) > ==5883== by 0x3E1FD265: TEPty::commSetupDoneC() (in /opt/kde3/lib/kde3/ > libkonsolepart.so > ) > > running from fd=822 up to 1023. Sometimes it starts are 821 instead. > Any ideas? Yup - Jeremy twiddled the fd tracking stuff to not record fds above 820. Unfortunately, he forgot to change the close stuff to ignore those, too... ;-) It's an easy fix. Regards, Robert. |