Re: [Wxlua-users] wxLua Memory problem

2006-06-20 Thread Steve Kieu
<[EMAIL PROTECTED]>I believe it is a problem with the garbage collector of 5.1. I cannotseem to find a way to force it to do a GC on "dead" locals. ForexampleI think it is the problem with wxWidget. The similar test but in purely wxWidgets show the same symptoms, and the symtom goes away if I do

Re: [Wxlua-users] wxLua Memory problem

2006-06-20 Thread John Labenski
On 6/20/06, Steve Kieu [EMAIL PROTECTED] wrote: I believe it is a problem with the garbage collector of 5.1. I cannot seem to find a way to force it to do a GC on dead locals. For example I think it is the problem with wxWidget. The similar test but in purely wxWidgets show the same

Re: [Wxlua-users] wxLua Memory problem

2006-06-20 Thread Steve Kieu
<[EMAIL PROTECTED]>Well, this points to luasql as being the culprit. What if you just addthe luasql files directly to your project instead of compiling it as aseparate lib?Actually the reason is a bit complex. First I can crash it without any db operation at all just open dialog and close it many

Re: [Wxlua-users] wxLua Memory problem

2006-06-19 Thread John Labenski
On 6/18/06, Steve Kieu [EMAIL PROTECTED] wrote: I am trying to find the reason why my apps is so unstable in win32 and found which could be a bug, not sure it is in wxLua or lua or even wxWidgets. I will test with pure wxWidgets to see and post here later on. I believe it is a problem with