John Spray
2007-05-08 18:53:55 UTC
Referencer create an (empty) file, and then hangs (no screen redraw)
while gradually consuming all RAM in the machine. (I've got 4G) IIRC,
it also uses 100% CPU during this hang.
Could you try attaching gdb to the hung process? To do this, start gdb,while gradually consuming all RAM in the machine. (I've got 4G) IIRC,
it also uses 100% CPU during this hang.
then type "attach [pid]" where [pid] is the process ID of the hung
process ("ps -A | grep referencer"), and then type "bt".
I've only got 1.0.2 - do you know if the 1.0.3 version fixes this?
If
so, I'll forward that comment on to the Debian package maintainer,
which
might get the 1.0.3 package out faster :)
As far as I recall nothing in the file IO changed 1.0.2->1.0.3, so IIf
so, I'll forward that comment on to the Debian package maintainer,
which
might get the 1.0.3 package out faster :)
doubt it makes a difference.
Cheers,
John