On Fri, 27 Jan 2006 14:51:02 +0100
barko <[EMAIL PROTECTED]> wrote:

> If I update lazarus from svn to rev 8625 and above I got this when I start
>  
> lazarus:
> 
> this is gdb output:
> 
> Starting program: /home/barko/freepascal/lazarus/lazarus
> Reading symbols from shared object read from target memory...done.
> Loaded system supplied DSO at 0xffffe000
> TApplication.IconChanged - TODO: convert this message...no implementation 
> 
> in gtk or win32
> NOTE: codetools config file not found - using defaults
> Detaching after fork from child process 5761.
> Detaching after fork from child process 5762.
> Detaching after fork from child process 5763.
> NOTE: help options config file not found - using defaults
> TMainIDE.DoNewProject A
> TMainIDE.DoNewEditorFile A NewFilename=
> TPascalParserTool.BuildTree B OnlyIntf=False  project1.lpr
> [TCustomFormEditor.CreateComponent] Class='TForm'
> TPascalParserTool.BuildTree B OnlyIntf=False  project1.lpr
> TMainIDE.DoNewEditorFile end unit1.pas
> Detaching after fork from child process 5764.
> Detaching after fork from child process 5765.
> Detaching after fork from child process 5766.
> 
> Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkWidget'
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0xb79be411 in gdk_rgb_find_color () from  
> /usr/lib/gtk/themes/engines/libgalaxy.so
> Current language:  auto; currently c
> 
> What to do? I have mandriva linux 2006 & fpc 2.0.1

Can you create a backtrace:

gdb lazarus
run --g-fatal-warnings
... wait till it stops ...
bt


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to