Discussion:
segmentation fault
(too old to reply)
pinnerite
2022-07-21 18:57:37 UTC
Permalink
Within the last week, all of my video programs (mythtv, kaffeine, vlc) ceased to work.

The last two report a segmentation fault.

memtest86 was run from liveDVD but reported no memory faults.

running all three from a terminal returned various messages:

vlc

libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so
libva info: Found init function __vaDriverInit_1_7
libva info: va_openDriver() returns 0
[00007fbe5cc0e440] avcodec decoder: Using Mesa Gallium driver 21.2.6 for AMD RV710 (DRM 2.50.0 / 5.4.0-110-generic, LLVM 12.0.0) for hardware decoding
Segmentation fault (core dumped)

kaffeine

[00007f220c033450] main decoder error: buffer deadlock prevented
libva info: VA-API version 1.7.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so
libva info: Found init function __vaDriverInit_1_7
libva info: va_openDriver() returns 0
[00007f21fc002cf0] glconv_vaapi_x11 gl error: vaDeriveImage: operation failed
[00007f2238016410] main video output error: video output creation failed
[00007f220c033450] main decoder error: failed to create video output
[00007f220c033450] avcodec decoder: Using G3DVL VDPAU Driver Shared Library version 1.0 for hardware decoding
Segmentation fault (core dumped)

mythtv

2022-07-21 19:14:31.962224 E RingBuf(/home/mythtv/LiveTV/10060_20220721181400.ts): Took more than 30 seconds to be allowed to read, aborting.
2022-07-21 19:14:31.962254 W RingBuf(/home/mythtv/LiveTV/10060_20220721181400.ts): Peek() requested 2048 bytes, but only returning 0
2022-07-21 19:14:31.962290 E Player(0): OpenFile(): Could not read first 2048 bytes of '/home/mythtv/LiveTV/10060_20220721181400.ts'
2022-07-21 19:14:31.962341 E Player(0): Error opening jump programme file
2022-07-21 19:14:31.962355 E Player(0): JumpToProgram failed.
2022-07-21 19:14:31.962381 E Player(0): Unknown recorder error, exiting decoder
[freemheg] WARN Launch not found //a
[freemheg] WARN Launch not found //startup

2022-07-21 19:14:55.145972 I Running HouseKeeperTask 'HardwareProfiler'.
2022-07-21 19:14:55.151045 I HouseKeeperTask 'HardwareProfiler' Failed.

I cannot find a common feature!

Can someone give me a push please.

Alan
--
Mint 20.3, kernel 5.4.0-122-generic, Cinnamon 5.2.7
running on an AMD Phenom II X4 Black edition processor with 16GB of DRAM.
Bit Twister
2022-07-21 19:07:38 UTC
Permalink
Post by pinnerite
Within the last week, all of my video programs (mythtv, kaffeine, vlc) ceased to work.
Too bad you are not running Mageia 8 distribution. I see none of those
problems.

$ mythfrontend -v
"Display: Requesting EGL for 'Mesa Project, 1.5'"
Qt version: compile: 5.15.2, runtime: 5.15.2
Mageia 8 (x86_64)
Listening on TCP 0.0.0.0:5100
Failed listening on TCP [::]:5100 - Error 10: Protocol type not supported
Failed to open VDPAU backend libvdpau_r600.so: cannot open shared object file: N
David W. Hodgins
2022-07-21 19:55:25 UTC
Permalink
Post by pinnerite
Within the last week, all of my video programs (mythtv, kaffeine, vlc) ceased to work.
The last two report a segmentation fault.
memtest86 was run from liveDVD but reported no memory faults.
vlc
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so
libva info: Found init function __vaDriverInit_1_7
libva info: va_openDriver() returns 0
[00007fbe5cc0e440] avcodec decoder: Using Mesa Gallium driver 21.2.6 for AMD RV710 (DRM 2.50.0 / 5.4.0-110-generic, LLVM 12.0.0) for hardware decoding
Segmentation fault (core dumped)
You should specify which distribution you're using and limit the newsgroup to
the one for that distribution.

In Mageia 8, r600_drv_video.so is /usr/lib64/dri/r600_drv_video.so from the
package lib64dri-drivers-21.3.9-1.mga8

$ vlc &
[1] 52041
[***@x3 ~]$ VLC media player 3.0.17.3 Vetinari (revision 3.0.17.3-0-8e19ecd05497)
[0000000000f4b670] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
ATTENTION: default value of option vblank_mode overridden by environment.
[0000000000feac00] main playlist: playlist is empty

It's working normally here.

