Re: new GTK errors in the last week and crashes my apps

2007-05-21 Thread Graeme Geldenhuys
On 5/21/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: Yes. Can you give the TStringGrid settings, so I can reproduce the bug? I'll create a test application and submit it as a bug report on Mantis. -- Graeme Geldenhuys ** General error, hit any user to continue. ** __

Re: new GTK errors in the last week and crashes my apps

2007-05-21 Thread Mattias Gaertner
On Mon, 21 May 2007 11:36:34 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > On 5/21/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > > > I'm not sure where the mem leak is. > > Formerly the gtk interface did not check and simply freed the > > object, risking strange errors. OTOH the win

Re: new GTK errors in the last week and crashes my apps

2007-05-21 Thread Graeme Geldenhuys
On 5/21/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: I'm not sure where the mem leak is. Formerly the gtk interface did not check and simply freed the object, risking strange errors. OTOH the win32/64 intf only returns false and afaik no code checked the result, creating mem leaks and even wo

Re: new GTK errors in the last week and crashes my apps

2007-05-21 Thread Mattias Gaertner
On Mon, 21 May 2007 11:04:46 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > On 5/21/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > > > It means, there is a memory leak. > > I removed the exception. It should only give a warning. > > > > I gather you mean a memory leak in our applicat

Re: new GTK errors in the last week and crashes my apps

2007-05-21 Thread Graeme Geldenhuys
On 5/21/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: It means, there is a memory leak. I removed the exception. It should only give a warning. I gather you mean a memory leak in our application and not the LCL. Thanks for pointing me in the right directory then... -- Graeme Geldenhuys

Re: new GTK errors in the last week and crashes my apps

2007-05-21 Thread Mattias Gaertner
On Mon, 21 May 2007 09:45:23 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > Anybody else getting these? > I got another Lazarus update today (r11171) and still get this > problem. Here is another crash output from one of my applications It means, there is a memory leak. I removed the

Re: new GTK errors in the last week and crashes my apps

2007-05-21 Thread Graeme Geldenhuys
Anybody else getting these? I got another Lazarus update today (r11171) and still get this problem. Here is another crash output from one of my applications - [EMAIL PROTECTED]:~/programming/MasterMaths/M2Browser_v3/Bin$ ./ModuleCompil

Re: [lazarus] new GTK errors in the last week and crashes my apps

2007-05-18 Thread A.J. Venter
Well I tried building the LCL with GTK2 using fpc2.1.3 (note that it was working fine with 2.0.4 just a few days ago) - and it dies complaining of a missing unit gtkint. I have been meaning to report this - I cannot say whether the two are related though. A.J. On 5/18/07, Graeme Geldenhuys <[E

[lazarus] new GTK errors in the last week and crashes my apps

2007-05-18 Thread Graeme Geldenhuys
Hi, In my last set of updates I got about a week ago, I started getting the following errors in my GTK1 based applications. I don't know if this relates to GTK2 as well, I don't develop for GTK2 yet. I'll be using my application and then suddenly I get output like the following to the console an