Thus said Gerald Gutierrez on Fri, 09 May 2014 15:40:13 -0700:

> $ ps auxww | grep fossil
> USER              PID  %CPU %MEM      VSZ    RSS   TT  STAT STARTED
>  TIME COMMAND
> xxx              7619   0.0  0.2  2490036  29836   ??  S     9:05AM
> 0:13.80 /usr/local/bin/fossil commit --no-warnings -m Fri May  9 09:05:41
> PDT 2014

Any chance you could attach gdb to this process and see what it's doing?

Something like:

gdb fossil -p 7619
...
(gdb) bt

Thanks,

Andy
--
TAI64 timestamp: 40000000536d6a2c
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to