On Thu, 13 Aug 2015 10:50:45 +0300 FreeMan <[email protected]> wrote:
> I'll update fpc r31319 & fpc r49661 still same, I mean IDE still lock > while startup > When I try run lazbuild from terminal, its freezing after 5.line > verbose. Maybe can helpfull. I add trace info too. I'll test with fpc 2.6.4 > > lazbuild --quiet --max-process-count=8 --pcp=/Users/freeman35/.lazarus > --build-all --skip-dependencies --build-ide= --ws=qt --cpu=x86_64 > --compiler=ppcx64 In case of an error, you should replace "--quiet" with "--verbose --verbose". > RunTool /usr/local/bin/ppcx64 "-iWTOTP" "-Px86_64" > [New Thread 0x112b of process 56293] > [New Thread 0x1403 of process 56293] > [New Thread 0x1503 of process 56293] > [New Thread 0x1603 of process 56293] > [New Thread 0x1703 of process 56293] > RunTool /usr/local/bin/ppcx64 "-va" "-Px86_64" "compilertest.pas" > RunTool /usr/local/bin/ppcx64 "-iWTOTP" "-Px86_64" "-Tdarwin" > "-Fr/opt/lazarus/components/codetools/fpc.errore.msg" > RunTool /usr/local/bin/ppcx64 "-va" "-Px86_64" "-Tdarwin" > "-Fr/opt/lazarus/components/codetools/fpc.errore.msg" "compilertest.pas" > RunTool /usr/local/bin/ppcx64 "-iWTOTP" > "-Fr/opt/lazarus/components/codetools/fpc.errore.msg" > RunTool /usr/local/bin/ppcx64 "-va" > "-Fr/opt/lazarus/components/codetools/fpc.errore.msg" "compilertest.pas" > ^C > Program received signal SIGINT, Interrupt. > 0x0000000100012af8 in fpc_ansistr_assign () > (gdb) bt > #0 0x0000000100012af8 in fpc_ansistr_assign () > #1 0x00007fff5fbfea98 in ?? () > #2 0x0000000000000000 in ?? () > (gdb) Does the problem happen with the release compiler 2.6.4 too? Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
