** Package changed: ubuntu => mutter (Ubuntu)

** Changed in: mutter (Ubuntu)
       Status: Incomplete => New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1937090

Title:
  Opening a very wide window crashes the entire system

Status in mutter package in Ubuntu:
  New

Bug description:
  On Ubuntu 20.04, programming in python and by mixing up left/right and
  up/down in matrix operations created an array of size 1x409600 instead
  of 2048x200.

  When I tried to show the data as an image Ubuntu completely crashes.
  Unable to get any form of crash report, only thing I could do was hard
  reset my PC.

  Here is some code that reproduces the problem:

  
  import cv2
  import numpy as np

  cv2.imshow("window name", np.zeros((1, 2048*200)))
  cv2.waitKey()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1937090/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to