This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Program hanging



  I built gcc-3.02 (I also tried gcc-3.0) using
gcc-2.8
and install it sucessfully on Solaris 2.6.  I can also
compile the Test.java

   public class Test
   {
       public static void main(String s[])
       {
          System.out.println("Hello");
       }
   }

 to a.out. However, when I ran a.out, it just hanged
there. Using GDB to see some segment default at
  
   GC_find_limit(p=0xffff374 "", up=1) at os_dep.c:640

  Any suggestion will be appreciated.

   Zhou
 

__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]