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

Make Qt4 Multitouch fix conditional for Qt5 #7333

Closed
mixxxbot opened this issue Aug 22, 2022 · 3 comments
Closed

Make Qt4 Multitouch fix conditional for Qt5 #7333

mixxxbot opened this issue Aug 22, 2022 · 3 comments
Milestone

Comments

@mixxxbot
Copy link
Collaborator

Reported by: daschuer
Date: 2014-03-02T20:11:12Z
Status: Fix Released
Importance: Low
Launchpad Issue: lp1286888
Tags: qt5


The merge of #76 brakes Qt5 builds.
This should be fixed.

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2014-03-02T22:28:06Z


After 0429f16, Compiling is working again, but the resulting binary segfaults. So I am not able to test Multi touch and touch_shift with Qt5.

This is the backtrace:

Program received signal SIGSEGV, Segmentation fault.
QList (this=0x7fffffffdb60, 
    this@entry=0x7fffd80af9a0 <Mixxx::supportedFileExtensions()>)
    at /usr/include/qt4/QtCore/qlist.h:121
121	    inline QList() : d(&QListData::shared_null) { d->ref.ref(); }
(gdb) bt --all
#0  QList (this=0x7fffffffdb60, 
    this@entry=0x7fffd80af9a0 <Mixxx::supportedFileExtensions()>)
    at /usr/include/qt4/QtCore/qlist.h:121
mixxxdj/mixxx#4910  Mixxx::SoundSourceM4A::supportedFileExtensions ()
    at plugins/soundsourcem4a/soundsourcem4a.cpp:197
mixxxdj/mixxx#4911  0x00007fffd80af9c3 in Mixxx::supportedFileExtensions ()
    at plugins/soundsourcem4a/soundsourcem4a.h:76
mixxxdj/mixxx#4912  0x000000000097200e in SoundSourceProxy::getPlugin (
    lib_filename="/usr/local/lib/mixxx/plugins/soundsource/libsoundsourcem4a.so") at src/soundsourceproxy.cpp:258
mixxxdj/mixxx#4913  0x00000000009734cd in SoundSourceProxy::loadPlugins ()
    at src/soundsourceproxy.cpp:140
mixxxdj/mixxx#4914  0x000000000047794a in main (argc=1, argv=0x7fffffffe158)
    at src/main.cpp:258
(gdb) 
/build/buildd/gdb-7.6.1/gdb/frame.c:1990: internal-error: get_frame_pc_if_available: Assertion `frame->next != NULL' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.

@mixxxbot
Copy link
Collaborator Author

Commented by: rryan
Date: 2016-01-03T19:43:18Z


FWIW master builds with qt 5.5.1 successfully on OS X 10.11.2.

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Released.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.1.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant