8000 Problem with Qt 5.4 Designer. · Issue #1 · TheDZhon/wwwidgets · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Problem with Qt 5.4 Designer. #1

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

Open
PAleksandrov opened this issue Dec 22, 2014 · 3 comments
Open

Problem with Qt 5.4 Designer. #1

PAleksandrov opened this issue Dec 22, 2014 · 3 comments
Assignees

Comments

@PAleksandrov
Copy link

When I use Qt 5.4 Designer plugin for wwWidgets, I get the following error:
"Job 1, 'designer' terminated by signal SIGSEGV (Address boundary error)".
Ubuntu 14.10 with LXQt (latest from PPA), x86-64.

@TheDZhon TheDZhon self-assigned this Dec 23, 2014
@TheDZhon
Copy link
Owner

Hmm, issue accepted!

@zbyna
Copy link
zbyna commented Jan 20, 2015

Similar issue: mint 17.1 kde, qt 4.8.6
designer-qt4 ended with SIGSEGV error (Neoprávněný přístup do paměti (SIGSEGV),
ltrace:
DEBUG: events.c:201: event from pid 8247
DEBUG: handle_event.c:141: [8248] event: syscall (SYS_futex [202])
DEBUG: handle_event.c:141: [8247] event: syscall (SYS_futex [202])
DEBUG: handle_event.c:141: [8246] event: syscall (SYS_futex [202])
DEBUG: events.c:201: event from pid 8245
DEBUG: handle_event.c:178: [8245] event: breakpoint 0x4153d0
callstack_push_symfunc: Error: call nesting too deep!
Neúspěšně ukončen (SIGABRT)
strace:
recvmsg(6, 0x7fff530360e0, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(6, 0x7fff53036130, 0) = -1 EAGAIN (Resource temporarily unavailable)
write(3<anon_inode:[eventfd]>, "\1\0\0\0\0\0\0\0", 8) = 8
write(3<anon_inode:[eventfd]>, "\1\0\0\0\0\0\0\0", 8) = 8
write(3<anon_inode:[eventfd]>, "\1\0\0\0\0\0\0\0", 8) = 8
write(3<anon_inode:[eventfd]>, "\1\0\0\0\0\0\0\0", 8) = 8
write(3<anon_inode:[eventfd]>, "\1\0\0\0\0\0\0\0", 8) = 8
write(3<anon_inode:[eventfd]>, "\1\0\0\0\0\0\0\0", 8) = 8
write(3<anon_inode:[eventfd]>, "\1\0\0\0\0\0\0\0", 8) = 8
--- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=0} ---
+++ killed by SIGSEGV +++

@PavelDorofeev
Copy link
PavelDorofeev commented Dec 17, 2023

Thank you! Building ok on Qt 4.8.1.
But I have to write to pro file this:

QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

INCLUDEPATH += ../../widgets/qwwnumpad
DEPENDPATH += ../../widgets/qwwnumpad

INCLUDEPATH += ../../widgets
DEPENDPATH += ../../widgets

LIBS += -L"C:\\111\\QT\\wwwidgets-build-desktop-Qt_4_8_1__msvc2010__Debug\\widgets\\debug" -lwwwidgets4d
#INCLUDEPATH += "C:\111\QT\wwwidgets-master\widgets\include"

CONFIG += wwwidgets
TEMPLATE = app
SOURCES += main.cpp

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

4 participants
0