8000 Question: What versions of Qt does Nodeeditor support · Issue #458 · paceholder/nodeeditor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Question: What versions of Qt does Nodeeditor support #458
Open
@jamesbloom-scheff

Description

@jamesbloom-scheff

We were using Qt 5.15.2 with QtNodes with no problems. We are in the process of moving to Qt 5.15.14-1. We've tried both rebuilding QtNodes with Qt 5.15.14-1 on linux and also not rebuilding QtNodes, using Qt 5.15.2. In both cases, address sanitizer gives an error with an uninitialized ptr (or misaligned address). There is no problem when we build our product with Qt 5.15.2.

/opt/rh/gcc-toolset-11/root/usr/include/c++/11/bits/unique_ptr.h:85:2: runtime error: member access within misaligned address 0xbebebebebebebebe for type 'struct NodeDelegateModel', which requires 8 byte alignment
0xbebebebebebebebe: note: pointer points here

#0 0x12f500f in std::default_deleteQtNodes::NodeDelegateModel::operator()(QtNodes::NodeDelegateModel*) const (/fa/sw/registry/34153-paobjectmodel6-368-dtn6-01/components/spectrum_ui/amd64_gcc11/spectrum_client+0x12f500f)
#1 0x247dcb2 in std::unique_ptr<QtNodes::NodeDelegateModel, std::default_deleteQtNodes::NodeDelegateModel >::reset(QtNodes::NodeDelegateModel*) (/fa/sw/registry/34153-paobjectmodel6-368-dtn6-01/components/spectrum_ui/amd64_gcc11/spectrum_client+0x247dcb2)
#2 0x247d275 in std::unique_ptr<QtNodes::NodeDelegateModel, std::default_deleteQtNodes::NodeDelegateModel >::operator=(std::unique_ptr<QtNodes::NodeDelegateModel, std::default_deleteQtNodes::NodeDelegateModel >&&) (/fa/sw/registry/34153-paobjectmodel6-368-dtn6-01/components/spectrum_ui/amd64_gcc11/spectrum_client+0x247d275)
#3 0x2478896 in QtNodes::DataFlowGraphModel::addNode(QString) (/fa/sw/registry/34153-paobjectmodel6-368-dtn6-01/components/spectrum_ui/amd64_gcc11/spectrum_client+0x2478896)

My question is what versions of Qt are supported by QtNodes? Is Qt 5.15.14-1 supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0