Re: [wxlua-users] Strange (occasional) crash in wxLuaState::LuaPCall

2013-06-17 Thread Paul K
Hi John, lua_yield is a coroutine function, are you running coroutines? If so, then Lua will be swapping lua_States in and out and pausing them whenever it wants to, making the stack seem very strange. I do (in general), but it's in a completely different part (for debugging) and is not

Re: [wxlua-users] Strange (occasional) crash in wxLuaState::LuaPCall

2013-06-13 Thread John Labenski
On Thu, Jun 13, 2013 at 1:17 AM, Paul K paulclin...@yahoo.com wrote: Hi John, I got several reports (from the same machine) of crashes in my application when a user types something in wxSTC control. It's difficult to reproduce and seems to happen infrequently, but the captured stack trace

[wxlua-users] Strange (occasional) crash in wxLuaState::LuaPCall

2013-06-12 Thread Paul K
Hi John, I got several reports (from the same machine) of crashes in my application when a user types something in wxSTC control. It's difficult to reproduce and seems to happen infrequently, but the captured stack trace points to wxLuaState::LuaPCall call. This is running wxlua 2.8.12.2 and