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

Crash on using "Stack" feature #2

Closed
TureBentzin opened this issue Dec 13, 2023 · 1 comment
Closed

Crash on using "Stack" feature #2

TureBentzin opened this issue Dec 13, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@TureBentzin
Copy link

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!
@Sobottasgithub
Copy link
Collaborator

Thanks for making us aware of this issue.
We fixed it now!

@Sobottasgithub Sobottasgithub added the bug Something isn't working label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants