thx - I've figured out what's going on... fork() is failing
When I run eclipse w a big max heap, it fails. When it's default heap, it doesn't. I'd love to claim that it's Eclipe's fault, but clearly there's some ulimit thingy in Ubuntu. Anyway, I'm going to rework the natives so that fork failure results in an exception since I can make it happen. Stay tuned. geir Tim Ellison wrote: > Magnusson, Geir wrote: >> Could you send me the code for Process so I can see what's going on >> here? :) > > Process is a boring abstract type, I suspect that you want to look at > SystemProcess [1] and the associated natives [2]. > > > [1] > http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/process/SystemProcess.java?view=markup > > [2] > http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/native-src/shared/luni/process.c?view=markup > > > Regards, > Tim > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
