Re: [drlvm] HARMONY-1363 - status update

2006-09-19 Thread Geir Magnusson Jr.
On Sep 19, 2006, at 3:01 AM, Chris Gray wrote: On Monday 18 September 2006 18:14, Geir Magnusson Jr. wrote: Pavel Pervov wrote: Tried it on Windows and found the problem which, as it looks like, have never been caught before. As I discovered, launcher uses platform specific line separators

Re: [drlvm] HARMONY-1363 - status update

2006-09-19 Thread Alexey Varlamov
2006/9/19, Vladimir Gorr <[EMAIL PROTECTED]>: On 9/19/06, Chris Gray <[EMAIL PROTECTED]> wrote: > > On Monday 18 September 2006 18:14, Geir Magnusson Jr. wrote: > > Pavel Pervov wrote: > > > Tried it on Windows and found the problem which, as it looks like, > have > > > never been caught before.

Re: [drlvm] HARMONY-1363 - status update

2006-09-19 Thread Vladimir Gorr
On 9/19/06, Chris Gray <[EMAIL PROTECTED]> wrote: On Monday 18 September 2006 18:14, Geir Magnusson Jr. wrote: > Pavel Pervov wrote: > > Tried it on Windows and found the problem which, as it looks like, have > > never been caught before. > > As I discovered, launcher uses platform specific line

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Chris Gray
On Monday 18 September 2006 18:14, Geir Magnusson Jr. wrote: > Pavel Pervov wrote: > > Tried it on Windows and found the problem which, as it looks like, have > > never been caught before. > > As I discovered, launcher uses platform specific line separators to parse > > harmonyvm.properties on a sp

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Alexey Varlamov
2006/9/18, Geir Magnusson Jr. <[EMAIL PROTECTED]>: Pavel Pervov wrote: > Tried it on Windows and found the problem which, as it looks like, have > never been caught before. > As I discovered, launcher uses platform specific line separators to parse > harmonyvm.properties on a specific platform.

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Geir Magnusson Jr.
Pavel Pervov wrote: Tried it on Windows and found the problem which, as it looks like, have never been caught before. As I discovered, launcher uses platform specific line separators to parse harmonyvm.properties on a specific platform. But haromynvm.properties, which is copied into deploy, h

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Pavel Pervov
Tried it on Windows and found the problem which, as it looks like, have never been caught before. As I discovered, launcher uses platform specific line separators to parse harmonyvm.properties on a specific platform. But haromynvm.properties, which is copied into deploy, has unix line endings and

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Egor Pasko
On the 0x1E8 day of Apache Harmony Oliver Deakin wrote: > I have taken a look at the Linux makefile for launcher, and I notice > that libhysig.so is not listed in MDLLIBFILES, but libhyport.so and > libhythr.so are. Adding "$(DLLPATH)libhysig.so" to this line > of the makefile solves the LD_LIBRARY

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Geir Magnusson Jr.
I'm trying on Ubuntu 5 and I'm getting problems as well. Problem is that it's in a Parallels VM on OS X and I can't figure out how to cut and paste between them... It's a really useless stacktrace w/ addr2line... Egor Pasko wrote: On the 0x1E8 day of Apache Harmony Egor Pasko wrote: If you

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Oliver Deakin
Geir Magnusson Jr. wrote: Egor Pasko wrote: this binary cannot find libhysig.so: $ ldd deploy/jre/bin/java | grep hysig libhysig.so => not found In build/default/jre/bin, is there a libhysig.so anywhere? yes, in deploy/jre/bin/ That's really weird. I can do the same, and it r

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Geir Magnusson Jr.
Egor Pasko wrote: On the 0x1E8 day of Apache Harmony Geir Magnusson, Jr. wrote: Egor Pasko wrote: On the 0x1E8 day of Apache Harmony Egor Pasko wrote: On the 0x1E8 day of Apache Harmony Geir Magnusson, Jr. wrote: Hm. What platform are you running on? SUSE 9 I can build and run on Ubuntu

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Egor Pasko
On the 0x1E8 day of Apache Harmony Geir Magnusson, Jr. wrote: > Egor Pasko wrote: > > On the 0x1E8 day of Apache Harmony Egor Pasko wrote: > >> On the 0x1E8 day of Apache Harmony Geir Magnusson, Jr. wrote: > >>> Hm. > >>> > >>> What platform are you running on? > >> SUSE 9 > >> > >>> I can build an

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Geir Magnusson Jr.
Egor Pasko wrote: On the 0x1E8 day of Apache Harmony Egor Pasko wrote: On the 0x1E8 day of Apache Harmony Geir Magnusson, Jr. wrote: Hm. What platform are you running on? SUSE 9 I can build and run on Ubuntu 6, 5 and WinXP in debug and release. Do your tests pass? many tests pass, hm..

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Egor Pasko
On the 0x1E8 day of Apache Harmony Egor Pasko wrote: > On the 0x1E8 day of Apache Harmony Geir Magnusson, Jr. wrote: > > Hm. > > > > What platform are you running on? > > SUSE 9 > > > I can build and run on Ubuntu 6, 5 and WinXP in debug and release. > > > > Do your tests pass? > > many tests

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Egor Pasko
On the 0x1E8 day of Apache Harmony Geir Magnusson, Jr. wrote: > Hm. > > What platform are you running on? SUSE 9 > I can build and run on Ubuntu 6, 5 and WinXP in debug and release. > > Do your tests pass? many tests pass, hm.. but it runs on the RI from my path with org.apache.tools.ant.launc

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Geir Magnusson Jr.
Hm. What platform are you running on? I can build and run on Ubuntu 6, 5 and WinXP in debug and release. Do your tests pass? using the launcher is the default now : $ cd working_vm $ cd build $ sh build.sh $ cd deploy/jre/bin $ ./java -version $ ./java Foo works... geir Egor Pasko wrote:

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Egor Pasko
On the 0x1E8 day of Apache Harmony Egor Pasko wrote: > > >> If you let that run, it will build classlib and drlvm, and then > > >> package in to hdk and jre, but I don't use this in my day to day life. > > >> > > >> I tend to go into either working_vm and build there via build/build.sh > > >> (note

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Geir Magnusson Jr.
Egor Pasko wrote: On the 0x1E8 day of Apache Harmony Geir Magnusson, Jr. wrote: Egor Pasko wrote: On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: Am I doing something wrong? do we build with 'build.sh' yet? ? I build only w/ build.sh Here's how I work these days : I have che

