public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/23682] New: gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException
@ 2005-09-01 17:58 gcc-bugzilla at future dot shiny dot co dot il
  2005-09-01 18:53 ` [Bug libgcj/23682] " pinskia at gcc dot gnu dot org
  2005-09-01 19:11 ` gcc-bugzilla at future dot shiny dot co dot il
  0 siblings, 2 replies; 3+ messages in thread
From: gcc-bugzilla at future dot shiny dot co dot il @ 2005-09-01 17:58 UTC (permalink / raw)
  To: gcc-bugs

gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException.
According to the Sun docs, it shouldn't throw it:
http://java.sun.com/j2se/1.4.2/docs/api/java/nio/channels/Selector.html#select(long)

-- 
           Summary: gnu.java.nio.SelectorImpl.select(long) throws
                    ArrayIndexOutOfBoundsException
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gcc-bugzilla at future dot shiny dot co dot il
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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

* [Bug libgcj/23682] gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException
  2005-09-01 17:58 [Bug libgcj/23682] New: gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException gcc-bugzilla at future dot shiny dot co dot il
@ 2005-09-01 18:53 ` pinskia at gcc dot gnu dot org
  2005-09-01 19:11 ` gcc-bugzilla at future dot shiny dot co dot il
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-01 18:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-01 18:53 -------
ArrayIndexOutOfBoundsException is thrown for no reason as far as I can see from the source?
Do you have an example where it is thrown?

-- 


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


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

* [Bug libgcj/23682] gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException
  2005-09-01 17:58 [Bug libgcj/23682] New: gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException gcc-bugzilla at future dot shiny dot co dot il
  2005-09-01 18:53 ` [Bug libgcj/23682] " pinskia at gcc dot gnu dot org
@ 2005-09-01 19:11 ` gcc-bugzilla at future dot shiny dot co dot il
  1 sibling, 0 replies; 3+ messages in thread
From: gcc-bugzilla at future dot shiny dot co dot il @ 2005-09-01 19:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gcc-bugzilla at future dot shiny dot co dot il  2005-09-01 19:11 -------
Here's what Azureus (a free Java Bittorrent client) reported me:
[9:07:22] DEBUG::Thu Sep 01 09:07:22 GMT+03:00
2005::com.aelitis.azureus.core.networkmanager.VirtualChannelSelector::select(long)::-1:
[9:07:22]   Caught exception on selector.select() op: 1
[9:07:22]    
ReadController::readSelectorLoop()::-1,ReadController::access$0(com.aelitis.azureus.core.networkmanager.impl.ReadController)::-1,ReadController$1::runSupport()::-1,AEThread::run()::-1,::GC_start_routine::-1,::__clone::-1
[9:07:22] java.lang.ArrayIndexOutOfBoundsException: 1
   at gnu.java.nio.SelectorImpl.select(long) (/usr/lib64/libgcj.so.6.0.0)
   at
com.aelitis.azureus.core.networkmanager.impl.VirtualChannelSelectorImpl.select(long)
(Unknown Source)
   at
com.aelitis.azureus.core.networkmanager.VirtualChannelSelector.select(long)
(Unknown Source)
   at
com.aelitis.azureus.core.networkmanager.impl.ReadController.readSelectorLoop()
(Unknown Source)
   at
com.aelitis.azureus.core.networkmanager.impl.ReadController.access$0(com.aelitis.azureus.core.networkmanager.impl.ReadController)
(Unknown Source)
   at com.aelitis.azureus.core.networkmanager.impl.ReadController$1.runSupport()
(Unknown Source)
   at org.gudy.azureus2.core3.util.AEThread.run() (Unknown Source)
   at .GC_start_routine (/usr/lib64/libgcj.so.6.0.0)
   at .__clone (/lib64/libc-2.3.5.so)


-- 


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


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

end of thread, other threads:[~2005-09-01 19:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-01 17:58 [Bug libgcj/23682] New: gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException gcc-bugzilla at future dot shiny dot co dot il
2005-09-01 18:53 ` [Bug libgcj/23682] " pinskia at gcc dot gnu dot org
2005-09-01 19:11 ` gcc-bugzilla at future dot shiny dot co dot il

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).