Summary: | Crash on Export via Bluetooth | ||
---|---|---|---|
Product: | [Applications] Spectacle | Reporter: | Greg Lepore <greg> |
Component: | General | Assignee: | Boudhayan Gupta <me> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | kde |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Greg Lepore
2018-10-30 12:05:41 UTC
Looks like your graphics driver is broken. Are you on nvidia or did you do a recent update without restarting? Not a recent update and reboot, as the problem persists through reboots. I am on Nvidia. Probably the same problem in bug 400478, also reported by me. sudo lshw -c video *-display description: VGA compatible controller product: GP108 vendor: NVIDIA Corporation physical id: 0 bus info: pci@0000:01:00.0 version: a1 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress vga_controller bus_master cap_list rom configuration: driver=nvidia latency=0 resources: irq:26 memory:fb000000-fbffffff memory:c0000000-cfffffff memory:de000000-dfffffff ioport:ef00(size=128) memory:c0000-dffff $(modprobe --resolve-alias nvidia) filename: /lib/modules/4.15.0-38-generic/kernel/drivers/char/drm/nvidia.ko alias: char-major-195-* version: 410.73 supported: external license: NVIDIA srcversion: E6823ED882C76894D74F1C2 alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00* alias: pci:v000010DEd*sv*sd*bc03sc02i00* alias: pci:v000010DEd*sv*sd*bc03sc00i00* depends: ipmi_msghandler retpoline: Y name: nvidia vermagic: 4.15.0-38-generic SMP mod_unload parm: NvSwitchRegDwords:NvSwitch regkey (charp) parm: NVreg_Mobile:int parm: NVreg_ResmanDebugLevel:int parm: NVreg_RmLogonRC:int parm: NVreg_ModifyDeviceFiles:int parm: NVreg_DeviceFileUID:int parm: NVreg_DeviceFileGID:int parm: NVreg_DeviceFileMode:int parm: NVreg_UpdateMemoryTypes:int parm: NVreg_InitializeSystemMemoryAllocations:int parm: NVreg_UsePageAttributeTable:int parm: NVreg_MapRegistersEarly:int parm: NVreg_RegisterForACPIEvents:int parm: NVreg_CheckPCIConfigSpace:int parm: NVreg_EnablePCIeGen3:int parm: NVreg_EnableMSI:int parm: NVreg_TCEBypassMode:int parm: NVreg_UseThreadedInterrupts:int parm: NVreg_EnableStreamMemOPs:int parm: NVreg_EnableBacklightHandler:int parm: NVreg_EnableUserNUMAManagement:int parm: NVreg_MemoryPoolSize:int parm: NVreg_KMallocHeapMaxSize:int parm: NVreg_VMallocHeapMaxSize:int parm: NVreg_IgnoreMMIOCheck:int parm: NVreg_RegistryDwords:charp parm: NVreg_RegistryDwordsPerDevice:charp parm: NVreg_RmMsg:charp parm: NVreg_GpuBlacklist:charp parm: NVreg_AssignGpus:charp Driver or configuration bug, it should print something on console when it quits. Please report this to your distribution or try up/downgrading your graphics driver. Nothing prints on the console when it crashes. I am on KDE Neon, and they appear to say to report bugs on bugs.kde.org. Is there another location to report Neon bugs? Thanks for your help on this. The Neon bug tracker is here on bugs.kde.org, but video drivers are not maintained by the Neon team, but downstream at the Ubuntu bug tracker at https://launchpad.net/bugs To see the error message, please create a file "test.qml" then run it with "qmlscene test.qml" in Konsole. import QtQuick 2 Rectangle { width: 400 height: 300 color: "green" } qmlscene produces the green square, but apart from that, nothing else. Am I supposed to interact with it in some way? No, I was just hoping that you get the same fatal error message as in comment #0. Interesting to learn that a simple QtQuick test does not fail to create an OpenGL context, while Spectacle using QtQuick apparently does. |