Re: [drlvm] HARMONY-1363 - status update

2006-09-18 Thread Egor Pasko
On the 0x1E8 day of Apache Harmony Geir Magnusson, Jr. wrote: > Egor Pasko wrote: > > On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: > >>> Am I doing something wrong? do we build with 'build.sh' yet? > >> ? > >> > >> I build only w/ build.sh > >> > >> Here's how I work these days : I

Re: [drlvm] HARMONY-1363 - status update

2006-09-17 Thread Geir Magnusson Jr
Egor Pasko wrote: > On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: >>> Am I doing something wrong? do we build with 'build.sh' yet? >> ? >> >> I build only w/ build.sh >> >> Here's how I work these days : I have checked out >> >> enhanced/trunk >> >> and run "ant" in that dire

Re: [drlvm] HARMONY-1363 - status update

2006-09-17 Thread Egor Pasko
On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: > > Am I doing something wrong? do we build with 'build.sh' yet? > > ? > > I build only w/ build.sh > > Here's how I work these days : I have checked out > > enhanced/trunk > > and run "ant" in that directory, which will do a s

Re: [drlvm] HARMONY-1363 - status update

2006-09-16 Thread Alexey Varlamov
2006/9/15, Geir Magnusson Jr. <[EMAIL PROTECTED]>: Alexey Varlamov wrote: > 2006/9/15, Gregory Shimansky <[EMAIL PROTECTED]>: >> 2006/9/15, Geir Magnusson Jr. <[EMAIL PROTECTED]>: >> > >> > >> > >> > Mikhail Fursov wrote: >> > > Testing WindowsXP build. >> > > Have to disable this assersion: >>

