View Issue Details

IDProjectCategoryView StatusLast Update
0000647Cinelerra-GG[All Projects] Bugpublic2023-12-01 18:01
ReporterAndrew-R Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Platformtermux aarch64OSAndroid 11OS Version
Product Version 
Target VersionFixed in Version 
Summary0000647: Audio segfaults on termux
DescriptionI was unable to dig WHY it fails afternearly 3 years.

So, just gdb output for now.
Steps To Reproduce1. Compile cingg for termux aarch64 using blds/termux-dyn.bld

2. run it using cin.sh

3. Load video + audio media.

4. Uncheck direct x11 in playback Preferences.

5. It should play w/o audio.

6. Try to render both audio and video into mp4 (h264/aac).

7. See crash
TagsNo tags attached.

Activities

Andrew-R

Andrew-R

2023-12-01 18:01

reporter   ~0005597

#!/bin/sh

vncserver -kill :1
pulseaudio --exit-idle-time=-1 -D&
rm $PREFIX/usr/tmp/.X1-lock
vncserver :1 -geometry 1280x800 -shmem
export DISPLAY=":1"
export LANG="en_US.UTF-8"
export PULSE_SERVER="127.0.0.1"
#openbox&
xfwm4&

gdb bin/cin

====

actually this. (for debugging, for normal run just leave bin/cin at last line)
Andrew-R

Andrew-R

2023-12-01 17:59

reporter   ~0005596

cin.sh

#!/bin/sh

vncserver -kill :1
pulseaudio --exit-idle-time=-1 -D&
rm $PREFIX/usr/tmp/.X1-lock
vncserver :1 -geometry 1280x800 -shmem
export DISPLAY=":1"
export LANG="en_US.UTF-8"
export PULSE_SERVER="127.0.0.1"
#openbox&
xfwm4&
Andrew-R

Andrew-R

2023-12-01 17:58

reporter  

gdb-audio-segfault-termux.log (12,505 bytes)

Issue History

Date Modified Username Field Change
2023-12-01 17:58 Andrew-R New Issue
2023-12-01 17:58 Andrew-R File Added: gdb-audio-segfault-termux.log
2023-12-01 17:59 Andrew-R Note Added: 0005596
2023-12-01 18:01 Andrew-R Note Added: 0005597