View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000647 | Cinelerra-GG | [All Projects] Bug | public | 2023-12-01 17:58 | 2023-12-01 18:01 |
Reporter | Andrew-R | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | termux aarch64 | OS | Android 11 | OS Version | |
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000647: Audio segfaults on termux | ||||
Description | I was unable to dig WHY it fails afternearly 3 years. So, just gdb output for now. | ||||
Steps To Reproduce | 1. 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 | ||||
Tags | No tags attached. | ||||
#!/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) |
|
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& |
|
gdb-audio-segfault-termux.log (12,505 bytes) |
|