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

Repeated crash reports #94

Closed
ViaxCo opened this issue May 4, 2024 · 3 comments
Closed

Repeated crash reports #94

ViaxCo opened this issue May 4, 2024 · 3 comments

Comments

@ViaxCo
Copy link

ViaxCo commented May 4, 2024

Hello there! I've quite enjoyed my experience using this package, great work on this.

I've experienced about two crashes so far, but I'm not exactly what the causes are. I'm putting pastebin links to them so that I don't clutter this issue with logs:

borders crash report 1
borders crash report 2

I am using yabai to start borders and this is my config:

borders active_color=0xFF03fc13 inactive_color=0x4D03fc13 width=5.0 hidpi=on &
@JakubAndrysek
Copy link

Same for me. Borders crashed more than five times per day.
Running as brew service

#!/bin/bash

options=(
	style=round
	width=6.0
	hidpi=off
	active_color=0xff46ccff  # https://encycolorpedia.com/46ccff
	inactive_color=0xff414550 # https://encycolorpedia.com/414550
)

borders "${options[@]}"

My crash report
After crash dialog the app is still running.

@Bellavene
Copy link

borders active_color=0xFF03fc13 inactive_color=0x4D03fc13 width=5.0 hidpi=on &

I don't have any crashes. Try this
borders active_color=0xFF03fc13 inactive_color=0x4D03fc13 width=5.0 hidpi=on 2>/dev/null 1>&2 &

@FelixKratz
Copy link
Owner

Duplicate of #83. Lets track the problem there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants