New issue
Advanced search Search tips

Issue 619574 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

DCHECK line compiled even when DCHECK_IS_ON is false

Project Member Reported by jfernan...@igalia.com, Jun 13 2016

Issue description

I've defined a function inside DCHECK_IS_ON compile guard flags. The only use of the function is inside a DCHECK macro, so it should never cause linking problems because of undefined function. 

However, the following patch fails in the chromeos_x86 bot:

https://codereview.chromium.org/815833005/#ps320001

Here is the undefined function error shown by the mentioned bot:

 https://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/151912/steps/compile%20%28with%20patch%29/logs/stdio
 
Components: Build

Sign in to add a comment