Closed Bug 1740793 Opened 3 years ago Closed 3 years ago

Crash comparing vendor string returned by fQueryString(mDisplay, LOCAL_EGL_VENDOR)

Categories

(Core :: Graphics: CanvasWebGL, defect)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1743403

People

(Reporter: jesup, Unassigned)

Details

Attachments

(1 file)

Attached file egl_crash

I've hit this twice now in local builds; I suspect 'vendor' is a nullptr, but gdb says it's "optimized out" (likely in a register). We crash calling strcmp(vendor, "ARM").

I'll attach a gdb log poking around

FYI, I've been hitting this a LOT at startup (not 100%, but a lot) in debug builds. I'm running Fedora 34. I have a stack of other patches I'm testing, but nothing should have touched gfx/gl, though they may have shifted some timing

Attachment #9250439 - Attachment mime type: application/octet-stream → text/plain

Do you have the proprietary Nvidia driver installed, but are not using it? (libglvnd has a bug: bug 1737078)
Do you have multiple graphics cards?
Are you using Wayland, Xwayland or X11?

(In reply to Darkspirit from comment #2)

Do you have the proprietary Nvidia driver installed, but are not using it? (libglvnd has a bug: bug 1737078)

I do have proprietary nvidia installed, but I think I'm using it:

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

and

[1456177.595] Kernel command line: BOOT_IMAGE=(hd1,gpt5)/vmlinuz-5.13.19-200.fc34.x86_64 root=/dev/mapper/fedora-root ro resume=/dev/mapper/fedora-swap rd.lvm.lv=fedora/root rd.luks.uuid=luks-b88bdd14-6296-49bc-af80-02825b01d8bd rd.lvm.lv=fedora/swap quiet rd.driver.blacklist=nouveau
[1456177.614] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[1456177.651] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[1456179.225] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia

Do you have multiple graphics cards?

No

Are you using Wayland, Xwayland or X11?

X11

FYI, local DEBUG build

The severity field is not set for this bug.
:jgilbert, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(jgilbert)

I'm continuing to hit this in local debug builds, maybe one in 4 runs

https://hg.mozilla.org/mozilla-central/rev/64da1a6eb723 should have fixed this a week ago. Where is it crashing now?

Aha. I hadn't repulled central since then. I'll close this as a dup then

Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(jgilbert)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: