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

Segfault when showing MP3 #151

Closed
The-Compiler opened this issue Oct 6, 2014 · 5 comments
Closed

Segfault when showing MP3 #151

The-Compiler opened this issue Oct 6, 2014 · 5 comments
Assignees
Labels
qt Issues related to the Qt framework.
Milestone

Comments

@The-Compiler
Copy link
Member

Happens with this URL for example: http://breitband.deutschlandradiokultur.de/inhalt/uploads/2014/10/MarenRuhfus_VGMedia.mp3

Also happens with Qt example browser.

For some reason there are no symbols in the backtrace:

#0  0x00007ffff5ce1b84 in ?? () from /usr/lib/libQt5WebKit.so.5
#1  0x00007ffff5cdf0e2 in ?? () from /usr/lib/libQt5WebKit.so.5
#2  0x00007ffff5ce2222 in ?? () from /usr/lib/libQt5WebKit.so.5
#3  0x00007ffff5ce25bc in ?? () from /usr/lib/libQt5WebKit.so.5
#4  0x00007ffff3bfd40d in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5
#5  0x00007ffff47cdb08 in ?? () from /usr/lib/libQt5Network.so.5
#6  0x00007ffff484dc8b in ?? () from /usr/lib/libQt5Network.so.5
#7  0x00007ffff3bfe2da in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5
#8  0x00007ffff4bdaf4c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#9  0x00007ffff4be036e in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#10 0x00007ffff3bce70b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#11 0x00007ffff3bd06d3 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#12 0x00007ffff3c25d43 in ?? () from /usr/lib/libQt5Core.so.5
#13 0x00007ffff0c08c7d in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#14 0x00007ffff0c08f68 in ?? () from /usr/lib/libglib-2.0.so.0
#15 0x00007ffff0c0901c in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#16 0x00007ffff3c26137 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#17 0x00007ffff3bcc132 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#18 0x00007ffff3bd3aec in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
#19 0x000000000042ca7f in main ()
@The-Compiler The-Compiler added bug qt Issues related to the Qt framework. labels Oct 6, 2014
@The-Compiler The-Compiler self-assigned this Oct 6, 2014
@The-Compiler The-Compiler added this to the v0.1 milestone Oct 6, 2014
@The-Compiler
Copy link
Member Author

I have no idea why this happened, but nobody can reproduce it anymore. Closing.

@The-Compiler
Copy link
Member Author

krobelus in IRC can still reproduce this

@The-Compiler The-Compiler reopened this Nov 9, 2014
@The-Compiler The-Compiler added status: can't reproduce Issues which can't be reproduced. test with qt5.4 labels Nov 9, 2014
@The-Compiler
Copy link
Member Author

I can reproduce it with a local file and a file:// URL. It's also reproducable in the minimal test browser.

@The-Compiler The-Compiler removed the status: can't reproduce Issues which can't be reproduced. label Nov 10, 2014
@The-Compiler
Copy link
Member Author

@The-Compiler
Copy link
Member Author

Fixed in Qt 5.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
qt Issues related to the Qt framework.
Projects
None yet
Development

No branches or pull requests

1 participant