ghbolivar / android-on-freerunner

Automatically exported from code.google.com/p/android-on-freerunner
0 stars 0 forks source link

Double.parseDouble() fails on eclair #100

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just try to use the builtin calculator
2. Use simple test application (attached).
3. Write an own application using Double.parseDouble().

What is the expected output? What do you see instead?
  Expect: Double.parseDouble("1") == 1.0 
  See: false

What version of the product are you using? On what operating system?
  Eclair on FreeRunner.
  http://serdar-dere.net/~serdar/daily/eclair-daily-20091228.tar.bz2

Please provide any additional information below.
  Attached sample program.

Original issue reported on code.google.com by frank.bi...@googlemail.com on 6 Jan 2010 at 9:34

Attachments:

GoogleCodeExporter commented 9 years ago
Please check builtin calculator. Try 1+2. You'll get 1.288490188E10 as result.
Unfortunatly this is a showstopper for our application on FreeRunner with eclair
distribution. On cupcake everything works fine.

Original comment by frank.bi...@googlemail.com on 28 Jan 2010 at 3:06

GoogleCodeExporter commented 9 years ago
Some tags, out of curiosity what is "our application"?

Original comment by larlin...@gmail.com on 28 Jan 2010 at 5:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Sorry, we are working on MapDroyd. That's "our application". While parsing the 
map
theme we get mentioned error. It is definetly _not_ an logical error. It is a 
fatal
error inside builtin library.

Original comment by frank.bi...@googlemail.com on 28 Jan 2010 at 9:17

GoogleCodeExporter commented 9 years ago
confirmed for android-on-freerunner-master-daily-20100404.tar.bz2

Original comment by skliarie@gmail.com on 6 Apr 2010 at 2:16

GoogleCodeExporter commented 9 years ago
Issue 137 has been merged into this issue.

Original comment by hmu...@gmail.com on 13 Apr 2010 at 1:12