Bug 1746937 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

When trying to launch a Firefox build with libfuzzer, an XPCOMGlueLoad error is raised.

Steps to reproduce:
```
$ pip install fuzzfetch -a --fuzzing --target firefox gtest -n firefox
$ FUZZER=StunParser ./firefox/firefox XPCOMGlueLoad error for file ~/firefox/gtest/libxul.so:
~/firefox/gtest/libxul.so: undefined symbol: _ZN9dav1dfuzz24dav1d_set_cpu_flags_maskEj
Couldn't load XPCOM
```

Bisection points to the following range, but nothing in there is obvious to me.
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=a9e0339866d239aa2995f0c2d9ab8b0414bcd395&tochange=05eb5b87a4d96dd2aca133b9a3cd4d1b0706a577
When trying to launch a Firefox build with libfuzzer, an XPCOMGlueLoad error is raised.

Steps to reproduce:
```
$ pip install fuzzfetch 
$ fuzzfetch -a --fuzzing --target firefox gtest -n firefox
$ FUZZER=StunParser ./firefox/firefox XPCOMGlueLoad error for file ~/firefox/gtest/libxul.so:
~/firefox/gtest/libxul.so: undefined symbol: _ZN9dav1dfuzz24dav1d_set_cpu_flags_maskEj
Couldn't load XPCOM
```

Bisection points to the following range, but nothing in there is obvious to me.
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=a9e0339866d239aa2995f0c2d9ab8b0414bcd395&tochange=05eb5b87a4d96dd2aca133b9a3cd4d1b0706a577
When trying to launch a Firefox build with libfuzzer, an XPCOMGlueLoad error is raised.

Steps to reproduce:
```
$ pip install fuzzfetch 
$ fuzzfetch -a --fuzzing --target firefox gtest -n firefox
$ FUZZER=StunParser ./firefox/firefox 
XPCOMGlueLoad error for file ~/firefox/gtest/libxul.so:
~/firefox/gtest/libxul.so: undefined symbol: _ZN9dav1dfuzz24dav1d_set_cpu_flags_maskEj
Couldn't load XPCOM
```

Bisection points to the following range, but nothing in there is obvious to me.
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=a9e0339866d239aa2995f0c2d9ab8b0414bcd395&tochange=05eb5b87a4d96dd2aca133b9a3cd4d1b0706a577

Back to Bug 1746937 Comment 0