Confirmed users
975
edits
(→Frequently found Errors: Move errors to sub-headers.) |
|||
| Line 57: | Line 57: | ||
== Frequently found Errors == | == Frequently found Errors == | ||
OOM Error | ===OOM Error=== | ||
This is an error found after use of Robocop frequently, but once it has happened, Fennec itself continues to crash. To fix it, simply uninstall and reinstall. This does not occur of frequent use of Robocop, as I have run 30 iterations of just robocop without it throwing this error. | |||
InvocationTargetException Error | ===InvocationTargetException Error=== | ||
This is an issue arising when using a Tegra.It looks like the following:<br> | |||
<pre>W/System.err( 2610): java.lang.reflect.InvocationTargetException | <pre>W/System.err( 2610): java.lang.reflect.InvocationTargetException | ||
W/System.err( 2610): at org.mozilla.gecko.GeckoAppShell.unregisterGeckoEventListener(GeckoAppShell.java:1565) | W/System.err( 2610): at org.mozilla.gecko.GeckoAppShell.unregisterGeckoEventListener(GeckoAppShell.java:1565) | ||
| Line 65: | Line 67: | ||
</pre> | </pre> | ||
Build Error | ===Build Error=== | ||
This is resolved by doing a clean build. | |||
<pre> | <pre> | ||
make[7]: Entering directory `/media/sdan/birch/objdir-native-droid/mobile/android/base/locales' | make[7]: Entering directory `/media/sdan/birch/objdir-native-droid/mobile/android/base/locales' | ||
| Line 79: | Line 82: | ||
</pre> | </pre> | ||
Infrequent Runtime Errors | ===Infrequent Runtime Errors=== | ||
Two have been known to occur: One, where Fennec freezes when loading a page, the other where the page loads, but has 0 content. These are worked around by restarting the test. | |||
== What happens when a test is run == | == What happens when a test is run == | ||