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

log window overflow may cause lockup? #9

Closed
3Dickulus opened this issue Oct 19, 2017 · 0 comments
Closed

log window overflow may cause lockup? #9

3Dickulus opened this issue Oct 19, 2017 · 0 comments

Comments

@3Dickulus
Copy link
Owner

while running in GDB, during what appeared to be a random lockup.

(gdb) finish
Run till exit from #0 0x00007ffff65c19bc in ?? () from /usr/lib64/libQt5Widgets.so.5
0x00007ffff65c2608 in QListWidget::setItemWidget(QListWidgetItem*, QWidget*) () from /usr/lib64/libQt5Widgets.so.5

the log window is the only thing that uses QListWidget, I think there is an overflow when the list gets too big, I plan to implement logging to a file and showing the tail of this file in the log window rather than creating widgets for each message.

3Dickulus added a commit that referenced this issue Oct 21, 2017
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

1 participant