F1ash / homebrew-qt-virt-manager

The HomeBrew formulaes for install QtVirtManager on OS X
9 stars 10 forks source link

qt5-virt-manager quit unexpectedly. #1

Closed cmsimike closed 7 years ago

cmsimike commented 7 years ago

Hi,

Tried installing your homebrew and qt5-virt-manager keeps crashing with the above error.

cmsimike commented 7 years ago

FWIW, the viewer doesn't crash. Just the manager

F1ash commented 7 years ago

Strange... Maybe you can to write some additional information: building was successful; it was first start of application without any custom (by defuault) settings; the app crash at each start; etc.

cmsimike commented 7 years ago

hi - yes it was right after I installed it. It seemed to compile without a problem. It crashes at startup each time - i briefly (very briefly) see the UI before it crashes. No custom anything - just installed via homebrew and ran.

osx 10.12 (latest patch release).

F1ash commented 7 years ago

https://paste.fedoraproject.org/510294/27020814/ this bug trace displays that this crash occures in (qt gui) main thread. Therefore i think that it is a qt bug, not app code bug, because on another mac releases it not occures.

cmsimike commented 7 years ago

What are the specs of the other mac? Could a fix already be available in the dependency?

isage commented 7 years ago

Nope. It seems like some qt or libvirt incompatibility with Sierra. It doesn't crash on previous osx versions.

cmsimike commented 7 years ago

Thank you!

deasmi commented 7 years ago

Also seeing this - https://gist.github.com/deasmi/aa2f53bb827997e1e4a013d6a446c355 - if it's any help.

F1ash commented 7 years ago

i updated home brue. Pls, try to do build. I did make some fix in main.cpp, maybe will helpful.

cmsimike commented 7 years ago

Fixed it for me! Thank you very much!!

deasmi commented 7 years ago

Also fixed for me, thank you for the very quick fix.