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]

RE: Program hanging


GC_find_limit is supposed to generate a SIGSEGV.  It's function is to find
the end of a mapped memory segment.  Tell the debugger to continue and see
what happens next.

Hans

-----Original Message-----
From: Zhou Wu
To: java@gcc.gnu.org
Sent: 11/5/01 6:18 PM
Subject: 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]