Joel Dice

Results 186 comments of Joel Dice

I've had the above loop running for the past few hours and have yet to hit a failure. Maybe there's something about Travis's build environment that makes it more likely.

Hi. In theory, yes, you could do that. However, Avian relies on an OS to provide certain functionality such as memory management, signal handling, threading, filesystem access, networking, etc.. And...

Hi. I just successfully built and ran an OpenJDK build on Windows using Cygwin: ``` mkdir /work cd /work git clone [email protected]:dicej/avian git clone [email protected]:readytalk/win64 wget https://github.com/ojdkbuild/ojdkbuild/releases/download/1.8.0.121-1/java-1.8.0-openjdk-1.8.0.121-1.b13.ojdkbuild.windows.x86_64.zip # extract the...

On Sat, 10 Aug 2013, S Wade wrote: > Running the two failing tests yields: > > [splunk:~/compile/avian]⇒ ./build/darwin-x86_64-openjdk-src/avian -cp ./bui > ld/darwin-x86_64-openjdk-src/test Datagrams > [1] 63564 abort ./build/darwin-x86_64-openjdk-src/avian -cp...

Thanks for reporting this. Are you using Windows by any chance? My guess is that the unlink call at https://github.com/ReadyTalk/avian/blob/836cc4/src/lzma/load.cpp#L153 isn't working because Windows doesn't allow deleting a file while...

Thanks for reporting this, but I'm not able to reproduce it. I tried this on Cygwin: ``` mkdir /work cd /work git clone [email protected]:dicej/avian git clone [email protected]:readytalk/win64 git clone --recursive...

Hi Anton, That looks like a bug; thanks for reporting it. I'll investigate it this weekend when I have time.

Would you please give this a try when you have a chance? https://github.com/ReadyTalk/avian/pull/538 It's been a long time since I tried to run Tomcat with Avian, so there may be...

I just downloaded Tomcat 9 and tried running it with Avian. The output is at the end of this post. It looks like there are several problems, the most serious...

Tomcat 9 is working for me as of this commit: https://github.com/ReadyTalk/avian/commit/a329416f4f37840d2a5d7976874585413cd4c6af I run it like this: ``` ~/p/avian/build/linux-x86_64-debug-openjdk/avian-dynamic -cp bin/bootstrap.jar:bin/tomcat-juli.jar org.apache.catalina.startup.Bootstrap start ``` Please let me know if you're still...