Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(21)

Issue 120001: Linux: Skip sections of type SHT_NOBITS when loading symbols. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 4 months ago by Lei Zhang (chromium)
Modified:
14 years, 3 months ago
Reviewers:
jimb, Ted Mielczarek
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Linux: Skip sections of type SHT_NOBITS when loading symbols.

Committed: http://code.google.com/p/google-breakpad/source/detail?r=620

Patch Set 1 #

Patch Set 2 : report an error #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/common/linux/dump_symbols.cc View 1 2 chunks +10 lines, -3 lines 0 comments Download

Messages

Total messages: 8
Lei Zhang (chromium)
I get weird messages from dump_syms when reading binaries where sections exist but have type ...
14 years, 4 months ago #1
jimb
On 2010/06/19 02:53:24, thestig wrote: > I get weird messages from dump_syms when reading binaries ...
14 years, 3 months ago #2
Lei Zhang (chromium)
On 2010/06/30 19:33:16, jimb wrote: > On 2010/06/19 02:53:24, thestig wrote: > > I get ...
14 years, 3 months ago #3
jimb
Let me take a step back: It seems that GCC scrupulously avoids generating both .debug_frame ...
14 years, 3 months ago #4
Ted Mielczarek
On 2010/07/01 06:19:56, jimb wrote: > So the ideal behavior, it seems to me, is ...
14 years, 3 months ago #5
jimb
On 2010/07/01 11:51:29, Ted Mielczarek wrote: > As a counterpoint, if you simply need to ...
14 years, 3 months ago #6
Lei Zhang (chromium)
On 2010/07/01 06:19:56, jimb wrote: > Encountering any debugging section that is SHT_NOBITS should be ...
14 years, 3 months ago #7
jimb
14 years, 3 months ago #8
LGTM; it's better than the current behavior.

We might get warning floods, but any code that's calling that function that
often should probably be fixed anyway.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted