Re: multimedia/mpv debug vo=gpu crash on exit

2021-06-16 Thread srfsh
Sebastien Marie wrote: > I think that torsocks is diverting syscalls with LD_PRELOAD. so > depending how you call it, you might override the LD_PRELOAD setted by > torsocks. > Yeah, that might explain it. Thank you. > the "method" you mentioned isn't a way to resolv the problem. it was a > way

Re: multimedia/mpv debug vo=gpu crash on exit

2021-06-16 Thread srfsh
To ports@openbsd.org wrote: > Sebastien Marie wrote: > > the library to use in LD_PRELOAD will depend of the gpu. on mine > > system, it is radeonsi_dri.so for example. > > > > you could try with LD_DEBUG=1 to see the ld.so activity: > > > > $ LD_DEBUG=1 mpv --vo=gpu file.mp4 > > [...] > >

Re: multimedia/mpv debug vo=gpu crash on exit

2021-06-16 Thread Sebastien Marie
On Wed, Jun 16, 2021 at 07:08:52AM +0300, srfsh wrote: > To ports@openbsd.org wrote: > > Sebastien Marie wrote: > > > the library to use in LD_PRELOAD will depend of the gpu. on mine > > > system, it is radeonsi_dri.so for example. > > > > > > you could try with LD_DEBUG=1 to see the ld.so

Re: multimedia/mpv debug vo=gpu crash on exit

2021-05-05 Thread Anindya Mukherjee
Hi, On Wed, May 05, 2021 at 07:03:44PM +0200, Hiltjo Posthuma wrote: > On Wed, May 05, 2021 at 01:38:06PM +0200, Sebastien Marie wrote: > > On Wed, May 05, 2021 at 12:52:54PM +0200, Hiltjo Posthuma wrote: > > > > > > Hi, > > > > > > I can (still) reproduce this issue. I don't use Iris though. >

Re: multimedia/mpv debug vo=gpu crash on exit

2021-05-05 Thread Hiltjo Posthuma
On Wed, May 05, 2021 at 01:38:06PM +0200, Sebastien Marie wrote: > On Wed, May 05, 2021 at 12:52:54PM +0200, Hiltjo Posthuma wrote: > > > > Hi, > > > > I can (still) reproduce this issue. I don't use Iris though. > > > > Using LD_PRELOAD still crashes for me too. Did you make other changes to

Re: multimedia/mpv debug vo=gpu crash on exit

2021-05-05 Thread Sebastien Marie
On Wed, May 05, 2021 at 12:52:54PM +0200, Hiltjo Posthuma wrote: > > Hi, > > I can (still) reproduce this issue. I don't use Iris though. > > Using LD_PRELOAD still crashes for me too. Did you make other changes to the > mpv code? > the library to use in LD_PRELOAD will depend of the gpu. on

Re: multimedia/mpv debug vo=gpu crash on exit

2021-05-05 Thread Hiltjo Posthuma
On Wed, May 05, 2021 at 01:20:02AM -0700, Anindya Mukherjee wrote: > Hi, > > I have been investigating the crash on exit problem with mpv in ports > with vo=gpu. I think I made a little bit of progress and thought I'd > share my findings. > > The crash (SIGSEGV) happens when thread local

multimedia/mpv debug vo=gpu crash on exit

2021-05-05 Thread Anindya Mukherjee
Hi, I have been investigating the crash on exit problem with mpv in ports with vo=gpu. I think I made a little bit of progress and thought I'd share my findings. The crash (SIGSEGV) happens when thread local destructors are called from /usr/src/lib/libc/thread/rthread_tls.c:182 in