Zitat von Roland Turcan <[EMAIL PROTECTED]>:

> Hello all,
>
> Backtrace from lazbuild:
>
> An unhandled exception occurred at $00148A30 :
>
> Breakpoint 1, 0x00018090 in fpc_raiseexception ()
> (gdb) bt
> #0  0x00018090 in fpc_raiseexception ()
> #1  0x001106d4 in CHECKFORURGENTMESSAGES (P=1, parentfp=0xbfffe0c0) at
> outputfilter.pas:561
> #2  0x0010e400 in TOUTPUTFILTER__READFPCOMPILERLINE (S=0x3129048,
> this=0x27002a0)
> #3  0x0010e0b8 in TOUTPUTFILTER__READLINE (S=0x3129048, DONTFILTERLINE=false,
> this=0x27002a0) at outputfilter.pas:418
> #4  0x0010dbcc in TOUTPUTFILTER__EXECUTE (THEPROCESS=0x2700a20,
> ACALLER=0x25ded00, ATOOL=0x27c3ac0, this=0x27002a0)
> #5  0x003b7c1c in TEXTERNALTOOLLIST__RUN (EXTTOOL=0x27c3ac0,
> MACROS=0x27aa200, THEOUTPUTFILTER=0x27002a0, COMPILEROPTIONS=0x27f4e90,
> this=0x25ded00) at exttooldialog.pas:370
>[...]

This exception is normal and caught in ide/exttooldialog.pas 387.
Please continue and see what comes next:

gdb ./lazarus.app/Contents/MacOS/lazarus
break FPC_RAISEEXCEPTION
r
bt
c
bt
c
bt


Mattias

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to