collin80 / SavvyCAN

QT based cross platform canbus tool
MIT License
1k stars 278 forks source link

(macOS) SavvyCAN crashes on startup #784

Closed mickeyl closed 4 months ago

mickeyl commented 4 months ago

I'm running macOS Sonoma 14.4.1 w/ Qt5 5.15.13_1 (Homebrew).

Here's the backtrace:

* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT
  * frame #0: 0x0000000183ccaa60 libsystem_kernel.dylib`__pthread_kill + 8
    frame #1: 0x0000000183d02c20 libsystem_pthread.dylib`pthread_kill + 288
    frame #2: 0x0000000183c0fa20 libsystem_c.dylib`abort + 180
    frame #3: 0x0000000102854e30 QtCore`QMessageLogger::fatal(char const*, ...) const + 100
    frame #4: 0x0000000101acb5b4 QtGui`QGuiApplicationPrivate::createPlatformIntegration() + 6060
    frame #5: 0x0000000101acb5d8 QtGui`QGuiApplicationPrivate::createEventDispatcher() + 36
    frame #6: 0x0000000102765d50 QtCore`QCoreApplicationPrivate::init() + 1164
    frame #7: 0x0000000101ac602c QtGui`QGuiApplicationPrivate::init() + 68
    frame #8: 0x0000000100f9521c QtWidgets`QApplicationPrivate::init() + 36
    frame #9: 0x0000000100f951e0 QtWidgets`QApplication::QApplication(int&, char**, int) + 164
    frame #10: 0x0000000100006558 SavvyCAN`main + 44
    frame #11: 0x000000018397a0e0 dyld`start + 2360
mickeyl commented 4 months ago

QT_QPA_PLATFORM=wayland caused it (leftover from one of my dot files, since I'm sharing my environment file w/ Linux.)

Sorry for the noise.