[GH-ISSUE #4288] frps运行报错,这个是什么意思? #3384

Closed
opened 2026-05-05 14:10:46 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @xinoer on GitHub (Jun 19, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4288

Bug Description

E:\frp_0.58.0_windows_amd64>frps.exe -c frps.toml
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0

runtime.asmstdcall(0x22fcf8)
runtime/sys_windows_amd64.s:75 +0x7a fp=0x22fc80 sp=0x22fc60 pc=0x47acda

rax 0x0
rbx 0x1573e58
rcx 0x15fc0a8
rdx 0x20
rdi 0x7fffffde000
rsi 0x22fe78
rbp 0x22fdc0
rsp 0x22fc58
r8 0x0
r9 0x22fee8
r10 0x167a2e8
r11 0xc000004000
r12 0x22fec8
r13 0x0
r14 0x1572e40
r15 0x3
rip 0x0
rflags 0x10293
cs 0x33
fs 0x53
gs 0x2b

frpc Version

frp_0.58.0_windows_amd64

frps Version

frp_0.58.0_windows_amd64

System Architecture

windows server 2008

Configurations

[common]
bind_port = 12345
auth.token = "123456"

log_file = ./frps.log
log_level = info
log_max_days = 3

authentication_timeout = 0
vhostHTTPSPort = 443
subdomain_host = test.domain.com

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @xinoer on GitHub (Jun 19, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4288 ### Bug Description E:\frp_0.58.0_windows_amd64>frps.exe -c frps.toml Exception 0xc0000005 0x8 0x0 0x0 PC=0x0 runtime.asmstdcall(0x22fcf8) runtime/sys_windows_amd64.s:75 +0x7a fp=0x22fc80 sp=0x22fc60 pc=0x47acda rax 0x0 rbx 0x1573e58 rcx 0x15fc0a8 rdx 0x20 rdi 0x7fffffde000 rsi 0x22fe78 rbp 0x22fdc0 rsp 0x22fc58 r8 0x0 r9 0x22fee8 r10 0x167a2e8 r11 0xc000004000 r12 0x22fec8 r13 0x0 r14 0x1572e40 r15 0x3 rip 0x0 rflags 0x10293 cs 0x33 fs 0x53 gs 0x2b ### frpc Version frp_0.58.0_windows_amd64 ### frps Version frp_0.58.0_windows_amd64 ### System Architecture windows server 2008 ### Configurations [common] bind_port = 12345 auth.token = "123456" log_file = ./frps.log log_level = info log_max_days = 3 authentication_timeout = 0 vhostHTTPSPort = 443 subdomain_host = test.domain.com ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@xqzr commented on GitHub (Jun 29, 2024):

#4172 #4266

<!-- gh-comment-id:2198038569 --> @xqzr commented on GitHub (Jun 29, 2024): #4172 #4266
Author
Owner

@banggua commented on GitHub (Aug 23, 2024):

https://go.dev/doc/go1.20#windows
Go 1.20 is the last release that will run on any release of Windows 7, 8, Server 2008 and Server 2012. Go 1.21 will require at least Windows 10 or Server 2016.

在 Windows 7、8、Server 2008 和 Server 2012 上运行请使用 Go 1.20 编译。

<!-- gh-comment-id:2306205397 --> @banggua commented on GitHub (Aug 23, 2024): https://go.dev/doc/go1.20#windows Go 1.20 is the last release that will run on any release of Windows 7, 8, Server 2008 and Server 2012. Go 1.21 will require at least Windows 10 or Server 2016. 在 Windows 7、8、Server 2008 和 Server 2012 上运行请使用 Go 1.20 编译。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3384
No description provided.