Giter Site home page Giter Site logo

Comments (9)

CountMurphy avatar CountMurphy commented on May 30, 2024

Also running Arch Linux (but with X11). Same error.

from iaito.

trufae avatar trufae commented on May 30, 2024

I don't have any handy archlinux but i have tested the current code from git on Ubuntu20 and builds and runs fine, i have also updated the README with the proper qt5 packages needed to build.

Could you share the pacman packages needed to build iaito by updating the README?

Can you provide a full backtrace from gdb or build iaito with asan to get a meaningful crashlog for me to make a blind fix for it?

thanks!

from iaito.

drago-sp avatar drago-sp commented on May 30, 2024

Possibly related to changes in Qt. Ubuntu 20.04 is on Qt 5.12, Ubuntu 20.10 is on Qt 5.14, Arch current is Qt 5.15.

from iaito.

notxenonbox avatar notxenonbox commented on May 30, 2024

Can you provide a full backtrace from gdb or build iaito with asan to get a meaningful crashlog for me to make a blind fix for it?

here is the backtrace:

(gdb) run
Starting program: /home/neo/clone/iaito/build/iaito

[...snip]

Plugins are loaded from "/usr/share/radareorg/iaito/plugins"

Thread 1 "iaito" received signal SIGSEGV, Segmentation fault.
0x00005555556f5377 in ImportsModel::rowCount(QModelIndex const&) const ()
(gdb) backtrace
#0  0x00005555556f5377 in ImportsModel::rowCount(QModelIndex const&) const ()
#1  0x00007ffff5ce89db in ?? () from /usr/lib/libQt5Core.so.5
#2  0x00007ffff5cf2982 in QSortFilterProxyModel::setSourceModel(QAbstractItemModel*) () from /usr/lib/libQt5Core.so.5
#3  0x00005555557b617f in AddressableFilterProxyModel::setSourceModel(AddressableItemModelI*) ()
#4  0x00005555557b61d6 in AddressableFilterProxyModel::AddressableFilterProxyModel(AddressableItemModelI*, QObject*) ()
#5  0x00005555556f59fa in ImportsProxyModel::ImportsProxyModel(ImportsModel*, QObject*) ()
#6  0x00005555556f5c0e in ImportsWidget::ImportsWidget(MainWindow*) ()
#7  0x00005555556b6d70 in MainWindow::initDocks() ()
#8  0x00005555556be1b1 in MainWindow::initUI() ()
#9  0x00005555556bf502 in MainWindow::MainWindow(QWidget*) ()
#10 0x000055555574d87f in IaitoApplication::IaitoApplication(int&, char**) ()
#11 0x000055555565be10 in main ()

from iaito.

trufae avatar trufae commented on May 30, 2024

There are a bunch of warnings of wrong c++ usage in some classes, and this is making qt6 builds crash, maybe this is the same issue you are having? I fixed many of those warnings already, can you see them in your archlinux build? Mind to try to fix them (or comment the affected code) to confirm the issue? Thanks!

from iaito.

notxenonbox avatar notxenonbox commented on May 30, 2024

There are a bunch of warnings of wrong c++ usage in some classes, and this is making qt6 builds crash, maybe this is the same issue you are having? I fixed many of those warnings already, can you see them in your archlinux build? Mind to try to fix them (or comment the affected code) to confirm the issue? Thanks!

It's just implicit fallthrough and defined but not used warnings

from iaito.

notxenonbox avatar notxenonbox commented on May 30, 2024

Can you provide a full backtrace from gdb or build iaito with asan to get a meaningful crashlog for me to make a blind fix for it?

It's the same with and without asan. And yes I deleted the build directory.

from iaito.

trufae avatar trufae commented on May 30, 2024

Please confirm the fix :)

from iaito.

drago-sp avatar drago-sp commented on May 30, 2024

Can confirm this is fixed, thanks!

iaito 5.2.1
radare2 5.2.0 0 @ linux-x86-64 git.5.2.0
Arch Linux x86_64
qt5-base 5.15.2+kde+r172-1

from iaito.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.