[lazarus] Problems on Fedora with Lazarus

Marc Weustink marc at dommelstein.net
Sat Nov 8 11:39:57 EST 2003


At 18:21 8-11-2003, John The Ripper wrote:
>On Sat, 2003-11-08 at 13:49, Mattias Gaertner wrote:
> > On 08 Nov 2003 13:31:33 +0100
> > John The Ripper <ripper at arsis.net> wrote:
> >
> > > Just yesterday I installed Fedora and find it very surprising that for
> > > the first time in my life Lazarus doesn't work. It just throws out
> > > without even showing any Window, with exception "out of memory" to
> > > console
> >
> > Sounds like an endless loop.
> >
> >
> > > After that I tried with fpc 1.9, same result except MessageBox "Out of
> > > Memory" showed up.
> >
> > Can you start it with gdb and send a backtrace?
> >
>
>I hope that I did correct thing^^. And as you see funny thing is that
>everytime lazarus is runned different problem occurs at least visually,
>report is almost the same
>
>Correct temporary solution for me was as Tom Lisjac suggested>> install
>from rpm on lazarus-ccr
>
>Tx for help^^
>
>with fpc-1.9
>(gdb) run
>Starting program: /home/matooo/Applications/lazarus/lazarus
>[Thread debugging using libthread_db enabled]
>[New Thread -1084347488 (LWP 3616)]
>[FORMS.PP] ExceptionOccurred
>   Sender=EOutOfMemory
>   Exception=Out of memory
>TApplication.HandleException Out of memory
>
>Program exited normally.


Unfortunately exceptions aren't caught by gdb.

What you can do is setting a breakpoint at TApplication.HandleException and 
if it is hit, do a backtrace (bt)

You can set a breakpoint by
break TAPPLICATION__HANDLEEXCEPTION

then run.

If you hit the breakpoint do bt.

Marc







More information about the Lazarus mailing list