[lazarus] Compile freezes up ??

Peter Vreman peter at freepascal.org
Mon Oct 21 01:41:17 EDT 2002


> Karl Brandt wrote:
>
>> David Creelman wrote:
>>
>> > Strange,
>> >
>> > For me I can't even compile lazarus now. I do cvs update;make clean
>> > all and then on graphicsmath.pp, the compiler becomes extremely busy
>> > and XWindows response becomes very slow and eventually it crashes
>> > X11. This is before even running it. Everything worked okay a few
>> > days ago. What has changed ?
>> >
>> >
>> >
>> I'm having similar problem when i try to compile the lcl under win32:
>> I get the following message:
>>  Compiling graphicsmath.pp
>>  Error: Stack Overflow
>>  Compilation aborted graphicsmath.pp:152
>>  C:\BIN\CODE\FPC\BIN\WIN32\MAKE.EXE: *** [allunits.ppw] Error 202

A stack overflow most of the times has to do with having too many
interdependent units. Restarting the compilation with already some ppu's
available can 'fix' the problem.
In the development (1.1) compiler this problem should be fixed.









More information about the Lazarus mailing list