Confirmed users
111
edits
(→Instructions: https another people link) |
(Switch a few more links to https) |
||
Line 197: | Line 197: | ||
* Specify the directory containing the harness itself, i.e. "runtestsremote.py". Not needed normally. | * Specify the directory containing the harness itself, i.e. "runtestsremote.py". Not needed normally. | ||
==== feninit.default.mochi_xre_url ==== | ==== feninit.default.mochi_xre_url ==== | ||
* Specify the directory on [ | * Specify the directory on [https://ftp.mozilla.org ftp.mozilla.org] to use for downloading XRE. Not used if feninit.default.mochi_xre is specified. | ||
==== feninit.default.mochi_xre_update ==== | ==== feninit.default.mochi_xre_update ==== | ||
* Specify the XRE check for updates interval. Only used if the script is managing the XRE copy, and not used if feninit.default.mochi_xre_update is specified. | * Specify the XRE check for updates interval. Only used if the script is managing the XRE copy, and not used if feninit.default.mochi_xre_update is specified. | ||
Line 231: | Line 231: | ||
* The JimDB Python scripts lack several scripts included in regular GDB packages. To fix that, simply copy your local copy of these scripts to the JimDB utils/python directory. For example, on a typical Linux system, run | * The JimDB Python scripts lack several scripts included in regular GDB packages. To fix that, simply copy your local copy of these scripts to the JimDB utils/python directory. For example, on a typical Linux system, run | ||
cp -r /usr/share/gdb/python/gdb $jimdb/utils/python/ | cp -r /usr/share/gdb/python/gdb $jimdb/utils/python/ | ||
* If you don't have these files, they are available [ | * If you don't have these files, they are available [https://people.mozilla.org/~nchen/jimdb/gdb-python-lib.tar.bz2 here]; just extract it under $jimdb/utils/python/ | ||
=== Random segmentation faults when debugging Fennec === | === Random segmentation faults when debugging Fennec === |