mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4199] From v0.55.0 to 0.57.0, linux_arm arch won't work and shows illegal instruction when its start #3309
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3309
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gbh19930406 on GitHub (May 4, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4199
Bug Description
From v0.55.0 to 0.57.0, linux_arm arch won't work and shows illegal instruction when its start
frpc Version
0.55.1-0.57.0
frps Version
0.55.1-0.57.0
System Architecture
linux/arm
Configurations
EXAMPLES OF INI FORMAT
FRPS AS BELOW
[common]
bind_addr = 0.0.0.0
bind_port = 7000
dashboard_port = 7500
dashboard_user = xxx
dashboard_pwd = xxxxxxxx
[#] dashboard_tls_mode = true
[#] dashboard_tls_cert_file =
[#] dashboard_tls_key_file =
subdomain_host = x.y.z
vhost_http_port = 80
vhost_https_port = 443
log_file = /dev/null
log_level = error
log_max_days = 1
token = xxxxxxxx
allow_ports = 8081, 10000-65535
max_pool_count = 200
tcp_mux = true
tcpmux_httpconnect_port = 1337
tcpmux_passthrough = false
max_ports_per_client = 6
tls_only = true
[#] tls_cert_file =
[#] tls_key_file =
[# ]tls_trusted_ca_file =
enable_prometheus = true
custom_404_page = /jffs/404.html
FRPC AS BELOW
[common]
server_addr = x.y.z
server_port = 7000
login_fail_exit = false
pool_count = 0
protocol = tcp
tcp_mux = true
tls_enable = true
[#] tls_cert_file =
[# ]tls_key_file =
[#] tls_trusted_ca_file =
admin_addr = 127.0.0.1
admin_port = 7400
admin_user = xxx
admin_pwd = xxxxxxxx
user = xxx
token = xxxxxxxx
authentication_timeout = 0
heartbeat_interval = 30
heartbeat_timeout = 90
dns_server = 8.8.8.8
start = proxya,proxyb
[proxya]
type = http
local_ip = 127.0.0.1
local_port = 7400
subdomain = frpc
use_compression = true
use_encryption = true
http_user = xxx
http_pwd = xxxxxxxx
[proxyb]
type = http
local_ip = 127.0.0.1
local_port = 80
subdomain = web
use_compression = true
use_encryption = true
http_user = xxx
http_pwd = xxxxxxxx
Logs
illegal instruction
Steps to reproduce
...
Affected area
@kingwilliam commented on GitHub (May 4, 2024):
try to change config file to toml format
@gbh19930406 commented on GitHub (May 5, 2024):
However, arm64 arch using this ini format works well in version 0.57.0. And arm arch using this ini format works well in version 0.54.0.
@gbh19930406 commented on GitHub (May 8, 2024):
Since version 0.58.0 released, arm arch and armhf arch are separated, the problem has resolved.