Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: pure-ftpd cannot transfer files correctly on Android 14. #21916

Open
cmhk163 opened this issue Oct 21, 2024 · 0 comments
Open

[Bug]: pure-ftpd cannot transfer files correctly on Android 14. #21916

cmhk163 opened this issue Oct 21, 2024 · 0 comments
Labels
bug report Something is not working properly untriaged

Comments

@cmhk163
Copy link

cmhk163 commented Oct 21, 2024

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?

  1. pkg install pure-ftpd
  2. modify the pure-ftpd.conf, change the port to 8021.
  3. run pure-ftpd $PREFIX/etc/pure-ftpd.conf.
  4. upload a file using a FTP client.
  5. 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
@cmhk163 cmhk163 added bug report Something is not working properly untriaged labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something is not working properly untriaged
Projects
None yet
Development

No branches or pull requests

1 participant