I'm trying to use <ant> task to compile subprojects.
So each subproject has its own build.xml and I have
a top level build.xml that drives the subproject's
build.xml

I'm getting a problem now that if I use <ant> task,
then the <javac> task in one of my subprojects hangs.
But if I use the build.xml of that subproject itself,
everything works fine.

I'm running this on Solaris 2.8 JDK 1.2.2_06, Ant 
version 1.2. I tried 1.3 but it didn't help. Attached
is the pstack (from /usr/proc/bin/pstack) output.
And truss shows me this:

lwp_cond_wait(0xFF3215C0, 0xFF3215A8, 0x00000000) (sleeping...)
signotifywait()                 (sleeping...)
lwp_cond_wait(0x00151318, 0x00151300, 0x00000000) (sleeping...)
lwp_cond_wait(0xFF30E500, 0xFF30E510, 0x00000000) (sleeping...)
lwp_cond_wait(0x00152740, 0x00152728, 0x00000000) (sleeping...)
door_return(0x00000000, 0, 0x00000000, 0) (sleeping...)
lwp_mutex_lock(0x00027A18)      (sleeping...)

has anybody seen this problem?

shinta

pstack.out

Reply via email to