We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to use the "Stack" feature (CTR + "+") results in a fatal crash of the application. I will attach the error from the logger below.
2023-12-13 22:32:17,663 [ERROR ] shared.storage.rawlog {MainThread} rawlog.py:147: Could not find next undamaged block, EOF reached! 2023-12-13 22:39:22,199 [DEBUG ] shared.storage.rawlog {MainThread} rawlog.py:82: Loading rawlog data from 'D:/Data/Downloads/Monal_2023-12-13--21-34-41-159.rawlog'... 2023-12-13 22:39:22,199 [DEBUG ] shared.storage.rawlog {MainThread} rawlog.py:87: Loading rawlog data from fp: <_io.BufferedReader name='D:/Data/Downloads/Monal_2023-12-13--21-34-41-159.rawlog'> 2023-12-13 22:39:22,202 [DEBUG ] shared.storage.rawlog {MainThread} rawlog.py:101: Data is uncompressed... 2023-12-13 22:39:23,195 [DEBUG ] shared.storage.rawlog {MainThread} rawlog.py:281: Extracted completer list: ['context', 'file', 'fileName', 'flag', 'function', 'level', 'line', 'message', 'messageFormat', 'options', 'qos', 'queueLabel', 'tag', 'tag["counter"]', 'tag["processID"]', 'tag["processName"]', 'tag["processType"]', 'tag["qosName"]', 'tag["queueThreadLabel"]', 'tag["representedObject"]', 'threadID', 'threadName', 'timestamp', '__logline_index', '__virtual', '__formattedMessage'] 2023-12-13 22:39:23,195 [DEBUG ] shared.storage.rawlog {MainThread} rawlog.py:281: Extracted completer list: ['context', 'file', 'fileName', 'flag', 'function', 'level', 'line', 'message', 'messageFormat', 'options', 'qos', 'queueLabel', 'tag', 'tag["counter"]', 'tag["processID"]', 'tag["processName"]', 'tag["processType"]', 'tag["qosName"]', 'tag["queueThreadLabel"]', 'tag["representedObject"]', 'threadID', 'threadName', 'timestamp', '__logline_index', '__virtual', '__formattedMessage'] 2023-12-13 22:39:34,508 [INFO ] shared.ui.utils.ui_autoloader {MainThread} ui_autoloader.py:19: Loading UI definition for 'preferences_dialog.py' from '-removed-\DebugTools\src\LogViewer\ui\preferences_dialog.ui'... 2023-12-13 22:39:39,734 [ERROR ] LogViewer.ui.main_window {MainThread} exceptions.py:14: Exception in thread/pyqt callback! Traceback (most recent call last): File "-removed-\DebugTools\src\shared\utils\exceptions.py", line 12, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ TypeError: MainWindow.pushStack() takes 1 positional argument but 2 were given 2023-12-13 22:39:39,735 [ERROR ] LogViewer.ui.main_window {MainThread} exceptions.py:15: Shutting down immediately due to exception!
The text was updated successfully, but these errors were encountered:
Fix crash on using "Stack" feature #2
8b4dafa
Thanks for making us aware of this issue. We fixed it now!
Sorry, something went wrong.
No branches or pull requests
Trying to use the "Stack" feature (CTR + "+") results in a fatal crash of the application.
I will attach the error from the logger below.
The text was updated successfully, but these errors were encountered: