TheDZhon / wwwidgets

wwWidgets is a professional set of useful widgets for Qt 4 and Qt 5. // This repo is a fork for real Qt5 support
GNU General Public License v2.0
16 stars 12 forks source link

Problem with Qt 5.4 Designer. #1

Open PAleksandrov opened 9 years ago

PAleksandrov commented 9 years ago

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 commented 9 years ago

Hmm, issue accepted!

zbyna commented 9 years ago

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 commented 11 months ago

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