Skip to content

Ever experienced untraceable ArrayIndexOutofBoundsException on RAZR?

Recently spent some time tracing where the heck this Exception is comming from. I’ve put the try/catch on every thread.run() and still was not able to catch it.. bummer.

Well the problem is that we are using Canvas.callSerially() a lot, and i guess on RAZR there is some (undocumented) limit.

So starting a new Thread rather then relying on callSerially() solved the problem.

technorati tags:

2 Comments

  1. ako wrote:

    You write about interesting things… but your RSS doesn’t work :(

    Monday, September 25, 2006 at 11:50 pm | Permalink
  2. alexey wrote:

    Thank you AKO for poiting it out. It looks like the schema feed is not recognized by firefox. As a workaround, one can copy/paste the linke without “feed:” into the RSS reader, and it will work. I will see how I can fix it, as this is a default WordPress behaviour.

    Thanks again.

    Tuesday, September 26, 2006 at 8:36 am | Permalink

Post a Comment

You must be logged in to post a comment.