Closed
Bug 307506
Opened 19 years ago
Closed 10 years ago
Document LD_DEBUG and cross-ref w/ dependency walker
Categories
(Developer Documentation Graveyard :: Mozilla Platform, defect)
Developer Documentation Graveyard
Mozilla Platform
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: timeless, Assigned: sheppy)
Details
(Whiteboard: u=mozdev p=0 c=Platform)
Comment 1•18 years ago
|
||
Occasionally it's handy while debugging to figure out exactly which shared object a specific symbol is being resolved from. On Linux, LD_DEBUG is the facility for this, and on Windows, there's a utility called Dependency Walker that can be used. I believe the intent here is that this stuff should be written down somewhere so that developers who need this ability know where to look.
Assignee: dmose → nobody
Component: Mozilla Developer → Documentation Requests
Product: Documentation → Mozilla Developer Center
QA Contact: imajes → doc-request
Updated•12 years ago
|
Component: Documentation Requests → Documentation
Comment 2•12 years ago
|
||
Automatically closing all bugs that have not been updated in a while. Please reopen if this is still important to you and has not yet been corrected.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Comment 3•12 years ago
|
||
Reopening for review by Sheppy.
Assignee: nobody → eshepherd
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
| Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Dan Mosedale (:dmose) from comment #1) > Occasionally it's handy while debugging to figure out exactly which shared > object a specific symbol is being resolved from. On Linux, LD_DEBUG is the > facility for this, and on Windows, there's a utility called Dependency > Walker that can be used. I believe the intent here is that this stuff > should be written down somewhere so that developers who need this ability > know where to look. Any chance you can jot down some notes on this to use as a basis for a doc? Or is this even still relevant?
Updated•12 years ago
|
Component: Documentation → General
Product: Mozilla Developer Network → Developer Documentation
| Assignee | ||
Updated•12 years ago
|
Whiteboard: u=mozdev p=0
| Assignee | ||
Updated•12 years ago
|
Component: General → Mozilla Platform
OS: Windows XP → All
Hardware: x86 → All
Whiteboard: u=mozdev p=0 → u=mozdev p=0 c=Platform
Comment 5•10 years ago
|
||
> Any chance you can jot down some notes on this to use as a basis for a doc?
> Or is this even still relevant?
That being said two years ago, I think the answer is no.Status: REOPENED → RESOLVED
Closed: 12 years ago → 10 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•