On the 0x1B4 day of Apache Harmony [EMAIL PROTECTED] wrote: > I rerun the application with option -Xint > > and unlucily, it doesn`t pass, keep running and nothing comes out.
OK, you mean, the problem persists .. eh.. > The same with other options except with option -Xem opt. OK, let's try to find out which method is the most unlucky and hangs :) It is easy to find out which methods were compiled last: <...>/java -Xem jet -Xtrace:em <your options> 2>methods.compiled.txt That's the JIT side. You can try other options to identify, what happens. "java -X" for help on extra VM options. > with option -Xem opt, many "SIGSEGV in VM code." are printed. that's what I get in default mode now :( GDB does not help, shows segfault in libc with corrupted (?) stack: (gdb) bt ... #9 0x56a00158 in ?? () #10 0x4077ef77 in _int_free () from /lib/tls/libc.so.6 Previous frame inner to this frame (corrupt stack?) looks like somebody broke the build :) You may try to checkout a more stable version, if it does not bother you much. Then, you can use more tracing capabilities of optimizing JIT: to dump *all method-entry* events (cool, heh?:) use options: -Xem opt -Xjit ia32::itrace=on Hope this helps... > 28 Jul 2006 17:05:44 +0700, Egor Pasko <[EMAIL PROTECTED]>: > > > > On the 0x1B3 day of Apache Harmony [EMAIL PROTECTED] wrote: > > > I rerun it, and it keeps running, however no result comes out. > > > or I upload the jar file in two packages. > > > > OK, we can investigate the problem directly on your machine. > > There are some basic steps I do as soon as I see some problem :) > > > > * option to run in *interpreter mode*: > > -Xint > > > > If it passes, we can suspect a JIT. Then, no matter of results, it > > makes sense to isolate a single JIT to figure out which JIT is more > > unhealthy on your problem. > > > > * option to run on *fast JIT* only: > > -Xem jet > > > > * Run on *optimizing JIT* only: > > -Xem opt > > > > if you find where the problem appears more precisely, we can > > investigate further (with help of more extra options) > > > > > 2006/7/27, Vladimir Gorr <[EMAIL PROTECTED]>: > > > > > > > > Could you please run your application as the following: > > > > > > > > export > > > > > > > > > > LD_LIBRARY_PATH=/home/ustczz/harmony/enhanced/drlvm/trunk/build/deploy/jre/bin; > > > > > > /home/ustczz/harmony/enhanced/drlvm/trunk/build/deploy/jre/bin/java.exe > > > > -jar > > > > EIOffice.jar > > > > > > > > And let me know about the results. > > > > > > > > Thanks, > > > > Vladimir. > > > > > > > > > > > > On 7/27/06, zouqiong <[EMAIL PROTECTED]> wrote: > > > > > > > > > > i download my java application on the web, and it`s open source. > > > > > But i can`t upload it with jira, because the running of the jar file > > > > > depend other files, and the size of all source is above 300M, > > > > > and at most it can be compressed to 60M. > > > > > > > > > > This is the link i download the source > > > > > http://dlc2.pconline.com.cn/filedown.jsp?dlid=8242&linkid=27642 > > > > > > > > > > however, the application is developed by a Chinese group, it may > > bring > > > > you > > > > > some > > > > > difficulty. > > > > > > > > > > 2006/7/27, Vladimir Gorr <[EMAIL PROTECTED]>: > > > > > > > > > > > > On 7/27/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > Hi, besides the mbox size, please also note the license issue > > before > > > > > > > you forward your EIOffice.jar. :-) > > > > > > > > > > > > > > > > > > Yes, this is important note. I've also thought about this. > > > > > > > > > > > > > > > > > > > (Probably you can give a link of the original downloaded site. I > > > > don't > > > > > > > know.) > > > > > > > > > > > > > > > > > > > > > > > > Yes, if its license allows to make this :-). > > > > > > > > > > > > Thanks, > > > > > > Vladimir. > > > > > > > > > > > > Thanks, > > > > > > > xiaofeng > > > > > > > > > > > > > > On 7/27/06, zouqiong <[EMAIL PROTECTED]> wrote: > > > > > > > > Hi, Sir, > > > > > > > > I am afraid, i can`t attach the java application with > > > > > > > gmail, maybe > > > > > > > > it`s too large?? > > > > > > > > Its size is 24M, within the 1G of gmail, isn`t it? > > > > > > > > Is there other ways i can attach my jar files? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > Terms of use : http://incubator.apache.org/harmony/mailing.html > > > > > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > > > > > For additional commands, e-mail: > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Egor Pasko, Intel Managed Runtime Division > > > > > > --------------------------------------------------------------------- > > Terms of use : http://incubator.apache.org/harmony/mailing.html > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Best Regards, > Qiong,Zou -- Egor Pasko, Intel Managed Runtime Division --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]