Closed
Bug 1107305
Opened 11 years ago
Closed 11 years ago
[gonk-l] the error message: could not load library "libsigchain.so" from LD_PRELOAD
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(feature-b2g:2.2+)
People
(Reporter: askeing, Assigned: seinlin)
References
Details
Attachments
(1 file)
The adb work, but has "could not load library "libsigchain.so" from LD_PRELOAD" error.
Updated•11 years ago
|
Blocks: FxOS-v2.2-features
Comment 2•11 years ago
|
||
This should be SELinux related on L version.
Will ask member to check how to avoid this.
Comment 3•11 years ago
|
||
We've disabled SELinux over here, at least for now. L enables SELinux enforcing mode and we'd need to write a bunch of new SELinux rules to make it happy with b2g.
Comment 4•11 years ago
|
||
libsigchain.so gets added to LD_PRELOAD from the init.rc files, we've removed that.
Updated•11 years ago
|
blocking-b2g: --- → 2.2?
Updated•11 years ago
|
QA Whiteboard: [2.2-feature-qa+]
Comment 5•11 years ago
|
||
Hi Michael:
It looks like we need to build /art/sigchainlib to make this error message away even we never use art in FxOS.
Do you have any suggestion?
Thanks!!
Shawn
Flags: needinfo?(mwu)
Comment 6•11 years ago
|
||
Please see comment 4. You'll have an init.rc file (it's /init.environ.rc in my build) that adds libsigchain.so to the LD_PRELOAD environment variable. Just remove that and this error message should disappear.
Updated•11 years ago
|
Flags: needinfo?(kli)
Comment 8•11 years ago
|
||
Thanks!! Both Micheal.
| Assignee | ||
Comment 9•11 years ago
|
||
Shawn, We don't have libsigchain.so in our system, so I think we need to do as m1 suggested. Could you review this patch? Thanks!
Flags: needinfo?(kli)
| Assignee | ||
Updated•11 years ago
|
Attachment #8541183 -
Flags: review?(sku)
Comment 10•11 years ago
|
||
Comment on attachment 8541183 [details] [review]
Disable the error message of libsigchain.so
LGTM.
Flags: needinfo?(sku)
Attachment #8541183 -
Flags: review?(sku) → review+
| Assignee | ||
Comment 11•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → kli
Updated•11 years ago
|
blocking-b2g: 2.2? → ---
feature-b2g: --- → 2.2+
Target Milestone: --- → 2.2 S3 (9jan)
You need to log in
before you can comment on or make changes to this bug.
Description
•