------- Comment #13 from rmathew at gcc dot gnu dot org  2006-04-01 07:57 
-------
As you can see from the backtrace, the problem is in "gcc/java/jcf-io.c" at
line number 394 where we make a call to scandir(). I'm not an alpha-linux
hacker, but I see that there's scandir64 and dirent64 and it could be that
our assumptions about scandir/dirent in this code are not correct on
alpha-linux. Unfortunately, this means that you'll have to wait for
someone more familiar with alpha-linux to resolve this bug or try to resolve
this problem yourself given the source code. I'm sorry that I cannot help
you any further.


-- 

rmathew at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-04-01 07:57:05
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26879

Reply via email to