If I run in debug mode using the keyboard from the Widget Candy Library the simulation crashes with this error after opening and closing the keyboard several times:
http://screencast.com/t/77EWcY553QSf
I do not get this error if I run straight from the simulator - it only happens if I run from inside of Lua Glider in debug mode so I can only assume its something in debug mode that is actually crashing and not the library itself.
The library is only lua code and has no calls to lib_pcall so again this seems to says it either the debugger code or corona itself that throwing this error.
And stepping into the code never reaches a specific line that crashes so again I think its the Glider code.
Have you ever used this library to debug this issue or is there any way I can drill down to find the error?