Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Issue 5682013: Add more FDE sorting to fix unwind_trace_test (x86-64 PIC) (Closed)

Created:
10 years ago by jvoung - send to chromium...
Modified:
9 years, 7 months ago
Reviewers:
robertm, pdox
Visibility:
Public.

Description

The x86-64 PIC version of unwind_trace.cc seems to trigger a case where FDEs are not fully sorted before _Unwind_Find_FDE and search_object does a binary search over them. BUG=http://code.google.com/p/nativeclient/issues/detail?id=1106

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M llvm-gcc-4.2/gcc/unwind-dw2-fde.c View 1 chunk +5 lines, -0 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
jvoung - send to chromium...
10 years ago (2010-12-14 21:53:18 UTC) #1
robertm
10 years ago (2010-12-14 22:04:18 UTC) #2
LGTM

http://codereview.chromium.org/5682013/diff/1/llvm-gcc-4.2/gcc/unwind-dw2-fde.c
File llvm-gcc-4.2/gcc/unwind-dw2-fde.c (right):

http://codereview.chromium.org/5682013/diff/1/llvm-gcc-4.2/gcc/unwind-dw2-fde...
llvm-gcc-4.2/gcc/unwind-dw2-fde.c:592: // Sorting just the erratic and then
merging with the linear,
can you reference the bug from here as well

Powered by Google App Engine
This is Rietveld 408576698