mozilla / pluotsorbet

[ARCHIVED] PluotSorbet is a J2ME-compatible virtual machine written in JavaScript.
GNU General Public License v2.0
237 stars 46 forks source link

With forced collections for every GC_MALLOC* call, a EOFException is thrown in WA #1820

Open marco-c opened 9 years ago

marco-c commented 9 years ago

The exception is thrown right after startup to the contact list screen.

brendandahl commented 9 years ago

I've fixed this in https://github.com/mozilla/pluotsorbet/tree/intex but I need to figure out the new failing test.

marco-c commented 9 years ago

I was seeing this with JIT disabled, I'll test again both with JIT enabled and disabled.