Re: [drlvm] HARMONY-1363 - status update

2006-09-16 Thread Alexey Varlamov
2006/9/15, Evgueni Brevnov <[EMAIL PROTECTED]>: On 9/15/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: > > > Evgueni Brevnov wrote: > >> I recall there is port_filepath_canonical() method specifically to > >> solve this, and at least classpath items were canonicalized during VM > >> startup. M

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Evgueni Brevnov
On 9/15/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Evgueni Brevnov wrote: >> I recall there is port_filepath_canonical() method specifically to >> solve this, and at least classpath items were canonicalized during VM >> startup. Maybe this step is just missing for libraries... But why it

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Geir Magnusson Jr.
Evgueni Brevnov wrote: I recall there is port_filepath_canonical() method specifically to solve this, and at least classpath items were canonicalized during VM startup. Maybe this step is just missing for libraries... But why it started to fail only now? Because this code (call to port_filepa

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Geir Magnusson Jr.
Alexey Varlamov wrote: 2006/9/15, Gregory Shimansky <[EMAIL PROTECTED]>: 2006/9/15, Geir Magnusson Jr. <[EMAIL PROTECTED]>: > > > > Mikhail Fursov wrote: > > Testing WindowsXP build. > > Have to disable this assersion: > assert(is_name_lowercase(library_name)) in > > natives_support.cpp file

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Geir Magnusson Jr.
Gregory Shimansky wrote: 2006/9/15, Geir Magnusson Jr. <[EMAIL PROTECTED]>: Mikhail Fursov wrote: > Testing WindowsXP build. > Have to disable this assersion: assert(is_name_lowercase(library_name)) in > natives_support.cpp file to run Hello application. Yes, I was staring that that last

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Gregory Shimansky
2006/9/15, Alexey Varlamov <[EMAIL PROTECTED]>: 2006/9/15, Gregory Shimansky <[EMAIL PROTECTED]>: > I am not sure why this assertion fails, but I think I know why it is > important. On windows file paths may be different as strings but point to > the same file. To detect duplications among nativ

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Evgueni Brevnov
On 9/15/06, Alexey Varlamov <[EMAIL PROTECTED]> wrote: 2006/9/15, Gregory Shimansky <[EMAIL PROTECTED]>: > 2006/9/15, Geir Magnusson Jr. <[EMAIL PROTECTED]>: > > > > > > > > Mikhail Fursov wrote: > > > Testing WindowsXP build. > > > Have to disable this assersion: > > assert(is_name_lowercase(lib

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Alexey Varlamov
2006/9/15, Gregory Shimansky <[EMAIL PROTECTED]>: 2006/9/15, Geir Magnusson Jr. <[EMAIL PROTECTED]>: > > > > Mikhail Fursov wrote: > > Testing WindowsXP build. > > Have to disable this assersion: > assert(is_name_lowercase(library_name)) in > > natives_support.cpp file to run Hello application.

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Alexey Varlamov
15 Sep 2006 16:05:25 +0700, Egor Pasko <[EMAIL PROTECTED]>: On the 0x1E5 day of Apache Harmony Egor Pasko wrote: > On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: > > Ok - I was testing with Tomcat 5.5.17 on Ubuntu and it seems to work > > wiht both release and debug builds. > > > >

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Alexey Varlamov
2006/9/15, Geir Magnusson Jr. <[EMAIL PROTECTED]>: Egor Pasko wrote: > On the 0x1E5 day of Apache Harmony Egor Pasko wrote: >> On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: >>> Ok - I was testing with Tomcat 5.5.17 on Ubuntu and it seems to work >>> wiht both release and debug b

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Gregory Shimansky
2006/9/15, Geir Magnusson Jr. <[EMAIL PROTECTED]>: Mikhail Fursov wrote: > Testing WindowsXP build. > Have to disable this assersion: assert(is_name_lowercase(library_name)) in > natives_support.cpp file to run Hello application. Yes, I was staring that that last night, trying to figure out

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Geir Magnusson Jr.
Mikhail Fursov wrote: Testing WindowsXP build. Have to disable this assersion: assert(is_name_lowercase(library_name)) in natives_support.cpp file to run Hello application. Yes, I was staring that that last night, trying to figure out why lowercase stuff is so important. Any clue? After

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Geir Magnusson Jr.
Egor Pasko wrote: On the 0x1E5 day of Apache Harmony Egor Pasko wrote: On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: Ok - I was testing with Tomcat 5.5.17 on Ubuntu and it seems to work wiht both release and debug builds. Strange problem is that something is really slow - ser

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Mikhail Fursov
Testing WindowsXP build. Have to disable this assersion: assert(is_name_lowercase(library_name)) in natives_support.cpp file to run Hello application. After it disabled Eclipse3.1.1 runs OK! On 15 Sep 2006 16:05:25 +0700, Egor Pasko <[EMAIL PROTECTED]> wrote: On the 0x1E5 day of Apache Harmony

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Egor Pasko
On the 0x1E5 day of Apache Harmony Egor Pasko wrote: > On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: > > Ok - I was testing with Tomcat 5.5.17 on Ubuntu and it seems to work > > wiht both release and debug builds. > > > > Strange problem is that something is really slow - server st

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Egor Pasko
On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: > Ok - I was testing with Tomcat 5.5.17 on Ubuntu and it seems to work > wiht both release and debug builds. > > Strange problem is that something is really slow - server start time > is something like 17 sec on my machine, but 1.7 w/ S

Re: [drlvm] HARMONY-1363 - status update

2006-09-14 Thread Weldon Washburn
Good progress! I just now downloaded drlvm from apache repository to my Linux 2.6.xx machine. DRLVM builds and runs. Below is a (rough) list of tests that for some reason had problems on my test server. Does anyone else see the same thing? exception/exceptions.c threaGroupTest.xml logManager.

Re: [drlvm] HARMONY-1363 - status update

2006-09-14 Thread Geir Magnusson Jr.
Vladimir Gorr wrote: On 9/15/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: I now have things building and running with the 1363 patch - more work for the launcher was needed. I'm now using the harmonyvm.properties file in the , and this is working well. I am now able to run tests, altho

Re: [drlvm] HARMONY-1363 - status update

2006-09-14 Thread Vladimir Gorr
On 9/15/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: I now have things building and running with the 1363 patch - more work for the launcher was needed. I'm now using the harmonyvm.properties file in the , and this is working well. I am now able to run tests, although I have one failure i

Re: [drlvm] HARMONY-1363 - status update

2006-09-14 Thread Geir Magnusson Jr.
Ok - I was testing with Tomcat 5.5.17 on Ubuntu and it seems to work wiht both release and debug builds. Strange problem is that something is really slow - server start time is something like 17 sec on my machine, but 1.7 w/ Sun. Clearly something is broken. geir Geir Magnusson Jr. wrote:

Re: [drlvm] HARMONY-1363 - status update

2006-09-14 Thread Gregory Shimansky
On Friday 15 September 2006 02:46 Geir Magnusson Jr. wrote: > HARMONY-1363 has been committed - I've done all the work under linux, > and now doing on windows based on the checkin. > > Once I'm done there, I'll report back what I think we need to do first. > There are clear problems with stack ov

Re: [drlvm] HARMONY-1363 - status update

2006-09-14 Thread Geir Magnusson Jr.
HARMONY-1363 has been committed - I've done all the work under linux, and now doing on windows based on the checkin. Once I'm done there, I'll report back what I think we need to do first. There are clear problems with stack overflow (I had to disable StackTest and an assert in signals_ia32.c