Thank you for your response!
Here is the backtrace report. Hoping it will give you some hints about whats going wrong.
I'm quite new on this but intresting subject, so I would appreciate any further assistance.
========================================
mattih2:~/pascal/lazarus heikemat$ gdb lazarus
GNU gdb 6.1-20040303 (Apple version gdb-437) (Fri Jan 13 18:45:48 GMT 2006)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-apple-darwin"...Reading symbols for shared libraries .......... done
(gdb) break fpc_raiseexception
Breakpoint 1 at 0x20df96: file baseideintf.pas, line 44.
(gdb) run
Starting program: /Users/heikemat/pascal/lazarus/lazarus
Reading symbols for shared libraries ..+...+++ done
TApplication.IconChanged - TODO: convert this message...no implementation in gtk or win32
Note: environment config file not found - using defaults
NOTE: editor options config file not found - using defaults
NOTE: miscellaneous options file not found - using defaults
NOTE: codetools config file not found - using defaults
NOTE: help options config file not found - using defaults
TMainIDE.DoNewProject A
TMainIDE.DoNewEditorFile A NewFilename=
[TCustomFormEditor.CreateComponent] Class='TForm'
Breakpoint 1, $0020df96 in SORTGRIDROWS (ITEM1=$3f5bfa0, ITEM2=$583fe40) at objectinspector.pp:695
695 objectinspector.pp: No such file or directory.
in objectinspector.pp
(gdb)
Regards Matti