Closed Bug 1894964 Opened 6 months ago Closed 6 months ago

[linkedin.com] Search is not working on Nightly

Categories

(Core :: JavaScript Engine, defect)

Firefox 127
defect

Tracking

()

VERIFIED FIXED
Tracking Status
firefox-esr115 --- unaffected
firefox125 --- unaffected
firefox126 --- unaffected
firefox127 + verified

People

(Reporter: alex_mayorga, Unassigned)

References

(Regression, )

Details

(Keywords: nightly-community, regression)

Attachments

(1 file)

Steps:

  • Load and log-in into linkedin.com
  • Use the search bar to get some results

Actual result:
LinkedIn gives an error message

Expected result:
Search results are shown

I captured a profile at
https://share.firefox.dev/3w8nrR2

I can reproduce it with Mozilla/5.0 (X11; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0 ID:20240501214803

I am not seeing this bug on the release channel (125)

Attached file ErrorConsole.txt

On NIghtly, I have this error in the console:
Error while processing route: search.results.generic.index too much recursion Oe@https://static.licdn.com/aero-v1/sc/h/bpj7j23zixfggs7vvsaeync9j:1249:56

See Also: → 1880530
Component: Untriaged → JavaScript Engine
Product: Firefox → Core

:alexical, since you are the author of the regressor, bug 1878158, could you take a look? Also, could you set the severity field?

For more information, please visit BugBot documentation.

Flags: needinfo?(dothayer)

Hi. I have a smaller (but probably not small enough) repro case about another regression on Bug 1878158, probably related: Vue SFC Playground.

In Chromium and FF Nightly 2024-04-28 it should give with 2 zeros, but in later FF Nightly it will throw an exception.

I had a dig in this case and noticed that before the exception this size getter, when called with Reflect.get(), gets the target (1st parameter) as this rather than receiver (3rd parameter) when get called.

function createInstrumentations() {
  const mutableInstrumentations2 = {
    get(key) {
      return get(this, key);
    },
    get size() {
      return size(this); // <--
    },
// ...

Fixed by the backout of bug 1878158

Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED

¡Hola y'all!

Happy 🌮 Tuesday!

VERIFIED FIXED on Nightly built from

https://hg.mozilla.org/mozilla-central/rev/8d47b53b92aab287aee923b25739e74f89cc323f

FWIW.

¡Gracias! 🖖🏽

Status: RESOLVED → VERIFIED

updating 127 status to 'verified (as fixed)' per comment 8 - comment 9. Thanks!

(And I think we can clear the ni for the regressor, given that this has been addressed via backout now.)

Flags: needinfo?(dothayer)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: