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

SegFault archlinux #4

Closed
YoyPa opened this issue Jan 22, 2019 · 4 comments
Closed

SegFault archlinux #4

YoyPa opened this issue Jan 22, 2019 · 4 comments

Comments

@YoyPa
Copy link
Contributor

YoyPa commented Jan 22, 2019

With fluffy at 03fc7c1
I get:

$ ./fluffy.pyw       
[1]    26812 segmentation fault (core dumped)  ./fluffy.pyw

It's solved if I comment Qdarkstyle related code:

#import qdarkstyle
#app.setStyleSheet(qdarkstyle.load_stylesheet_pyqt5())

NB: qdarkstyle was not installed via pip but via arch aur:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-qdarkstyle

@fourminute
Copy link
Owner

That's interesting. Thank you for this report. So it's fixed now? I believe this might be exclusive to Arch.

fourminute added a commit that referenced this issue Jan 22, 2019
@fourminute
Copy link
Owner

This bug has been fixed in v1.8.0 commit cb99a42. Thank you =)

@YoyPa
Copy link
Contributor Author

YoyPa commented Jan 22, 2019

Just tested 87f0021, and it SegFault. 😇
Replacing:

app = QtWidgets.QApplication([])

With app = QtWidgets.QApplication(sys.argv) solves it.

@YoyPa
Copy link
Contributor Author

YoyPa commented Jan 23, 2019

@fourminute Have you seen the one above ? (can't reopen issue).

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

2 participants