public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/26506]  New: Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0
@ 2006-03-01  5:43 ryanwalklin at orcon dot net dot nz
  2006-03-01  8:01 ` [Bug libgcj/26506] " mark at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ryanwalklin at orcon dot net dot nz @ 2006-03-01  5:43 UTC (permalink / raw)
  To: java-prs

On Ubuntu Dapper Flight 4 - gij (GNU libgcj) version 4.1.0 20060219
(prerelease) (Ubuntu 4.1-0ubuntu9), and Azureus 2.4.0.0/2.4.0.1 B13 -
ArrayIndexOutOfBounds thrown: 

[6:00:45.709] {stderr} DEBUG::Wed Mar 01 18:00:45 GMT+13:00
2006::com.aelitis.azureus.core.networkmanager.VirtualChannelSelector::select::-1:
[6:00:45.710] {stderr}   Caught exception on selector.select() op: 3
[6:00:45.716] {stderr}    
ReadController::readSelectorLoop::-1,ReadController::access$000::-1,ReadController$1::runSupport::-1,AEThread::run::-1
[6:00:45.999] {stderr} java.lang.ArrayIndexOutOfBoundsException: 3

Take a look at http://www.ubuntuforums.org/showthread.php?p=780955 if you're
interested in my efforts to get Azureus to compile and run natively on Dapper.
Currently it compiles and runs, and after a couple of minutes of network
traffic, begins to throw an increasing number of these errors and traffic
fallls to zero.


-- 
           Summary: Native build of Azureus 2.4.0.0 throws
                    ArrayIndexOutOfBounds running under gcj 4.1.0
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ryanwalklin at orcon dot net dot nz


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/26506] Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0
  2006-03-01  5:43 [Bug libgcj/26506] New: Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0 ryanwalklin at orcon dot net dot nz
@ 2006-03-01  8:01 ` mark at gcc dot gnu dot org
  2006-03-01  8:08 ` green at redhat dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mark at gcc dot gnu dot org @ 2006-03-01  8:01 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from mark at gcc dot gnu dot org  2006-03-01 08:01 -------
Anthony (added to CC) has been packaging Azureus for FC-Extras. He might
recognize this failure. There were some late patches for Azureus support added
late in the 4.1 cycle, so it might be that the Ubuntu gcc 4.1 doesn't yet have
those (although it seems to be from 19 February, so it is probably recent
enough).


-- 

mark at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |green at redhat dot com


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/26506] Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0
  2006-03-01  5:43 [Bug libgcj/26506] New: Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0 ryanwalklin at orcon dot net dot nz
  2006-03-01  8:01 ` [Bug libgcj/26506] " mark at gcc dot gnu dot org
@ 2006-03-01  8:08 ` green at redhat dot com
  2006-03-01  9:52 ` ryanwalklin at orcon dot net dot nz
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: green at redhat dot com @ 2006-03-01  8:08 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from green at redhat dot com  2006-03-01 08:08 -------
(In reply to comment #1)
> Anthony (added to CC) has been packaging Azureus for FC-Extras. He might
> recognize this failure.

Yes, I do.  I think this is a bug in GNU Classpath's NIO code.  I haven't done
anything about it yet, since I think the relevant chunks need major surgery. 
However, my azureus build on FC seems to run OK despite this problem.

AG


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/26506] Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0
  2006-03-01  5:43 [Bug libgcj/26506] New: Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0 ryanwalklin at orcon dot net dot nz
  2006-03-01  8:01 ` [Bug libgcj/26506] " mark at gcc dot gnu dot org
  2006-03-01  8:08 ` green at redhat dot com
@ 2006-03-01  9:52 ` ryanwalklin at orcon dot net dot nz
  2006-03-01 10:09 ` ryanwalklin at orcon dot net dot nz
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ryanwalklin at orcon dot net dot nz @ 2006-03-01  9:52 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from ryanwalklin at orcon dot net dot nz  2006-03-01 09:52 -------
Created an attachment (id=10942)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10942&action=view)
Most recent gcc-4.1 changelog from dapper-changes mailing list


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/26506] Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0
  2006-03-01  5:43 [Bug libgcj/26506] New: Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0 ryanwalklin at orcon dot net dot nz
                   ` (2 preceding siblings ...)
  2006-03-01  9:52 ` ryanwalklin at orcon dot net dot nz
@ 2006-03-01 10:09 ` ryanwalklin at orcon dot net dot nz
  2006-03-07 16:14 ` tromey at gcc dot gnu dot org
  2006-07-31 21:58 ` tromey at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ryanwalklin at orcon dot net dot nz @ 2006-03-01 10:09 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from ryanwalklin at orcon dot net dot nz  2006-03-01 10:09 -------
Hi Mark and Anthony, thanks for your input. I was having a number of odd issues
with the 2.4.0.1 Beta and so went back to 2.4.0.0, and it seems to be working
pretty reasonably now, albeit still with some of the aforementioned errors.

I've attached the latest Ubuntu version of gcc-4.1's changelog, the gist of it
is that we're using a fairly recent CVS build, so hopefully we have all the
recent patches. 

I'm just a user with no programming experience, so I can't really be much more
help than that, but i'll keep an eye on the progress of both GCJ and Azureus,
particularly the status of your Fedora package Anthony. That's where I first
became aware of GCJ's ability to compile and run Azureus, so thanks very much
for that.


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/26506] Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0
  2006-03-01  5:43 [Bug libgcj/26506] New: Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0 ryanwalklin at orcon dot net dot nz
                   ` (3 preceding siblings ...)
  2006-03-01 10:09 ` ryanwalklin at orcon dot net dot nz
@ 2006-03-07 16:14 ` tromey at gcc dot gnu dot org
  2006-07-31 21:58 ` tromey at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-03-07 16:14 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from tromey at gcc dot gnu dot org  2006-03-07 16:14 -------
It would be helpful to have a stack trace for the exception.
Or, Anthony, if you know more about the problem, could you update
this PR?


-- 

tromey 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-03-07 16:14:15
               date|                            |


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/26506] Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0
  2006-03-01  5:43 [Bug libgcj/26506] New: Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0 ryanwalklin at orcon dot net dot nz
                   ` (4 preceding siblings ...)
  2006-03-07 16:14 ` tromey at gcc dot gnu dot org
@ 2006-07-31 21:58 ` tromey at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-07-31 21:58 UTC (permalink / raw)
  To: java-prs



------- Comment #6 from tromey at gcc dot gnu dot org  2006-07-31 21:58 -------
I'm fairly certain this is a duplicate.


*** This bug has been marked as a duplicate of 23682 ***


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-07-31 21:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-01  5:43 [Bug libgcj/26506] New: Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0 ryanwalklin at orcon dot net dot nz
2006-03-01  8:01 ` [Bug libgcj/26506] " mark at gcc dot gnu dot org
2006-03-01  8:08 ` green at redhat dot com
2006-03-01  9:52 ` ryanwalklin at orcon dot net dot nz
2006-03-01 10:09 ` ryanwalklin at orcon dot net dot nz
2006-03-07 16:14 ` tromey at gcc dot gnu dot org
2006-07-31 21:58 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).