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

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

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 1 month ago by Lei Zhang (chromium)
Modified:
15 years 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 ...
15 years, 1 month ago #1
jimb
On 2010/06/19 02:53:24, thestig wrote: > I get weird messages from dump_syms when reading binaries ...
15 years 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 ...
15 years ago #3
jimb
Let me take a step back: It seems that GCC scrupulously avoids generating both .debug_frame ...
15 years ago #4
Ted Mielczarek
On 2010/07/01 06:19:56, jimb wrote: > So the ideal behavior, it seems to me, is ...
15 years ago #5
jimb
On 2010/07/01 11:51:29, Ted Mielczarek wrote: > As a counterpoint, if you simply need to ...
15 years ago #6
Lei Zhang (chromium)
On 2010/07/01 06:19:56, jimb wrote: > Encountering any debugging section that is SHT_NOBITS should be ...
15 years ago #7
jimb
15 years 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