New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 616628 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 601189
Owner:
Last visit > 30 days ago
Closed: Jun 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

ODR violation of CommandBufferHelper vtable

Project Member Reported by danakj@chromium.org, Jun 1 2016

Issue description

Maybe from https://codereview.chromium.org/1809183002?

I ran chrome with asan enabled and got this:

=================================================================
==32632==ERROR: AddressSanitizer: odr-violation (0x7faa896de0c0):
  [1] size=48 'vtable for gpu::CommandBufferHelper' ../../gpu/command_buffer/client/cmd_buffer_helper.cc
  [2] size=48 'vtable for gpu::CommandBufferHelper' ../../gpu/command_buffer/client/cmd_buffer_helper.cc
These globals were registered at these points:
  [1]:
    #0 0x7faa9552c7c7 in __asan_register_globals (/usr/local/google/home/danakj/s/c/src/out_desktop/Release/chrome+0x13187c7)
    #1 0x7faa7857644b in asan.module_ctor (/usr/local/google/home/danakj/s/c/src/out_desktop/Release/./libclient_sources_for_ppapi.so+0x2144b)

  [2]:
    #0 0x7faa9552c7c7 in __asan_register_globals (/usr/local/google/home/danakj/s/c/src/out_desktop/Release/chrome+0x13187c7)
    #1 0x7faa892623eb in asan.module_ctor (/usr/local/google/home/danakj/s/c/src/out_desktop/Release/./libgpu.so+0xe83eb)

==32632==HINT: if you don't care about these errors you may set ASAN_OPTIONS=detect_odr_violation=0
SUMMARY: AddressSanitizer: odr-violation: global 'vtable for gpu::CommandBufferHelper' at ../../gpu/command_buffer/client/cmd_buffer_helper.cc
==32632==ABORTING

 

Comment 1 by danakj@chromium.org, Jun 16 2016

bump. still there.

Comment 2 by piman@chromium.org, Jun 16 2016

Mergedinto: 601189
Status: Duplicate (was: Assigned)

Sign in to add a comment