termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
12.98k stars 2.98k forks source link

[Bug]: Segmentation Fault in gh #18619

Closed mcagabe19 closed 9 months ago

mcagabe19 commented 9 months ago

Problem description

Screenshot_20231202_192733_VPhoneGaGa

What steps will reproduce the bug?

using armv7 termux

What is the expected behavior?

No response

System information

termux-info:

Termux Variables:
TERMUX_APP_PACKAGE_MANAGER=apt
TERMUX_APP__AM_SOCKET_SERVER_ENABLED=true
TERMUX_APP__APK_PATH=/data/app/com.termux-2/base.apk
TERMUX_APP__APK_RELEASE=GITHUB
TERMUX_APP__FILES_DIR=/data/user/0/com.termux/files
TERMUX_APP__IS_DEBUGGABLE_BUILD=true
TERMUX_APP__IS_INSTALLED_ON_EXTERNAL_STORAGE=false
TERMUX_APP__PACKAGE_MANAGER=apt
TERMUX_APP__PACKAGE_NAME=com.termux
TERMUX_APP__PACKAGE_VARIANT=apt-android-7
TERMUX_APP__PID=12304
TERMUX_APP__SE_FILE_CONTEXT=u:r:untrusted_app:s0:c512,c768
TERMUX_APP__SE_INFO=default
TERMUX_APP__SE_PROCESS_CONTEXT=u:r:untrusted_app:s0:c512,c768
TERMUX_APP__TARGET_SDK=28
TERMUX_APP__UID=10035
TERMUX_APP__USER_ID=0
TERMUX_APP__VERSION_CODE=118
TERMUX_APP__VERSION_NAME=0.118.0+3b5018b
TERMUX_MAIN_PACKAGE_FORMAT=debian
TERMUX_VERSION=0.118.0+3b5018b
Packages CPU architecture:
arm
Subscribed repositories:
# sources.list
deb https://packages-cf.termux.dev/apt/termux-main/ stable main
# tur-repo (sources.list.d/tur.list)
deb https://tur.kcubeterm.com tur-packages tur tur-on-device tur-continuous
# x11-repo (sources.list.d/x11.list)
deb https://packages-cf.termux.dev/apt/termux-x11/ x11 main
Updatable packages:
All packages up to date
termux-tools version:
1.39.5
Android version:
7.1.2
Kernel build information:
Linux localhost 4.14.42-titan #34 SMP PREEMPT Sat Nov 9 17:05:30 CST 2019 armv8l Android
Device manufacturer:
samsung
Device model:
SM-S918B
LD Variables:
LD_LIBRARY_PATH=
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
truboxl commented 9 months ago

gdb or lldb or logcat traces needed

mcagabe19 commented 9 months ago

okay!

mcagabe19 commented 9 months ago

@truboxl here!! Screenshot_20231207_124221_VPhoneGaGa

2096779623 commented 9 months ago

Don't use a virtual machine to run termux.

mcagabe19 commented 9 months ago

Don't use a virtual machine to run termux.

well I was just install termux on VPhoneGaGa due I can't multiple termux. I needed armv7 termux for compile the box86 and I'm helping to @ptitSeb to get box(86/64) working in termux so.. this issue can be closed

2096779623 commented 9 months ago

well I was just install termux on VPhoneGaGa due I can't multiple termux. I needed armv7 termux for compile the box86 and I'm helping to @ptitSeb to get box(86/64) working in termux so.. this issue can be closed

You can use termux-docker instead of the Vphonegaga .

sylirre commented 9 months ago

@2096779623 termux-docker doesn't work on-device.

VPhoneGaGa is application similar to F1VM or VMOS. However neither are true virtual machines and rather are containerized via proot-like solution special version of Android OS. These apps have obscure design, heavy changes to Android app runtime and impossible bugs due to them, so they can't be supported by Termux.