New issue
Advanced search Search tips

Issue 706318 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

compiling for linux x64 with symbol_level = 1 results in binary that triggers internal errors in gdb

Project Member Reported by jochen@chromium.org, Mar 29 2017

Issue description

I'm compiling v8 based on rev a5fe3a0ac6392446044bedef67813f5899d8552c with clang version 5.0.0 (trunk 298539) and the following gn flags:

is_debug = true
v8_optimized_debug = false
is_component_build = true
symbol_level = 1

when debugging the resulting binaries, e.g. gdb --args out.gn/x64.debug/unittests I get errors like these:

warning: (Internal error: pc 0x7fcdf927e2cf in read in psymtab, but not in symtab.)

omitting symbol_level in my gn configuration makes the gdb errors go away


 

Sign in to add a comment