[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: leaving .lock files upon exit

eric,  see below (a little bit tedious) ..

the command psg is an alias for ps eawx | grep \*

kt [99]>psg jv
ktomasek 12502 0.0 0.0 51072 740 pts/20 S+ 18:04 0:00 grep jv
kt [100]>psg vm
ktomasek 12507 0.0 0.0 51072 740 pts/20 S+ 18:04 0:00 grep vm
kt [101]>psg JV
ktomasek 12512 0.0 0.0 51072 740 pts/20 S+ 18:04 0:00 grep JV
kt [102]>psg VM
ktomasek 12516 0.0 0.0 51072 740 pts/20 S+ 18:04 0:00 grep VM
kt [103]>psg jre
ktomasek 12522 0.0 0.0 51072 740 pts/20 S+ 18:04 0:00 grep jre
kt [104]>psg JRE
ktomasek 12526 0.0 0.0 51072 740 pts/20 S+ 18:04 0:00 grep JRE
kt [105]>psg java
ktomasek 12531 0.0 0.0 51072 740 pts/20 S+ 18:04 0:00 grep java
kt [106]>psg JAVA
ktomasek 12538 0.0 0.0 51072 740 pts/20 S+ 18:05 0:00 grep JAVA
kt [107]>psg Java
ktomasek 12544 0.0 0.0 51072 740 pts/20 S+ 18:05 0:00 grep Java
kt [108]>/tmp/ec
eclipse/ eclipse.notworking3.3.1/ eclipse.notworking331java/ eclipse.notworking331rcp/
kt [108]>/tmp/eclipse/eclipse &
[1] 12555
kt [109]>/tmp/eclipse/eclipse &
[2] 12593
[1] Done /tmp/eclipse/eclipse
kt [110]>psg ecl
ktomasek 12593 0.0 0.1 88440 3208 pts/20 S 18:05 0:00 /tmp/eclipse/eclipse
ktomasek 12594 0.0 5.8 713700 180096 pts/20 S 18:05 0:00 /usr/local/bin/java -Xms40m -Xmx256m -jar /tmp/eclipse/plugins/org.eclipse.equinox.launcher_1
0.1.R33x_v20070828.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /tmp/eclipse/eclipse -name Eclipse --launcher.library /tmp/eclipse/plugins/org.
eclipse.equinox.launcher.gtk.linux.x86_64_1.0.2.R331_v20071019/eclipse_1021.so -startup /tmp/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v200708
28.jar -exitdata 1451801a -vm /usr/local/bin/java -vmargs -Xms40m -Xmx256m -jar /tmp/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
..
..
+ about 30 other processes started by eclipse..


kt [112]>psg gcj
ktomasek 12675  0.0  0.0 51072  756 pts/20   S+   18:07   0:00 grep gcj

i have searched the bugs and found one just like my problem. i tried to sign up on the bug page, but it hasn't sent me a confirmation email after 4 hours. checked my spam folder, not there. i wanted to vote for this bug. could you?

it is bug 197428

the bug says the platform is sun, they can now add amd64 to the list.

thanks..


I'm not 100% sure on Linux, but I think it would be called "java"

First, you might want to make sure you are not running Eclipse under gcj as described in this issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=191254


Hope this helps,
	Eric