Closed
Bug 1289505
Opened 7 years ago
Closed 7 years ago
../../../../dist/include/nsStringAPI.h:1019: error: undefined reference to 'NS_CStringContainerInit'
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(firefox50 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: gerard-majax, Assigned: gerard-majax)
References
Details
Attachments
(2 files)
Comment 2•7 years ago
|
||
This looks like a dupe of bug 1289381. Could you confirm?
Flags: needinfo?(lissyx+mozillians)
See Also: → 1289381
Assignee | ||
Comment 3•7 years ago
|
||
It is not exactly the same issue. Builds are currently with --enable-crashreporter.
Flags: needinfo?(lissyx+mozillians)
Assignee | ||
Comment 4•7 years ago
|
||
../../../../dist/include/nsStringAPI.h:1019: error: undefined reference to 'NS_CStringContainerInit' ../../../../../../../../../gecko-cinnabar/security/sandbox/linux/common/SandboxInfo.cpp:290: error: undefined reference to 'nsACString::AppendInt(int, int)' ../../../../dist/include/nsStringAPI.h:1081: error: undefined reference to 'NS_CStringContainerInit2' ../../../../../../../../../gecko-cinnabar/security/sandbox/linux/common/SandboxInfo.cpp:293: error: undefined reference to 'CrashReporter::AnnotateCrashReport(nsACString const&, nsACString const&)' ../../../../dist/include/nsStringAPI.h:1042: error: undefined reference to 'NS_CStringContainerFinish' ../../../../dist/include/nsStringAPI.h:1042: error: undefined reference to 'NS_CStringContainerFinish'
Assignee | ||
Comment 5•7 years ago
|
||
Assignee: nobody → lissyx+mozillians
Attachment #8774836 -
Flags: review+
Assignee | ||
Comment 6•7 years ago
|
||
https://github.com/mozilla-b2g/gonk-misc/commit/99003a6e7ecee880330a3fb8b5e49fefdb762374
Assignee | ||
Comment 7•7 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/67238/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/67238/
Attachment #8774838 -
Flags: review?(lissyx+mozillians)
Assignee | ||
Comment 8•7 years ago
|
||
Comment on attachment 8774838 [details] Bug 1289505 - Update gaia/gonk-misc repos https://reviewboard.mozilla.org/r/67238/#review64152
Attachment #8774838 -
Flags: review?(lissyx+mozillians) → review+
Pushed by alissy@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/05963fe43d95 Update gaia/gonk-misc repos r=me
Comment 10•7 years ago
|
||
(In reply to Alexandre LISSY :gerard-majax from comment #4) > ../../../../../../../../../gecko-cinnabar/security/sandbox/linux/common/ > SandboxInfo.cpp:290: error: undefined reference to > 'nsACString::AppendInt(int, int)' > ../../../../../../../../../gecko-cinnabar/security/sandbox/linux/common/ > SandboxInfo.cpp:293: error: undefined reference to > 'CrashReporter::AnnotateCrashReport(nsACString const&, nsACString const&)' Sorry; I should have caught this. SandboxInfo is currently linked into libxul.so on desktop, so using libxul stuff directly happens to work, but it's in libmozsandbox.so on B2G (and might move back into libmozsandbox.so on desktop in the future). This function really should live in libxul (see also security/sandbox/linux/glue); nothing that's simply reading the SandboxInfo flags actually needs to be a member of the SandboxInfo class. And from a quick look at the code it looks like the SandboxInfo Telemetry integration should break the same way, but maybe I'm missing something? In any case, if there's already an acceptable workaround for B2G then nothing in this comment necessarily needs to be acted on now, but someone (possibly me) is probably going to have to fix things at some point.
Assignee | ||
Comment 11•7 years ago
|
||
Well we disable crash reporter, it's easier for everyone.
Comment 12•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/05963fe43d95
You need to log in
before you can comment on or make changes to this bug.
Description
•