Closed
Bug 786451
Opened 12 years ago
Closed 12 years ago
Cannot run xpcshell with /system/b2g libs on otoro anymore.
Categories
(Testing :: XPCShell Harness, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mihneadb, Unassigned)
Details
Until recently (a month ago) we could just move the xpcshell binary from objdir-gecko/dist/bin on the otoro, set LD_LIBRARY_PATH to /system/b2g and then we could run xpcshell on the device.
Now if I try to do exactly that I get: http://pastebin.mozilla.org/1781351 .
I tried pushing all the required libs manually and setting the LD_LIBRARY_PATH accordingly on the emulator (because the libs don't fit on the otoro - because of libmozglue) and I was able to run xpcshell fine.
I'm thinking maybe something has changed in the libs in /system/b2g that keeps it from linking properly.
Comment 1•12 years ago
|
||
You also need LD_PRELOAD=/system/b2g/libmozglue.so now
Reporter | ||
Comment 2•12 years ago
|
||
Yes, it works. Thanks!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•