Menu

#203 OutOfMemoryError

closed-fixed
nobody
None
5
2006-07-11
2006-07-11
No

SISC (1.15.1)
#;> (format "~0,2F" '())
Exception in thread "Thread-2"
java.lang.OutOfMemoryError: Java heap space

Discussion

  • Scott G. Miller

    Scott G. Miller - 2006-07-11

    Logged In: YES
    user_id=25869

    The error message for an improperly used floating point
    format itself had an unescaped tilde, which when tried to be
    formatted to display the error, caused an improper use of
    floating point, which ... etc.

    Fixed in CVS.

     
  • Scott G. Miller

    Scott G. Miller - 2006-07-11
    • status: open --> open-fixed
     
  • Scott G. Miller

    Scott G. Miller - 2006-07-11

    Logged In: YES
    user_id=25869

    The error message for an improperly used floating point
    format itself had an unescaped tilde, which when tried to be
    formatted to display the error, caused an improper use of
    floating point, which ... etc.

    Fixed in CVS.

     
  • Scott G. Miller

    Scott G. Miller - 2006-07-11

    Logged In: YES
    user_id=25869

    Forgot to close.

     
  • Scott G. Miller

    Scott G. Miller - 2006-07-11
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.