Regards, Dave Hodgins
Paul
2022-07-21 20:54:36 UTC
Permalink
Post by pinnerite
Within the last week, all of my video programs (mythtv, kaffeine, vlc) ceased to work.
The last two report a segmentation fault.
memtest86 was run from liveDVD but reported no memory faults.
vlc
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so
libva info: Found init function __vaDriverInit_1_7
libva info: va_openDriver() returns 0
[00007fbe5cc0e440] avcodec decoder: Using Mesa Gallium driver 21.2.6 for AMD RV710 (DRM 2.50.0 / 5.4.0-110-generic, LLVM 12.0.0) for hardware decoding
Segmentation fault (core dumped)
kaffeine
[00007f220c033450] main decoder error: buffer deadlock prevented
libva info: VA-API version 1.7.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so
libva info: Found init function __vaDriverInit_1_7
libva info: va_openDriver() returns 0
[00007f21fc002cf0] glconv_vaapi_x11 gl error: vaDeriveImage: operation failed
[00007f2238016410] main video output error: video output creation failed
[00007f220c033450] main decoder error: failed to create video output
[00007f220c033450] avcodec decoder: Using G3DVL VDPAU Driver Shared Library version 1.0 for hardware decoding
Segmentation fault (core dumped)
mythtv
2022-07-21 19:14:31.962224 E RingBuf(/home/mythtv/LiveTV/10060_20220721181400.ts): Took more than 30 seconds to be allowed to read, aborting.
2022-07-21 19:14:31.962254 W RingBuf(/home/mythtv/LiveTV/10060_20220721181400.ts): Peek() requested 2048 bytes, but only returning 0
2022-07-21 19:14:31.962290 E Player(0): OpenFile(): Could not read first 2048 bytes of '/home/mythtv/LiveTV/10060_20220721181400.ts'
2022-07-21 19:14:31.962341 E Player(0): Error opening jump programme file
2022-07-21 19:14:31.962355 E Player(0): JumpToProgram failed.
2022-07-21 19:14:31.962381 E Player(0): Unknown recorder error, exiting decoder
[freemheg] WARN Launch not found //a
[freemheg] WARN Launch not found //startup
2022-07-21 19:14:55.145972 I Running HouseKeeperTask 'HardwareProfiler'.
2022-07-21 19:14:55.151045 I HouseKeeperTask 'HardwareProfiler' Failed.
I cannot find a common feature!
Can someone give me a push please.
Alan
Could be video driver. But a different version was used here.

https://www.reddit.com/r/voidlinux/comments/u39p59/kodi_crash_segmentation_fault_core_dumped/

https://bbs.archlinux.org/viewtopic.php?id=275053

"I have now tried after turning OFF hardware acceleration, and the DVD plays"

https://old.calculate-linux.org/issues/1092

"ERROR: Caught a segmentation fault while loading plugin file:
/usr/lib64/gstreamer-1.0/libgstvaapi.so"

So it could be the R600 driver, it could be something vaapi related.
Since the problem "survives" the usage of a different R600 driver
version, maybe the problem isn't exactly the R600 report.
The root cause could be the "caller" to the R600. As something VAAPI
is in the process of loading.

*******

If attempting to buy another brand of video card, check
carefully that it has the hardware accelerated decode and encode
you expect to be there. At least one cheap card for sale, is
missing a logic block for that.

*******

https://www.mythtv.org/wiki/VAAPI

Check to see if newly installed software is working by running

vainfo

Which should also potentially crash right now,
as soon as "vainfo" tries to reach that decoder stack.

Paul
Vincent Coen
2022-07-22 00:49:45 UTC
Permalink
Hello pinnerite!

Thursday July 21 2022 19:57, pinnerite wrote to All:

Have you had a update for libc over the last week or two ?

There was one for MGA v8.

If you you will need to reload the system (reboot).

V.
Post by pinnerite
Within the last week, all of my video programs (mythtv, kaffeine, vlc) ceased to work.
The last two report a segmentation fault.
memtest86 was run from liveDVD but reported no memory faults.
vlc
Vincent
faeychild
2022-07-23 23:35:07 UTC
Permalink
Post by pinnerite
I cannot find a common feature!
Can someone give me a push please.
Alan
Do you get the same results with your junk user?
--
faeychild
Running plasmashell 5.20.4 on 5.15.55-desktop-2.mga8 kernel.
Mageia release 8 (Official) for x86_64 installed via Mageia-8-x86_64-DVD.iso
pinnerite
2022-07-24 06:24:32 UTC
Permalink
On Thu, 21 Jul 2022 19:57:37 +0100
pinnerite <***@gmail.com> wrote:


/*> Within the last week, all of my video programs (mythtv, kaffeine, vlc) ceased to work.
Post by pinnerite
The last two report a segmentation fault.
*/

I later discovered that my /home partition had become full.
That may have been the reason for the "segmentation fault".

Sorry to have bothered you.

Alan
--
Mint 20.3, kernel 5.4.0-122-generic, Cinnamon 5.2.7
running on an AMD Phenom II X4 Black edition processor with 16GB of DRAM.
Loading...