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

qwit fails to launch: Program received signal EXC_BAD_ACCESS, Could not access memory #1

Open
barracuda156 opened this issue Aug 30, 2023 · 0 comments

Comments

@barracuda156
Copy link

Something does not work :)

36-25% /opt/local/libexec/qt4/bin/qwit
Wed Aug 30 15:40:53 2023 Warning: QLayout: Attempting to add QLayout "" to MainWindow "MainWindow", which already has a layout
Wed Aug 30 15:40:53 2023 Warning: QMetaObject::connectSlotsByName: No matching signal for on_add_friend(QString)
Wed Aug 30 15:40:53 2023 Warning: QMetaObject::connectSlotsByName: No matching signal for on_unfollow_friend(QString,UserMgmtWidgetItem*)
Wed Aug 30 15:40:53 2023 Warning: QMetaObject::connectSlotsByName: No matching signal for on_block_friend(QString,UserMgmtWidgetItem*)
Wed Aug 30 15:40:53 2023 Warning: QMetaObject::connectSlotsByName: No matching signal for on_follow_follower(QString,UserMgmtWidgetItem*)
Wed Aug 30 15:40:53 2023 Warning: QMetaObject::connectSlotsByName: No matching signal for on_unfollow_follower(QString,UserMgmtWidgetItem*)
Wed Aug 30 15:40:53 2023 Warning: QMetaObject::connectSlotsByName: No matching signal for on_block_follower(QString,UserMgmtWidgetItem*)
Wed Aug 30 15:40:53 2023 Warning: QMetaObject::connectSlotsByName: No matching signal for on_unblock_user(QString,UserMgmtWidgetItem*)
Wed Aug 30 15:40:53 2023 Warning: QLayout: Attempting to add QLayout "" to FriendshipsMgmtPage "", which already has a layout
zsh: bus error  /opt/local/libexec/qt4/bin/qwit

GDB shows this:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000cc0
0x00500474 in QObject::connect ()
(gdb) where
#0  0x00500474 in QObject::connect ()
#1  0x0001ef44 in MainWindow::setupTrayIcon ()
#2  0x00022810 in MainWindow::MainWindow ()
#3  0x000229f8 in MainWindow::getInstance ()
#4  0x00013d58 in main ()

P. S. I also had to build an external library for QProgressIndicator, since qwit waits that, but does not have.

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

No branches or pull requests

1 participant