[Lazarus] Startup delay of project (Qt)

Martin Schreiber mse00000 at gmail.com
Sat Mar 7 19:42:21 CET 2015


On Saturday 07 March 2015 19:21:20 Martin Frb wrote:
> On 07/03/2015 18:00, Vojtěch Čihák wrote:
> > How can I detect it?
> >
> > I have Qt 4.8.6 from repositories, it should be standart stable
> > version for end-users.
> >
> > ______________________________________________________________
> >
> > > Od: Martin Frb <lazarus at mfriebe.de>
> > > Komu: Lazarus mailing list <lazarus at lists.lazarus.freepascal.org>
> > > Datum: 07.03.2015 18:44
> > > Předmět: Re: [Lazarus] Startup delay of project (Qt)
> >
> > Is it possible your qt libs have debug info? that might take gdb time
> > to parse (and eat memory too).
> >
> > Of course, with the above options, you can not debug inside libraries.
>
> Not sure objdump maybe?
>
> I dont know if it is debug info.gdb also reads entrypoints and maybe
> other things.  But since it seems that not everyone has that issue, the
> question is what is different (not really importiant since the problem
> is solved).

There are distributions which provide separate *.dbg files for libraries. If 
gdb finds them it may take a while to start...

Martin




More information about the Lazarus mailing list