[lazarus] Problems during the start of Lazarus

Mattias Gaertner nc-gaertnma at netcologne.de
Wed Sep 11 04:05:35 EDT 2002


On Tue, 10 Sep 2002 22:38:50 +0200
Alexander Reiter <r.alex at utanet.at> wrote:

> hi all,
>  
>    I get a new cvs-copy of lazarus, compiling works fine
>    but I cannot start the applications. I get always this error:
> 
> --- SNIPP ---
> Note: environment config file not found - using defaults
> NOTE: editor options config file not found
> Note: miscellaneous options file not found - using defaults
> Note: codetools config file not found - using defaults
> 
> NOTE: FPC Source Directory not set!  (see Environment Options)
> 
> NOTE: Could not create Define Template for Free Pascal Sources
> [TMainIDE.Destroy] A
> [TMainIDE.Destroy] B  -> inherited Destroy...
> [TMainIDE.Destroy] END
> An unhandled exception occurred at 0x0822B531 :
> Access violation
>   0x0822B531
>   0x0823FB45  TMAINIDEBAR__DOCHECKAMBIGIOUSSOURCES,  line 1033 of 
> ./debugger/callstackdlg.pp
> An unhandled exception occurred at 0x0822489A :
> Access violation
>   0x0822489A

We need some better debugger output.


>    any Ideas where I can start to search ??

Plz start lazarus with the gnu debugger in a terminal:

[]$ gdb lazarus
(gdb) run

Do the same things to create the error. (Lazarus will freeze). Then output the stack and exit gdb:

(gdb) backtrace
(gdb) quit

Plz send all the output.


Mattias






More information about the Lazarus mailing list