flameshot-org / flameshot

Powerful yet simple to use screenshot software :desktop_computer: :camera_flash:
https://flameshot.org
GNU General Public License v3.0
24.72k stars 1.58k forks source link

[Debian testing crashed] exec 'flameshot gui' in debian testing distro, crashed by Segmentation Fault #3367

Closed kean0048 closed 12 months ago

kean0048 commented 1 year ago

Flameshot Version

Flameshot 12.1.0 and master branch

Installation Type

Linux, MacOS, or Windows Package manager (apt, pacman, eopkg, choco, brew, ...)

Operating System type and version

Debian testing

Description

Installed the Flameshot 12.1.0 in testing version, when I exec 'flameshot gui', output: QLayout: Attempting to add QLayout "" to SidePanelWidget "", which already has a layout Segmentation fault

then I pull the master branch and compile in locally and meet the same issues. m75t@debian:~/Downloads$ flameshot gui QLayout: Attempting to add QLayout "" to SidePanelWidget "", which already has a layout Segmentation fault m75t@debian:~/Downloads$

Steps to reproduce

  1. install or compile from source code, v12.1.0 and master branch
  2. run 'flameshot gui'
  3. crashed -> QLayout: Attempting to add QLayout "" to SidePanelWidget "", which already has a layout Segmentation fault

Screenshots or screen recordings

flameshot-gui

System Information

m75t@debian:~/Downloads$ uname -a Linux debian 6.4.0-3-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.4.11-1 (2023-08-17) x86_64 GNU/Linux

Monitor:

monitor

marceldev89 commented 12 months ago

I'm seeing the same issue on arch using flameshot-git so I guess it's confirmed now :)

marceldev89 commented 12 months ago

Figured out while testing different commits that https://github.com/flameshot-org/flameshot/pull/3313 is the cause and they're already aware of it, apparently. 😛

kean0048 commented 12 months ago

@marceldev89,

Thanks for your update. It works on my platform, that's fine. Kean.