sorry I mean,
iptables -A HYBLD -d 224.1.2.3 -j ACCEPT
On 3/22/07, Tony Wu <[EMAIL PROTECTED]> wrote:
plus iptables -A HYBLD -d 224.0.0.4 -j ACCEPT
On 3/22/07, Tony Wu <[EMAIL PROTECTED]> wrote:
> Hi,
> It caused by my patch on harmony-3433.
>
> It will fail on some machines because of firewall
plus iptables -A HYBLD -d 224.0.0.4 -j ACCEPT
On 3/22/07, Tony Wu <[EMAIL PROTECTED]> wrote:
Hi,
It caused by my patch on harmony-3433.
It will fail on some machines because of firewall, the access to some
multicast addresses used in tests are not permitted on your machines.
running following l
Weldon,
Thanks for looking at this problem. Though this problem is
intermittent I think it is major (but not critical) and worth to be
fixed, because it often breaks Eclipse debugger work with Harmony. I'm
not sure if this deadlock occur only in debug mode, it might be
reproduced in usual mode an
"We are grateful for Apache Harmony's commitment to compatibility"
Oh, the irony...
On Mar 21, 2007, at 6:15 PM, Alexei Fedotov wrote:
Hello,
We are mentioned in this talk:
http://developers.sun.com/events/techdays/presentations/2007/
TD_GEN_OpenSource_Community.pdf
There are also some inte
On Mar 22, 2007, at 7:14 AM, Mikhail Loenko wrote:
I have talked to some people who are interested in trying their
apps on Harmony
and report back/fix the problems.
I'm reluctant to give them a link to the snapshots built from a
random state.
Why would you think they are from a random st
Hi,
It caused by my patch on harmony-3433.
It will fail on some machines because of firewall, the access to some
multicast addresses used in tests are not permitted on your machines.
running following lines will help,
iptables -A HYBLD -d 224.0.0.3 -j ACCEPT
iptables -A HYBLD -d 224.0.0.4 -j ACCE
I have talked to some people who are interested in trying their apps on Harmony
and report back/fix the problems.
I'm reluctant to give them a link to the snapshots built from a random state.
What I suggest is: synchronize different Cruise Control runs.
So, some CC scenarios run more often, som
Vladimir Ivanov wrote:
Hello everyone,
some time ago notification about failure of test
tests.api.java.util.TimerTaskTest was sent.
Seems, this test intermittently failed on the overloaded box. The
issue Harmony-3437 was created to track it.
Could somebody take care about this issue?
Thanks, Vla
Hi Vladimir,
It seems that this failure can be resolved in the similar way that
Harmony-3036 did. I'll take a closer look at this issue. Thanks.
Vladimir Ivanov wrote:
Hello everyone,
some time ago notification about failure of test
tests.api.java.util.TimerTaskTest was sent.
Seems, this test
Pavel, thanks. Since the semantic of newInstance or alloc_instance or
gc_alloc(_fast) itself doesn't actually use NEXT_TO_HIGH_BIT, no
matter it is written in Java or other languages, I think NSO will not
use it either. Do you think so? Or would you tell me how NSO will use
NEXT_TO_HIGH_BIT?
Than
On the 0x2A0 day of Apache Harmony Vladimir Beliaev wrote:
> Hello,
>
> > so doing the cleanup and an update should be fine.
>
> I think I did not do myself clear. Let me say in other words:
>
> - I'm doing "ant populate_source" & I got the error...
>
> - I believe this means some of sources w
Ivan,
I can't promise that I can get to this soon. I have zero idea if anyone
else will look at it. However, I am looking at other JIRA patches that
might also fix this problem as a side effect. I noticed it is currently
tagged as major priority. Is this still the case?
On 3/21/07, Ivan Popo
Hello,
We are mentioned in this talk:
http://developers.sun.com/events/techdays/presentations/2007/TD_GEN_OpenSource_Community.pdf
There are also some interesting facts about their project and plans.
--
With best regards,
Alexei,
ESSD, Intel
Hi Alexey,
MulticastSocketTest fails each time I run luni tests. At least on
Linux. And it seems CC encounters the same issue.
Regards,
2007/3/21, Alexey Petrenko <[EMAIL PROTECTED]>:
oops...
That's a patch for HARMONY-3433 "[classlib][luni]move out
src\test\java\tests\api\java\net\MulticastSo
"is now implemented" it was supposed to be written. :)
On 3/21/07, Pavel Pervov <[EMAIL PROTECTED]> wrote:
It is indirectly used in the NSO for Class.newInstance. But this code is
not currently executed, since Class.newInstance is not implemented in
Java.
WBR,
Pavel.
On 3/21/07, Xiao-Feng
Hi all,
I noticed several JPDA tests intermittently timed out on Linux and
there are problems in using Eclipse Java debugger. I submitted this in
HARMONY-3314.
The problem is that debuggee DRLVM process intermittently hangs on
exit while detaching thread. I've added stack trace to JIRA and I'd
a
Hello,
> so doing the cleanup and an update should be fine.
I think I did not do myself clear. Let me say in other words:
- I'm doing "ant populate_source" & I got the error...
- I believe this means some of sources were not populated (checked out).
- so 'svn cleanup; svn update' does not wor
It is indirectly used in the NSO for Class.newInstance. But this code is not
currently executed, since Class.newInstance is not implemented in Java.
WBR,
Pavel.
On 3/21/07, Xiao-Feng Li <[EMAIL PROTECTED]> wrote:
Pavel, Thanks for your reply.
Would let me know how NEXT_TO_HIGH_BIT is used c
Hi all,
I've looked at the source tree and found the file
vm/port/doc/PortReadme.htm that seems to be very old (no doc-specific
updates from creation time).
Can somebody please say whether the file is outdated and potentially
useful? If yes, I suggest that we update the doc and post content on th
Hello,
I found out that URLClassLoader.findResource() cannot find a resource if a
file name contains whitespaces.
I created https://issues.apache.org/jira/browse/HARMONY-3461 and attached
the test and the fix.
Could anyone evaluate the suggested fix?
--
Thanks,
Elena
Pavel, Thanks for your reply.
Would let me know how NEXT_TO_HIGH_BIT is used currently in DRLVM? Or
in other words, what functionalities are dependent on
NEXT_TO_HIGH_BIT?
Thanks,
xiaofeng
On 3/21/07, Pavel Pervov <[EMAIL PROTECTED]> wrote:
Xiao-Feng,
All the infructructure is in place. It is
Xiao-Feng,
All the infructructure is in place. It is just do not work at the moment.
As Class.newInstance is not native, NSO does not replace it's implementation
with VM's stub.
If NEXT_TO_HIGH_BIT-supporting code is to be removed, the rest of the code
(NSO implementations for ia32 and ia64) has
If no one objects, I will try to remove this flag in DRLVM.
Thanks,
xiaofeng
On 3/21/07, Xiao-Feng Li <[EMAIL PROTECTED]> wrote:
Hi, the source code for class preparation calls
set_instance_data_size_constraint_bit() for three situations: special
alignment requirement, having finalizer, and to
When running the specjvm98, It seems that VM won't execute DestroyJavaVM()
after call main_runJavaMain().
There're no errors according to the output and the exit code is 0.
I found DestroyJavaVM() not executed by debugging.
The revision I downloaded is : 512587
--
Best Regards,
Qiong,Zou
Hi All,
For all who was using "hy.test.vm.name" property for choosing the
right exclude list during test runs. FYI I've just committed a patch
for the classlib build system - HARMONY-3014. This is about auto
detection of VM located at "test.jre.home". From now the following VMs
will be auto dete
2007/3/21, Elena Semukhina <[EMAIL PROTECTED]>:
On 3/15/07, Elena Semukhina <[EMAIL PROTECTED]> wrote:
>
> https://issues.apache.org/jira/browse/HARMONY-3406 has been created and
> the patch attached.
>
> Elena
>
I managed to reproduce the stress.Mix crash on linux x86_64 in interpreter
mode as
The fix for win32 msvs2003 is here:
http://issues.apache.org/jira/browse/HARMONY-3458
On 3/21/07, Estelle Liu <[EMAIL PROTECTED]> wrote:
Thank you!
I build Jitrino in vs.net. But I try to get the latest update, I can't get
http://apache.reverse.net/pub/apache/apr/apr-iconv-1.1.1-win32-src.zip.
Hi Gregory and Alexey,
Thank you both for your help. I ran the static analysis in Dependency
Walker, but there doesn't seem to be anything wrong there. I then ran it
dynamically and I think that's where the problem is occurring, but I'm not
really sure how to interpret the results. The end of
Alexei, thank you very much!
Regards,
Nellya.
-Original Message-
From: Alexei Zakharov [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 20, 2007 4:52 PM
To: dev@harmony.apache.org
Subject: Re: [jira] Commented: (HARMONY-1149) [classlib][regex] unexpected
PatternSyntaxException for String.
Gregory,
I've got clean update today build works fine. Thanks!
On 3/21/07, Gregory Shimansky <[EMAIL PROTECTED]> wrote:
Mikhail Fursov wrote:
> Does anyone have the same problem as me today:
>
> Win32: simple HelloWorld application prints nothing and fails with
> p_TLS_vmthread assertion for al
oops...
That's a patch for HARMONY-3433 "[classlib][luni]move out
src\test\java\tests\api\java\net\MulticastSocketTest.java"
SY, Alexey
2007/3/21, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
Author: apetrenko
Date: Wed Mar 21 01:44:06 2007
New Revision: 520804
URL: http://svn.apache.org/viewvc?view
Dependency walking tool can be found here: http://www.dependencywalker.com/
SY, Alexey
2007/3/20, Gregory Shimansky <[EMAIL PROTECTED]>:
Sian January wrote:
> Hello,
>
> I'm having major problems trying to run anything at all with Harmony. The
> launcher won't run at all and I just get a pop-u
32 matches
Mail list logo