-
Notifications
You must be signed in to change notification settings - Fork 21
Comparing changes
Open a pull request
base repository: abrt/satyr
base: 0.39
head repository: abrt/satyr
compare: master
- 13 commits
- 13 files changed
- 5 contributors
Commits on Aug 25, 2022
-
py_base_stacktrace.c: include glib.h
This file has references to g_free from glib-2.0 which needs this header Signed-off-by: Khem Raj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad810a1 - Browse repository at this point
Copy the full SHA ad810a1View commit details -
py_base_stacktrace.c: Avoid duplicate include of py_base_thread.h
Its already included via py_base_stacktrace.h Signed-off-by: Khem Raj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e20e30 - Browse repository at this point
Copy the full SHA 7e20e30View commit details
Commits on Oct 31, 2022
-
Add support for fine-grained error location lines in Python tracebacks
See: PEP 657 Python 3.11 makes it easier to identify where on the line a problem occurred. This is achieved with the error location lines. We need to skip such lines when parsing the traceback, otherwise we won't identify the exception name correctly (See: rhbz#2137473). Example: Traceback (most recent call last): File "test.py", line 2, in <module> x['a']['b']['c']['d'] = 1 ~~~~~~~~~~~^^^^^ TypeError: 'NoneType' object is not subscriptable Signed-off-by: Michal Srb <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8143690 - Browse repository at this point
Copy the full SHA 8143690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61addf1 - Browse repository at this point
Copy the full SHA 61addf1View commit details
Commits on Feb 2, 2023
-
Use SPDX format for license field
See [the wiki][1] for details. [1]: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1
Configuration menu - View commit details
-
Copy full SHA for 26aa206 - Browse repository at this point
Copy the full SHA 26aa206View commit details
Commits on Feb 20, 2023
-
Normalize both gdb stacktrace and the crash frame
If we normalize the stacktrace, then we should also normalize the crash frame. Otherwise the normalized function name from the top thread frame doesn't have to match with the same function name in the crash frame. Example: Normalized thread frame function name: __poll Raw crash frame function name: __GI___poll Resolves: rhbz#2168223 Signed-off-by: Michal Srb <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cac2815 - Browse repository at this point
Copy the full SHA cac2815View commit details -
Configuration menu - View commit details
-
Copy full SHA for a649a68 - Browse repository at this point
Copy the full SHA a649a68View commit details
Commits on Mar 1, 2023
-
Find crash thread before stacktrace is normalized
When we normalize a stacktrace, we sometimes remove certain frames. The problem is when crash frame is one of those removed frames. In such cases, we simply cannot (reliably) find the crash thread. Therefore, before we normalize the stacktrace, we look for the crash thread and remember its id. We can then use that id later, if needed. Related: rhbz#2168223 Fixes: #337 Signed-off-by: Michal Srb <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 755650d - Browse repository at this point
Copy the full SHA 755650dView commit details -
Signed-off-by: Michal Srb <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23483ce - Browse repository at this point
Copy the full SHA 23483ceView commit details
Commits on Jan 27, 2024
-
Fix test suit core_stacktrace fail using clang
Use predefined macros`__clang__` to distinguish between clang and gcc to make sure the correct optimization attribute.
Configuration menu - View commit details
-
Copy full SHA for d5c534b - Browse repository at this point
Copy the full SHA d5c534bView commit details
Commits on Feb 4, 2024
-
Signed-off-by: Michal Srb <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5891618 - Browse repository at this point
Copy the full SHA 5891618View commit details
Commits on Oct 7, 2024
-
Once again, use Clang to fix the core_stacktrace failure in the test …
…suite. Once again, use Clang to fix the core_stacktrace failure in the test suite.”
Configuration menu - View commit details
-
Copy full SHA for 2095e01 - Browse repository at this point
Copy the full SHA 2095e01View commit details -
Update to actions/upload-artifact@v3
Update to actions/upload-artifact@v3
Configuration menu - View commit details
-
Copy full SHA for 6153441 - Browse repository at this point
Copy the full SHA 6153441View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.39...master