Hello!
I'm updating from v8-13.5 to 13.8-kgr. When I'm building the optdebug build 
of v8 I get the following error 

Running command:   ninja -j 5 -C out/ppc64le.lin.optdebug v8_monolith
ninja: Entering directory `out/ppc64le.lin.optdebug'
[1/7] ACTION //:run_mksnapshot_default(//build/toolchain/linux:ppc64)
FAILED: gen/src/builtins/builtins-effects.cc gen/embedded.S gen/snapshot.cc
python3 ../../tools/run.py ./mksnapshot --turbo_instruction_scheduling 
--stress-turbo-late-spilling --target_os=linux --target_arch=ppc64 
--embedded_src gen/embedded.S --predictable --no-us                         
                       e-ic --builtins-effects-src 
gen/src/builtins/builtins-effects.cc --turbo-elide-frames 
--embedded_variant Default --random-seed 314159265 --startup_src 
gen/snapshot.cc --native-code-counters                                     
            --concurrent-builtin-generation 
--concurrent-turbofan-max-threads=0 --verify-heap


#
# Fatal error in ../../src/codegen/ppc/macro-assembler-ppc.cc, line 2855
# Check failed: kMaxSizeOfMoveAfterFastCall == pc_offset() - before_offset 
(4 vs. 708).
#
#
#
#FailureMessage Object: 0x7fff834cc7b8
==== C stack trace ===============================

    ./mksnapshot(v8::base::debug::StackTrace::StackTrace()+0x2c) 
[0x10554b4ec]
    ./mksnapshot(+0x24ce9ec) [0x1027be9ec]
    ./mksnapshot(V8_Fatal(char const*, int, char const*, ...)+0x16c) 
[0x10279659c]
    
./mksnapshot(v8::internal::MacroAssembler::CallCFunction(v8::internal::Register,
 
int, int, SetIsolateDataSlots, bool)+0x60c) [0x1022cfd0c]
    
./mksnapshot(v8::internal::MacroAssembler::CallCFunction(v8::internal::ExternalReference,
 
int, int, SetIsolateDataSlots, bool)+0x7c) [0x1022cfdec]
    
./mksnapshot(v8::internal::compiler::CodeGenerator::AssembleArchInstruction(v8::internal::compiler::Instruction*)+0x157e8)
 
[0x103a2c078]
    
./mksnapshot(v8::internal::compiler::CodeGenerator::AssembleInstruction(int, 
v8::internal::compiler::InstructionBlock const*)+0xf8) [0x103d08b38]
    
./mksnapshot(v8::internal::compiler::CodeGenerator::AssembleBlock(v8::internal::compiler::InstructionBlock
 
const*)+0x70) [0x103d093a0]
    
./mksnapshot(v8::internal::compiler::CodeGenerator::AssembleCode()+0x694) 
[0x103d0a624]
    
./mksnapshot(v8::internal::compiler::turboshaft::Pipeline::AssembleCode(v8::internal::compiler::Linkage*)+0x2d4)
 
[0x102e85334]
    
./mksnapshot(v8::internal::compiler::turboshaft::Pipeline::GenerateCode(v8::internal::compiler::Linkage*,
 
std::shared_ptr<v8::internal::compiler::OsrHelper>, 
v8::internal::JumpOptimizat                                               
 ionInfo*, v8::internal::ProfileDataFromFile const*, int)+0x254) 
[0x1034a5a84]
    
./mksnapshot(v8::internal::compiler::CodeAssemblerTurboshaftCompilationJob::ExecuteJobImpl(v8::internal::RuntimeCallStats*,
 
v8::internal::LocalIsolate*)+0x184) [0x102e84e54]
    
./mksnapshot(v8::internal::OptimizedCompilationJob::ExecuteJob(v8::internal::RuntimeCallStats*,
 
v8::internal::LocalIsolate*)+0xa8) [0x10124e7b8]
    
./mksnapshot(v8::internal::OptimizingCompileTaskExecutor::RunCompilationJob(v8::internal::OptimizingCompileTaskState&,
 
v8::internal::Isolate*, v8::internal::LocalIsolate&, v8::internal:         
                                       :TurbofanCompilationJob*)+0xc4) 
[0x1012ffe74]
    
./mksnapshot(v8::internal::OptimizingCompileTaskExecutor::CompileTask::Run(v8::JobDelegate*)+0x1cc)
 
[0x1013002ec]
    ./mksnapshot(v8::platform::DefaultJobWorker::Run()+0xf8) [0x1027bf2d8]
    
./mksnapshot(v8::platform::DefaultWorkerThreadsTaskRunner::WorkerThread::Run()+0x224)
 
[0x1027c5314]
    ./mksnapshot(+0x24bff60) [0x1027aff60]
    /lib64/glibc-hwcaps/power10/libc.so.6(+0xa2cb0) [0x7fff8d0a2cb0]
    /lib64/glibc-hwcaps/power10/libc.so.6(clone+0xa0) [0x7fff8d14c748]
Return code is -5
ninja: build stopped: subcommand failed.
Error running command: ninja -j 5 -C out/ppc64le.lin.optdebug v8_monolith - 
Error: Error running command /bin/sh ["-c","cd v8/v8 && ninja -j 5 -C 
out/ppc64le.lin.optdebug v8_monolith"]


Any advice, would be appreciated!
Alexandra

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/v8-users/2c7d274b-dc17-44b3-96b6-3e18950134d6n%40googlegroups.com.

Reply via email to