Hi John, On 10.08.2013 at 04:45 John Labenski wrote:
> Hi Andreas, > I missed the description of original issue and details of how to > reproduce it, can you please describe them again. The issue is that I always get a program crash on exit with wxLua. It is always reproducable here. That's why I've uploaded this example: http://www.falkenhahn.com/tmp/wxLua.zip You just have to open a shell, and type the following to get the crash: win32/wxlua.exe veryminimal.wx.lua The sample will run fine but when you close the window, it will crash. I've included the source code and makefile in the archive but it's really nothing more than an unmodified version of Lua 5.1 and of wxLua taken from the SVN. I also tried it with an older wxLua (version 2.8.10.0) but it crashes with this version too. So we can rule out the possibility that I accidentally checked out a broken version of wxLua. The only modification I made is in the main() function of lua.c. I inserted the call to luaopen_wx() directly after creating the lua_State using lua_open() because I wanted to have everything in a single program, i.e. wxLua isn't loaded as a DLL but is statically linked to the lua interpreter. But this really shouldn't do any harm. > I do try to look into issues, but my time is limited. Please try to > reproduce the problem in one of the samples. It happens with all samples. So it must be something general... all samples I tried always crash at the end, when the program is about to be terminated. -- Best regards, Andreas Falkenhahn mailto:andr...@falkenhahn.com ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users