You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pure-ftpd works fine on my Android 10 pad, but doesn't work properly on Samsung S24 phone(Android 14)
After the pure-ftpd is installed, I try to upload or download files, but the server corrupted, then the file size is just 0.
the log is followed(using logcat -d):
10-21 11:18:19.940 24132 24132 I scudo : Scudo ERROR: internal map failure (NO MEMORY) requesting 516KB
--------- beginning of crash
10-21 11:18:19.941 24132 24132 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24132 (pure-ftpd), pid 24132 (pure-ftpd)
10-21 11:18:19.988 24134 24134 I scudo : Scudo ERROR: internal map failure (NO MEMORY) requesting 1028KB
10-21 11:18:19.988 24134 24134 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24134 (crash_dump64), pid 24134 (crash_dump64)
10-21 11:18:19.992 24136 24136 F libc : failed to exec crash_dump helper: Permission denied
10-21 11:18:19.994 24134 24134 F libc : crash_dump helper failed to exec, or was killed
10-21 11:18:19.994 24134 24134 F libc : failed to wait for crash_dump helper: No child processes
10-21 11:18:19.995 24132 24132 F libc : crash_dump helper failed to exec, or was killed
10-21 11:18:19.995 24132 24132 F libc : crash_dump helper crashed or stopped
10-21 11:18:25.634 24137 24137 I scudo : Scudo ERROR: internal map failure (NO MEMORY) requesting 516KB
10-21 11:18:25.635 24137 24137 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24137 (pure-ftpd), pid 24137 (pure-ftpd)
10-21 11:18:25.649 24139 24139 I scudo : Scudo ERROR: internal map failure (NO MEMORY) requesting 1028KB
10-21 11:18:25.650 24139 24139 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24139 (crash_dump64), pid 24139 (crash_dump64)
10-21 11:18:25.651 24141 24141 F libc : failed to exec crash_dump helper: Permission denied
10-21 11:18:25.651 24139 24139 F libc : crash_dump helper failed to exec, or was killed
10-21 11:18:25.652 24139 24139 F libc : failed to wait for crash_dump helper: No child processes
10-21 11:18:25.652 24137 24137 F libc : crash_dump helper failed to exec, or was killed
10-21 11:18:25.652 24137 24137 F libc : crash_dump helper crashed or stopped
10-21 11:18:27.170 24142 24142 I scudo : Scudo ERROR: internal map failure (NO MEMORY) requesting 516KB
10-21 11:18:27.170 24142 24142 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24142 (pure-ftpd), pid 24142 (pure-ftpd)
10-21 11:18:27.189 24144 24144 I scudo : Scudo ERROR: internal map failure (NO MEMORY) requesting 1028KB
10-21 11:18:27.189 24144 24144 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24144 (crash_dump64), pid 24144 (crash_dump64)
10-21 11:18:27.192 24146 24146 F libc : failed to exec crash_dump helper: Permission denied
10-21 11:18:27.193 24144 24144 F libc : crash_dump helper failed to exec, or was killed
10-21 11:18:27.193 24144 24144 F libc : failed to wait for crash_dump helper: No child processes
10-21 11:18:27.194 24142 24142 F libc : crash_dump helper failed to exec, or was killed
10-21 11:18:27.194 24142 24142 F libc : crash_dump helper crashed or stopped
What steps will reproduce the bug?
pkg install pure-ftpd
modify the pure-ftpd.conf, change the port to 8021.
run pure-ftpd $PREFIX/etc/pure-ftpd.conf.
upload a file using a FTP client.
after meeting with the uploading error, use "logcat- d" to get the log.
What is the expected behavior?
pure-ftpd works on my Android 10 pad, it should also work fine on my Android 14 phone(Samsung S24).
System information
Termux Variables:
TERMUX_APK_RELEASE=GITHUB
TERMUX_APP_PACKAGE_MANAGER=apt
TERMUX_APP_PID=17003
TERMUX_IS_DEBUGGABLE_BUILD=1
TERMUX_MAIN_PACKAGE_FORMAT=debian
TERMUX_VERSION=0.118.1
TERMUX__USER_ID=0
Packages CPU architecture:
aarch64
Subscribed repositories:
# sources.list
deb https://mirrors.aliyun.com/termux/termux-main stable main
Updatable packages:
All packages up to date
termux-tools version:
1.44.1
Android version:
14
Kernel build information:
Linux localhost 6.1.25-android14-11-1410881-abS9280ZCU1AWM9 #1 SMP PREEMPT Thu Dec 28 06:45:57 UTC 2023 aarch64 Android
Device manufacturer:
samsung
Device model:
SM-S9280
LD Variables:
LD_LIBRARY_PATH=
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
The text was updated successfully, but these errors were encountered:
Problem description
pure-ftpd works fine on my Android 10 pad, but doesn't work properly on Samsung S24 phone(Android 14)
After the pure-ftpd is installed, I try to upload or download files, but the server corrupted, then the file size is just 0.
the log is followed(using logcat -d):
10-21 11:18:19.940 24132 24132 I scudo : Scudo ERROR: internal map failure (NO MEMORY) requesting 516KB
--------- beginning of crash
10-21 11:18:19.941 24132 24132 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24132 (pure-ftpd), pid 24132 (pure-ftpd)
10-21 11:18:19.988 24134 24134 I scudo : Scudo ERROR: internal map failure (NO MEMORY) requesting 1028KB
10-21 11:18:19.988 24134 24134 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24134 (crash_dump64), pid 24134 (crash_dump64)
10-21 11:18:19.992 24136 24136 F libc : failed to exec crash_dump helper: Permission denied
10-21 11:18:19.994 24134 24134 F libc : crash_dump helper failed to exec, or was killed
10-21 11:18:19.994 24134 24134 F libc : failed to wait for crash_dump helper: No child processes
10-21 11:18:19.995 24132 24132 F libc : crash_dump helper failed to exec, or was killed
10-21 11:18:19.995 24132 24132 F libc : crash_dump helper crashed or stopped
10-21 11:18:25.634 24137 24137 I scudo : Scudo ERROR: internal map failure (NO MEMORY) requesting 516KB
10-21 11:18:25.635 24137 24137 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24137 (pure-ftpd), pid 24137 (pure-ftpd)
10-21 11:18:25.649 24139 24139 I scudo : Scudo ERROR: internal map failure (NO MEMORY) requesting 1028KB
10-21 11:18:25.650 24139 24139 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24139 (crash_dump64), pid 24139 (crash_dump64)
10-21 11:18:25.651 24141 24141 F libc : failed to exec crash_dump helper: Permission denied
10-21 11:18:25.651 24139 24139 F libc : crash_dump helper failed to exec, or was killed
10-21 11:18:25.652 24139 24139 F libc : failed to wait for crash_dump helper: No child processes
10-21 11:18:25.652 24137 24137 F libc : crash_dump helper failed to exec, or was killed
10-21 11:18:25.652 24137 24137 F libc : crash_dump helper crashed or stopped
10-21 11:18:27.170 24142 24142 I scudo : Scudo ERROR: internal map failure (NO MEMORY) requesting 516KB
10-21 11:18:27.170 24142 24142 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24142 (pure-ftpd), pid 24142 (pure-ftpd)
10-21 11:18:27.189 24144 24144 I scudo : Scudo ERROR: internal map failure (NO MEMORY) requesting 1028KB
10-21 11:18:27.189 24144 24144 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24144 (crash_dump64), pid 24144 (crash_dump64)
10-21 11:18:27.192 24146 24146 F libc : failed to exec crash_dump helper: Permission denied
10-21 11:18:27.193 24144 24144 F libc : crash_dump helper failed to exec, or was killed
10-21 11:18:27.193 24144 24144 F libc : failed to wait for crash_dump helper: No child processes
10-21 11:18:27.194 24142 24142 F libc : crash_dump helper failed to exec, or was killed
10-21 11:18:27.194 24142 24142 F libc : crash_dump helper crashed or stopped
What steps will reproduce the bug?
What is the expected behavior?
pure-ftpd works on my Android 10 pad, it should also work fine on my Android 14 phone(Samsung S24).
System information
The text was updated successfully, but these errors were encountered: