NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.05k stars 14.04k forks source link

Krita crashes when using Wacom stylus in drawing area (similiar to #54470) #73477

Open KennethJ-USC opened 4 years ago

KennethJ-USC commented 4 years ago

I'll start out by noting that this is extremely similar to #54470.

Krita crashes immediately after pen hovers over drawing area in any context.

Hardware:

Software:

$ xinput list
⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPad                id=13   [slave  pointer  (2)]
⎜   ↳ TPPS/2 IBM TrackPoint                     id=14   [slave  pointer  (2)]
⎜   ↳ Wacom ISDv4 E6 Pen stylus                 id=10   [slave  pointer  (2)]
⎜   ↳ Wacom ISDv4 E6 Pen eraser                 id=16   [slave  pointer  (2)]
⎜   ↳ Wacom ISDv4 E6 Finger touch               id=11   [slave  pointer  (2)]
⎣ Virtual core keyboard                     id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Power Button                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Sleep Button                              id=8    [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=12   [slave  keyboard (3)]
    ↳ ThinkPad Extra Buttons                    id=15   [slave  keyboard (3)]
    ↳ Integrated Camera: Integrated C           id=9    [slave  keyboard (3)]

To Reproduce Steps to reproduce the behavior:

  1. Open Krita
  2. Create new file (any template)
  3. Hover stylus over drawing area -> Krita crashes w/ error:
free(): double free detected in tcache 2
Aborted (core dumped)

Additional context

$ xsetwacom --list devices
Wacom ISDv4 E6 Pen stylus           id: 10  type: STYLUS    
Wacom ISDv4 E6 Pen eraser           id: 16  type: ERASER    
Wacom ISDv4 E6 Finger touch         id: 11  type: TOUCH   
$ krita --version
krita 4.1.7.101
luzpaz commented 4 years ago

Is there an upstream bug associated with this ticket ?
Also 4.2.8.2 has been released. Can you reproduce it using the latest build ?

stale[bot] commented 4 years ago

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.
nagisa commented 3 years ago

This may be fixed, if this was a https://bugs.kde.org/show_bug.cgi?id=431944

luzpaz commented 12 months ago

@KennethJ-USC can you still reproduce ?