mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #326] 0.10.0 arm 版会报 Illegal instruction #239
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#239
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 @fengqi on GitHub (May 21, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/326
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
Illegal instruction
What operating system and processor architecture are you using (
go env)?armv7l
Steps to reproduce the issue:
Describe the results you received:
output: Illegal instruction
Describe the results you expected:
0.10.0
Additional information you deem important (e.g. issue happens only occasionally):
0.9.3 正常, 另外 arm 0.9.3 查看版本只能使用 --version 使用 -v 会提示 open ./frpc.ini: no such file or directory
Can you point out what caused this issue (optional)
@fatedier commented on GitHub (May 21, 2017):
请按照模版提交问题。
@fatedier commented on GitHub (May 21, 2017):
换了一个系统编译,你可以重新下载运行尝试下,或者自行编译后运行。
@fatedier commented on GitHub (May 21, 2017):
-v 不能正常输出的错误之后会修复。
@fengqi commented on GitHub (May 22, 2017):
运行正常了, -v 也正常了