Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gupax 1.3.9 crashes every day/night unceremoniously #99

Open
DaddySharkLOLseas opened this issue Aug 18, 2024 · 3 comments
Open

Gupax 1.3.9 crashes every day/night unceremoniously #99

DaddySharkLOLseas opened this issue Aug 18, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@DaddySharkLOLseas
Copy link

OS & Version:

e.g: GNU/Linux Debian 12 "Bookworm", Gupax v1.3.9

Bug

What is the bug?

Steps

Steps to reproduce the behavior:

  1. Run Gupax v1.3.9 (P2Pool and XMRig with root)
  2. Check back next day/evening (or less)
  3. See Gupax has stopped runnnig, no error pop-up box

Screenshots

If possible, add screenshots to help explain the bug.

Crash report

If Gupax is crashing, you may have a file here:

  • Windows: C:\Users\YOUR_USER_NAME\AppData\Roaming\Gupax\crash.txt
  • macOS: /Users/YOUR_USER_NAME/Library/Application Support/Gupax/crash.txt
  • Linux: /home/YOUR_USER_NAME/.local/share/gupax/crash.txt

If you do, please upload or copy-paste crash.txt here:

`PanicInfo {
payload: Any { .. },
message: Some(
failed printing to stderr: Broken pipe (os error 32),
),
location: Location {
file: "library/std/src/io/stdio.rs",
line: 1118,
col: 9,
},
can_unwind: true,
force_no_backtrace: false,
}

info:
OS | Linux
args | ArgsOs { inner: ["./gupax"] }
commit | ab9912f
gupax | v1.3.9
p2pool | v3.10 (bundled)
xmrig | v6.21.3 (bundled)
uptime | 60968.758 seconds

stack backtrace:
0:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16: ```

@DaddySharkLOLseas DaddySharkLOLseas added the bug Something isn't working label Aug 18, 2024
@hinto-janai
Copy link
Owner

Is your PC going to sleep before it crashes?

@DaddySharkLOLseas
Copy link
Author

Is your PC going to sleep before it crashes?

No sir. I was happily surprised it lasted 1 whole day up before Gupax crashed again. The crash log didn't update, so the aforeposted crash log is what I have to offer. And thank you.

@DaddySharkLOLseas
Copy link
Author

DaddySharkLOLseas commented Aug 24, 2024

Is your PC going to sleep before it crashes?

I was browsing the web when it crashed, this most recent occurrence. New crash report is here:

PanicInfo { payload: Any { .. }, message: Some( called Result::unwrap()on anErr` value: InputOutput(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }),
),
location: Location {
file: "/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_unix-0.6.2/src/adapter.rs",
line: 519,
col: 18,
},
can_unwind: true,
force_no_backtrace: false,
}

info:
OS | Linux
args | ArgsOs { inner: ["./gupax"] }
commit | ab9912f
gupax | v1.3.9
p2pool | v3.10 (bundled)
xmrig | v6.21.3 (bundled)
uptime | 28970.418 seconds

stack backtrace:
0:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18: __libc_start_main
19:
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@hinto-janai @DaddySharkLOLseas and others