Adam Flott wrote:
yes i am using epplets. cvs as of a few days ago. it only happens seldomly.
it most notably occurs when i use dcgui-qt, but not always. it is really annoying to 
deal with.

is there any tools that can show you what a program is doing whiling running?
i haven't used gdb much, but i would imagine it could do it.

adam
[snip]
'strace' will show you the system calls a program makes. That has actually been quite useful when trying to figure out why a program with no output is core dumping (usually file permissions or something similarly stupid).
You can use 'top' to find out which programs are using the most memory (type m to sort by memory usage). That might help you find out if it is a memory leak in E or another progy. Top will show you what is using the CPU most by default.


Sorry I don't have more ideas.

--
In Reach Technology:    http://inreachtech.net/

Robert G. Werner
[EMAIL PROTECTED]

Tel: 559.304.5122

I'm having BEAUTIFUL THOUGHTS about the INSIPID WIVES of smug and
wealthy CORPORATE LAWYERS ...



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to