umlaeute / Gem

Graphics Environment for Multimedia (official repository)
https://gem.iem.at
Other
103 stars 30 forks source link

[text3d] freezes pd on Linux #191

Closed mxa closed 11 months ago

mxa commented 6 years ago

GEM: Graphics Environment for Multimedia GEM: ver: 0.93.3 GEM: compiled on 2018/02/01 at 21:58:19 UTC

attached patch freezes pd (Pd 0.48.1 or .2) after closing the gemwin.

crashtest.pd.txt

umlaeute commented 6 years ago

unreproducible (with the stock Debian/unstable package (1:0.93.3-16), which has the same version but has been compiled later).

what's your distribution, kernel, graphics-card (+driver)

mxa commented 6 years ago

ubuntu 18.04.1 LTS 4.17.13-041713-lowlatency VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Subsystem: Lenovo 4th Gen Core Processor Integrated Graphics Controller [17aa:502a] Kernel driver in use: i915

(haven't managed to get the nvidia running since moving from mint to ubuntu)

mxa commented 6 years ago

Installed NVIDIA prorietary drivers 390 and it seems to work as expected now. Patches without the [text3d] are running fine with nouveau or the intel card though.

mxa commented 6 years ago

I now have nvidia-390 but still the freezing. Trying to see if this also occurs on a newer compiled GEM.

umlaeute commented 6 years ago

tried with my new GTX-1080, using both nouveau and nvidia (390.87-2; as provided by Debian) and everything works as expected (using both self-compiled Gem-0.93.git3550ede3 and Debian's Gem-0.93.3-16)

umlaeute commented 6 years ago

note: that i'm using a stock-kernel (4.18.0-1-amd64) and XFce4 as my window-manager without any compositing effects.

UPDATE: i've enabled compositing but it still works (with the nvidia drivers)

mxa commented 6 years ago

Just tested it with Gem from Git and it works there.

mxa commented 5 years ago

My assessment was wrong that it has to do with compiling Gem from Git. Actually I fixed my driver for NVIDIA at the same time. So this bug is there when using the intel card, but not there when using NVIDIA. Wether you use the repository or git version of Gem doesn't matter.

claudeha commented 5 years ago

Can't reproduce on Debian Buster with amdgpu driver and gemglxwindow:

GEM: ver: 0.94.git v0.94_pre1-145-ge879bff2
mxa commented 5 years ago

I assume it only affects intel GPUs, not NVIDIA or amd

umlaeute commented 5 years ago

btw, I'm using an intel card (on my laptop), and don't have any issues either:

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02) (prog-if 00 [VGA controller])
    Subsystem: Lenovo HD Graphics 620
    Kernel driver in use: i915
    Kernel modules: i915
mxa commented 5 years ago

I might install buster next week so I can test it there. You haven't replied to my question on the list what the recommended install method for the Gem pre-release is for Cosmic users...

umlaeute commented 11 months ago

i've tested again, with:

on the two Debian machines, i've tested with Gem from the Debian repository (0.94-8+b2) and a recent snapshot (v0.94-726-ge49b7724e); on the macOS box i've tested with a recent snapshot (v0.94-727-g4afc5c70b)

I don't see a problem with your crashpatch on any of these systems. i'm therefore closing this as "unreproducible"