IceCat crashes when attempting to activate 'reader view' via shortcut

  • Open
  • quality assurance status badge
Details
One participant
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal

Debbugs page

Maxim Cournoyer wrote 4 years ago
(name . bug-guix)(address . bug-guix@gnu.org)(name . Mark H. Weaver)(address . mhw@netris.org)
8735rk3688.fsf@gmail.com
Hello,

I can reproduce this for some time, currently using IceCat
78.12.0-guix0-preview1.

Repro:

1. Open a web page in IceCat.
2. Press the 'Control + Alt + r' keys altogether to enable the 'reader
view' mode.
3. Observe a crash.

Thank you,

Maxim
Maxim Cournoyer wrote 2 weeks ago
(address . 49940@debbugs.gnu.org)(name . Mark H. Weaver)(address . mhw@netris.org)(name . Ian Eure)(address . ian@retrospec.tv)
87o6ygon7e.fsf@gmail.com
Hi,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

Toggle quote (12 lines)
> Hello,
>
> I can reproduce this for some time, currently using IceCat
> 78.12.0-guix0-preview1.
>
> Repro:
>
> 1. Open a web page in IceCat.
> 2. Press the 'Control + Alt + r' keys altogether to enable the 'reader
> view' mode.
> 3. Observe a crash.

I can still reproduce this, in any build of Firefox, be it IceCat,
LibreWolf or vanilla Firefox itself (from the nonguix channel).

The crash prints something like this:

Toggle snippet (7 lines)
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci missing (t=0.256677) [GFX1-]: glxtest: libpci missing
console.error: ({})
JavaScript error: resource://gre/modules/PromiseWorker.sys.mjs, line 75: Error: Could not get children of `/home/maxim/.mozilla/firefox/p2cwpm0u.default/thumbnails': directory does not exist (NS_ERROR_FILE_NOT_FOUND)
maxim@terra ~$ Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci missing (t=0.210988) [GFX1-]: glxtest: libpci missing
console.error: ({})

Maybe libpci should be added as an input?

--
Thanks,
Maxim
Maxim Cournoyer wrote 2 weeks ago
(address . 49940@debbugs.gnu.org)(name . Mark H. Weaver)(address . mhw@netris.org)(name . Ian Eure)(address . ian@retrospec.tv)
87ldtkomzw.fsf@gmail.com
Hi,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

[...]

Toggle quote (10 lines)
> The crash prints something like this:
>
> Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci missing (t=0.256677) [GFX1-]: glxtest: libpci missing
> console.error: ({})
> JavaScript error: resource://gre/modules/PromiseWorker.sys.mjs, line 75: Error: Could not get children of `/home/maxim/.mozilla/firefox/p2cwpm0u.default/thumbnails': directory does not exist (NS_ERROR_FILE_NOT_FOUND)
> maxim@terra ~$ Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci missing (t=0.210988) [GFX1-]: glxtest: libpci missing
> console.error: ({})
>
> Maybe libpci should be added as an input?

I see that's already supposed to be handled in the wrap-glxtest phase.
Something is amiss!

--
Thanks,
Maxim
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 49940@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49940
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help