Build failure linux (qemu: uncaught target signal 4 (Illegal instruction) - core dumped)

38 views
Skip to first unread message

uzair jaleel

unread,
Jan 15, 2025, 9:47:11 AMJan 15
to v8-dev
Hi All,

Facing below error during compilation of chrome on platform similar to linux

[  176s] [12/20] ACTION //v8:run_mksnapshot_default(//tizen_src/build/toolchain/tizen:tizen_clang_arm)
[  176s] FAILED: gen/v8/embedded.S snapshot_blob.bin
[  176s] python3 ../v8/tools/run.py ./mksnapshot --turbo_instruction_scheduling --stress-turbo-late-spilling --target_os=linux --target_arch=arm --embedded_src gen/v8/embedded.S --predictable --no-use-ic --embedded_variant Default --random-seed 314159265 --startup_blob snapshot_blob.bin --no-native-code-counters
[  176s] qemu: uncaught target signal 4 (Illegal instruction) - core dumped

Any input related to above error or any clue how to debug further will be of great help

Thanks in Advance
Uzair

Ronald Fenner

unread,
Jan 16, 2025, 12:15:05 AMJan 16
to v8-dev
Whats version and what build args are you using.
In particular are you turning off the shared compression cage?

uzair jaleel

unread,
Jan 17, 2025, 12:27:41 AMJan 17
to v8-dev
Hello ,

We are working on chromium version 130.0.6723.116

{
  "v8_deprecation_warnings": true,
  "v8_enable_31bit_smis_on_64bit_arch": false,
  "v8_enable_conservative_stack_scanning": false,
  "v8_enable_direct_handle": false,
  "v8_enable_extensible_ro_snapshot": true,
  "v8_enable_gdbjit": false,
  "v8_enable_hugepage": false,
  "v8_enable_i18n_support": true,
  "v8_enable_javascript_promise_hooks": false,
  "v8_enable_lite_mode": false,
  "v8_enable_map_packing": false,
  "v8_enable_object_print": false,
  "v8_enable_pointer_compression": false,
  "v8_enable_pointer_compression_shared_cage": false,
  "v8_enable_sandbox": false,
  "v8_enable_shared_ro_heap": true,
  "v8_enable_short_builtin_calls": false,
  "v8_enable_v8_checks": false,
  "v8_enable_webassembly": true,
  "v8_enable_zone_compression": false,
  "v8_imminent_deprecation_warnings": false,
  "v8_optimized_debug": true,
  "v8_random_seed": "314159265",
  "v8_use_perfetto": true,
  "v8_use_siphash": false
}

Reply all
Reply to author
Forward
0 new messages