mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4123] 在windows server 2008 r2中运行出错 #3253
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#3253
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 @nokiatubo on GitHub (Apr 2, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4123
Bug Description
D:\frp\frp_0.56.0_windows_amd64>frps.exe -c frpss.toml
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0
runtime.asmstdcall(0x22fcf8)
runtime/sys_windows_amd64.s:75 +0x7a fp=0x22fc80 sp=0x22fc60 pc=0x47adba
rax 0x0
rbx 0x1599c18
rcx 0x1621ea8
rdx 0x20
rdi 0x7fffffdd000
rsi 0x22fe78
rbp 0x22fdc0
rsp 0x22fc58
r8 0x0
r9 0x22fee8
r10 0x169a2e8
r11 0xc000004000
r12 0x22fec8
r13 0x0
r14 0x1598c00
r15 0x3
rip 0x0
rflags 0x10293
cs 0x33
fs 0x53
gs 0x2b
frpc Version
frp_0.56.0_windows_amd64
frps Version
frp_0.56.0_windows_amd64
System Architecture
windows/amd64
Configurations
[common]
bind_addr = 1.1.1.1
bind_port = 7001
dashboard_port = 7501
dashboard_user = admin
dashboard_pwd = 123456
vhost_http_port = 10080
vhost_https_port = 10443
token = 123456
log_file = ./frps.log
log_level = info
log_max_days = 30
authentication_timeout = 0
subdomain_host = 1.1.1.1
Logs
No response
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Apr 2, 2024):
Dup #4122
#4090