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

QGC crashing on exit #12279

Open
DonLakeFlyer opened this issue Jan 4, 2025 · 3 comments
Open

QGC crashing on exit #12279

DonLakeFlyer opened this issue Jan 4, 2025 · 3 comments
Assignees

Comments

@DonLakeFlyer
Copy link
Contributor

I get this:
ASSERT failure in PlainType *QtGlobalStatic::ApplicationHolder<(anonymous namespace)::Q_QAS__qgcCorePluginInstance>::pointer() [QAS = (anonymous namespace)::Q_QAS__qgcCorePluginInstance]: "The application static was used without a QCoreApplication instance", file /Users/don/Qt/6.7.3/macos/lib/QtCore.framework/Headers/qapplicationstatic.h, line 55

From here:

VideoManager::~VideoManager()
{
    for (VideoReceiverData &videoReceiver : _videoReceiverData) {
        QGCCorePlugin::instance()->releaseVideoSink(videoReceiver.sink);
        delete videoReceiver.receiver;
        videoReceiver.receiver = nullptr;
    }

    // qCDebug(VideoManagerLog) << Q_FUNC_INFO << this;
}

Stack:
Screenshot 2025-01-04 at 9 18 41 AM

@HTRamsey
Copy link
Collaborator

HTRamsey commented Jan 4, 2025

Oh you're doing this with video disabled right?

@DonLakeFlyer
Copy link
Contributor Author

Oh, wait. Crap, I'm running 6.7.3. That might be the problem.

@DonLakeFlyer
Copy link
Contributor Author

This is with video enabled, but only happens on 6.7.3

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

No branches or pull requests

2 participants