Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Kodi Crash - Segmentation fault (core dumped)
@ 2022-04-14 10:38 anarchomoh
  2022-04-14 10:52 ` wael444
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: anarchomoh @ 2022-04-14 10:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1238 bytes --]

New issue by anarchomoh on void-packages repository

https://github.com/void-linux/void-packages/issues/36688

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
Void 5.15.32_1 x86_64 GenuineIntel uptodate rrrrrmmdnFFFFFFF

* package:  
kodi-19.4_1

### Expected behavior
Play media content normally

### Actual behavior
Crashes with below error:

libva info: VA-API version 1.14.0
libva info: Trying to open /usr/lib64/dri/r600_drv_video.so
libva info: Found init function __vaDriverInit_1_13
libva info: va_openDriver() returns 0
Segmentation fault (core dumped)

### Steps to reproduce the behavior
Enter any installed Addonn of Kodi

Flatpak Kodi works with the below output on the same system:
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/intel-vaapi-driver/r600_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/GL/lib/dri/r600_drv_video.so
libva info: Found init function __vaDriverInit_1_12
libva info: va_openDriver() returns 0



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Kodi Crash - Segmentation fault (core dumped)
  2022-04-14 10:38 [ISSUE] Kodi Crash - Segmentation fault (core dumped) anarchomoh
@ 2022-04-14 10:52 ` wael444
  2022-04-14 10:52 ` wael444
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: wael444 @ 2022-04-14 10:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/issues/36688#issuecomment-1099062632

Comment:
when playing a video, it works i think.
```
ephemera ~ $ xbps-query -p pkgver kodi
kodi-19.4_1
ephemera ~ $ kodi
libva info: VA-API version 1.14.0
libva info: Trying to open /usr/lib64/dri/nvidia_drv_video.so
libva info: va_openDriver() returns -1
```
i played a video through the Movies tab.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Kodi Crash - Segmentation fault (core dumped)
  2022-04-14 10:38 [ISSUE] Kodi Crash - Segmentation fault (core dumped) anarchomoh
  2022-04-14 10:52 ` wael444
@ 2022-04-14 10:52 ` wael444
  2022-04-14 10:57 ` anarchomoh
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: wael444 @ 2022-04-14 10:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 542 bytes --]

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/issues/36688#issuecomment-1099062632

Comment:
when playing a video, it works i think.
```
ephemera ~ $ xbps-query -p pkgver kodi
kodi-19.4_1
ephemera ~ $ kodi
libva info: VA-API version 1.14.0
libva info: Trying to open /usr/lib64/dri/nvidia_drv_video.so
libva info: va_openDriver() returns -1
```
i played a video through the Movies tab.

Have you installed your graphics drivers and its dependencies? such as libva and drm etc etc?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Kodi Crash - Segmentation fault (core dumped)
  2022-04-14 10:38 [ISSUE] Kodi Crash - Segmentation fault (core dumped) anarchomoh
  2022-04-14 10:52 ` wael444
  2022-04-14 10:52 ` wael444
@ 2022-04-14 10:57 ` anarchomoh
  2022-05-01 20:02 ` Anachron
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: anarchomoh @ 2022-04-14 10:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

New comment by anarchomoh on void-packages repository

https://github.com/void-linux/void-packages/issues/36688#issuecomment-1099066075

Comment:
Hi Wael

Yes, drivers are all installed and Kodi works when I run the Flatpak version. Must be a drivers issue though because yours is a Nvidia card and works normally.  Mine is a ATI Radeon card.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Kodi Crash - Segmentation fault (core dumped)
  2022-04-14 10:38 [ISSUE] Kodi Crash - Segmentation fault (core dumped) anarchomoh
                   ` (2 preceding siblings ...)
  2022-04-14 10:57 ` anarchomoh
@ 2022-05-01 20:02 ` Anachron
  2022-05-06  4:13 ` anarchomoh
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Anachron @ 2022-05-01 20:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/36688#issuecomment-1114322731

Comment:
I receive this message as well but no crash.

Can you maybe `strace` kodi? 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Kodi Crash - Segmentation fault (core dumped)
  2022-04-14 10:38 [ISSUE] Kodi Crash - Segmentation fault (core dumped) anarchomoh
                   ` (3 preceding siblings ...)
  2022-05-01 20:02 ` Anachron
@ 2022-05-06  4:13 ` anarchomoh
  2022-08-07  2:14 ` github-actions
  2022-08-21  2:16 ` [ISSUE] [CLOSED] " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: anarchomoh @ 2022-05-06  4:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

New comment by anarchomoh on void-packages repository

https://github.com/void-linux/void-packages/issues/36688#issuecomment-1119244531

Comment:
Thanks Anachron, attached
[strace.txt](https://github.com/void-linux/void-packages/files/8637474/strace.txt)



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Kodi Crash - Segmentation fault (core dumped)
  2022-04-14 10:38 [ISSUE] Kodi Crash - Segmentation fault (core dumped) anarchomoh
                   ` (4 preceding siblings ...)
  2022-05-06  4:13 ` anarchomoh
@ 2022-08-07  2:14 ` github-actions
  2022-08-21  2:16 ` [ISSUE] [CLOSED] " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-08-07  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/36688#issuecomment-1207315986

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ISSUE] [CLOSED] Kodi Crash - Segmentation fault (core dumped)
  2022-04-14 10:38 [ISSUE] Kodi Crash - Segmentation fault (core dumped) anarchomoh
                   ` (5 preceding siblings ...)
  2022-08-07  2:14 ` github-actions
@ 2022-08-21  2:16 ` github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-08-21  2:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1241 bytes --]

Closed issue by anarchomoh on void-packages repository

https://github.com/void-linux/void-packages/issues/36688

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
Void 5.15.32_1 x86_64 GenuineIntel uptodate rrrrrmmdnFFFFFFF

* package:  
kodi-19.4_1

### Expected behavior
Play media content normally

### Actual behavior
Crashes with below error:

libva info: VA-API version 1.14.0
libva info: Trying to open /usr/lib64/dri/r600_drv_video.so
libva info: Found init function __vaDriverInit_1_13
libva info: va_openDriver() returns 0
Segmentation fault (core dumped)

### Steps to reproduce the behavior
Enter any installed Addonn of Kodi

Flatpak Kodi works with the below output on the same system:
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/intel-vaapi-driver/r600_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/GL/lib/dri/r600_drv_video.so
libva info: Found init function __vaDriverInit_1_12
libva info: va_openDriver() returns 0



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-08-21  2:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14 10:38 [ISSUE] Kodi Crash - Segmentation fault (core dumped) anarchomoh
2022-04-14 10:52 ` wael444
2022-04-14 10:52 ` wael444
2022-04-14 10:57 ` anarchomoh
2022-05-01 20:02 ` Anachron
2022-05-06  4:13 ` anarchomoh
2022-08-07  2:14 ` github-actions
2022-08-21  2:16 ` [ISSUE] [CLOSED] " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).