Hi Prashant,

On Fri, 2013-03-01 at 15:21 +0530, Prashant Pandey wrote:
> ps aux show the following results:

        Wow that was a lot to paste in-line ;-)

> elixir   32113  0.0  0.0  12348   996 pts/0    T    14:48   0:00 pager
> elixir   32114  0.0  0.0  12000  2960 pts/0    S+   14:49   0:00 make
> elixir   32147  0.0  0.0  13400  1748 pts/0    S+   14:49   0:00 bash -c cd 
> /home/elixir/lo/postprocess && unset MAKEFLAGS && \??/home/elixir/lo/solen
> elixir   32148  0.0  0.2  40152  9684 pts/0    S+   14:49   0:00 perl -S 
> /home/elixir/lo/solenv/bin/build.pl -P4 --all -- -P4
> elixir   32154  0.0  0.2  40152  8136 pts/0    S+   14:49   0:00 perl -S 
> /home/elixir/lo/solenv/bin/build.pl -P4 --all -- -P4
> elixir   32155  1.3  7.6 304184 295196 pts/0   S+   14:49   0:23 make -f 
> Makefile -j4 -rs all slowcheck
> elixir@ubuntu:~/lo$ 

        It is stuck in some slowcheck I suppose; but not in a runaway java, it
looks odd.

        If you kill it [ the slowcheck suggests it's really finished already
and is just running tests ], and then do:

        make -f Makefile -j4 -rs all slowcheck

        To check it still hangs; and then do:

        strace -s 256 -f -ttt -o /tmp/slog make -f Makefile -j4 -rs all 
slowcheck

        bzip2 the /tmp/slog and mail -only-me- (ie. not the list it will be too
big), the /tmp/slog.bz2 - then perhaps we can dig something out of that.

        I would imagine that a 'make dev-install' would produce something
runable from where you are though.

        Thanks !

                Michael.

-- 
michael.me...@suse.com  <><, Pseudo Engineer, itinerant idiot

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to