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 scrolling down on twitter media pages #264

Closed
The-Compiler opened this issue Nov 18, 2014 · 1 comment
Closed

Segfault when scrolling down on twitter media pages #264

The-Compiler opened this issue Nov 18, 2014 · 1 comment
Assignees
Labels
qt Issues related to the Qt framework.

Comments

@The-Compiler
Copy link
Member

Report by V155: http://paste.the-compiler.org/view/aebf75cb

Press and hold j on http://www.twitter.com/fritzde/media -> segfault after some seconds.

Stracktrace without symbols (why?!):

#0  0x00007fb85f2860c9 in raise () from /usr/lib/libpthread.so.0
#1  <signal handler called>
#2  0x00007fb8515ccb41 in ?? () from /usr/lib/libQt5WebKit.so.5
#3  0x00007fb8515c0186 in ?? () from /usr/lib/libQt5WebKit.so.5
#4  0x00007fb8515c01cf in ?? () from /usr/lib/libQt5WebKit.so.5
#5  0x00007fb8515d284a in ?? () from /usr/lib/libQt5WebKit.so.5
#6  0x00007fb85173bb08 in ?? () from /usr/lib/libQt5WebKit.so.5
#7  0x00007fb851745e39 in ?? () from /usr/lib/libQt5WebKit.so.5
#8  0x00007fb851746888 in ?? () from /usr/lib/libQt5WebKit.so.5
#9  0x00007fb85172fc61 in ?? () from /usr/lib/libQt5WebKit.so.5
#10 0x00007fb859ced293 in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5
#11 0x00007fb848454f4c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#12 0x00007fb84845a36e in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#13 0x00007fb848ee5446 in ?? () from /usr/lib/python3.4/site-packages/PyQt5/QtWidgets.so
#14 0x00007fb859cbd70b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#15 0x00007fb859d1402d in QTimerInfoList::activateTimers() () from /usr/lib/libQt5Core.so.5
#16 0x00007fb859d14471 in ?? () from /usr/lib/libQt5Core.so.5
#17 0x00007fb85b58aa1d in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#18 0x00007fb85b58ad08 in ?? () from /usr/lib/libglib-2.0.so.0
#19 0x00007fb85b58adbc in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#20 0x00007fb859d15137 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#21 0x00007fb859cbb132 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#22 0x00007fb859cc2aec in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
@The-Compiler The-Compiler added bug qt Issues related to the Qt framework. labels Nov 18, 2014
@The-Compiler The-Compiler self-assigned this Nov 18, 2014
@The-Compiler
Copy link
Member Author

I can't reproduce this on Qt 5.4 anymore. Might be the same as #94 and fixed in 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