mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3806] with 52.3, there is segmentation fault on centos stream 9 #3027
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#3027
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 @licanli2082 on GitHub (Nov 28, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3806
Bug Description
[root@htali99 frp_0.52.3_freebsd_amd64]# ./frpc -h
Segmentation fault (core dumped)
[root@htali99 frp_0.52.3_freebsd_amd64]# ./frps -h
Segmentation fault (core dumped)
[root@htali99 frp_0.52.3_freebsd_amd64]# lsb_release
bash: lsb_release: command not found
[root@htali99 frp_0.52.3_freebsd_amd64]# uname -ar
Linux htali99 5.14.0-386.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Nov 15 10:38:22 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
[root@htali99 frp_0.52.3_freebsd_amd64]# cat /etc/redhat-release
CentOS Stream release 9
[root@htali99 frp_0.52.3_freebsd_amd64]# virt-what
alibaba_cloud
kvm
dmesg
[ 5959.971864] frps[5562]: segfault at 0 ip 000000000046eea4 sp 00007fffa289bfd0 error 4 in frps[400000+728000] likely on CPU 0 (core 0, socket 0)
[ 5959.971875] Code: 24 10 48 8b 4c 24 08 48 8b 04 24 48 81 c4 70 01 00 00 9d 5d c3 cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 77 08 <48> 8b 3f e9 94 c5 ff ff cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[ 5963.491286] frps[5573]: segfault at 0 ip 000000000046eea4 sp 00007ffc73015060 error 4 in frps[400000+728000] likely on CPU 0 (core 0, socket 0)
[ 5963.491295] Code: 24 10 48 8b 4c 24 08 48 8b 04 24 48 81 c4 70 01 00 00 9d 5d c3 cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 77 08 <48> 8b 3f e9 94 c5 ff ff cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[ 5978.602405] frps[5583]: segfault at 0 ip 000000000046eea4 sp 00007ffd00e4b710 error 4 in frps[400000+728000] likely on CPU 0 (core 0, socket 0)
[ 5978.602414] Code: 24 10 48 8b 4c 24 08 48 8b 04 24 48 81 c4 70 01 00 00 9d 5d c3 cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 77 08 <48> 8b 3f e9 94 c5 ff ff cc cc cc cc cc cc cc cc cc cc cc cc cc cc
frpc Version
0.52.3
frps Version
0.52.3
System Architecture
linux/amd64
Configurations
just frpc -h
and
frps -h
so it does not have anything to do with configuration file.
Logs
No response
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Nov 28, 2023):
https://github.com/fatedier/frp/releases/download/v0.52.3/frp_0.52.3_linux_amd64.tar.gz
@licanli2082 commented on GitHub (Dec 1, 2023):
thank you for your quick response. i'll try that and reply then.
@licanli2082 commented on GitHub (Dec 1, 2023):
it works now, thank you. though i am not a dev staff , i wonder what the cause is?
@xqzr commented on GitHub (Dec 1, 2023):
Centos 是 Linux 发行版,而不是 freebsd
@github-actions[bot] commented on GitHub (Jan 1, 2024):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.