Open
Bug 299814
Opened 19 years ago
Updated 2 years ago
Add support for GCC's Mudflap pointer debugging
Categories
(Firefox Build System :: General, enhancement)
Tracking
(Not tracked)
NEW
People
(Reporter: bastiaan, Unassigned)
References
()
Details
(Keywords: helpwanted)
Attachments
(1 file, 1 obsolete file)
|
4.13 KB,
patch
|
Details | Diff | Splinter Review |
See also http://gcc.gnu.org/wiki/Mudflap%20Pointer%20Debugging Building with mudflap support needs the -fmudflapth C/CXXFLAGS (for threaded apps) and an -lmudflapth LDFLAG.
| Reporter | ||
Comment 1•19 years ago
|
||
The following occurs when xpidl is run during build: ../../dist/bin/xpidl -m header -w -I/home/baafie/src/mozilla/xpcom/base -I../../dist/idl -o _xpidlgen/nsIConsoleListener /home/baafie/src/mozilla/xpcom/base/nsIConsoleListener.idl ../../dist/bin/xpidl: symbol lookup error: /opt/gcc-4.1/lib/libmudflapth.so.0: undefined symbol: main I'm not sure if this is caused by xpidl, mudflap or my patch, but my suspicions do exist in that order :)
Assignee: nobody → b.jacques
Status: NEW → ASSIGNED
| Reporter | ||
Comment 2•19 years ago
|
||
the whole patch this time..
Attachment #188420 -
Attachment is obsolete: true
| Reporter | ||
Updated•19 years ago
|
Keywords: helpwanted
| Reporter | ||
Updated•14 years ago
|
Assignee: b.jacques → nobody
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•