Comment #1 on issue 22076 by spotrh: base/debug_util_posix.cc:119: error: the address of ‘int backtrace(void**, int)’ will never be NULL http://code.google.com/p/chromium/issues/detail?id=22076
http://src.chromium.org/viewvc/chrome/trunk/src/base/debug_util_posix.cc?r1=25920&r2=26285 That seems to be what is causing the bug. Based on that, and the obvious failure on Linux, I guess that those variables can be NULL on OSX. This patch gets the code building again. Attachments: chromium-svn26424-debug_util_posix-fix.patch 1.2 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
