Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bloomberg/memray Loading
base: v1.13.1
Choose a base ref
...
head repository: bloomberg/memray Loading
compare: v1.13.2
Choose a head ref
  • 5 commits
  • 21 files changed
  • 3 contributors

Commits on Jun 27, 2024

  1. build(deps-dev): bump ws from 7.5.7 to 7.5.10

    Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.5.7...7.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and godlygeek committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    dd3d4ac View commit details
    Browse the repository at this point in the history
  2. docs: Fix a type in native_mode.rst

    gustiando authored and godlygeek committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a49daa1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Update our vendored libbacktrace

    The patches had some minor conflicts that needed to be resolved in order
    to upgrade:
    
    - `elf_add` gained a new `struct elf_ppc64_opd_data *` parameter (which
      we're able to pass a null pointer for)
    - One of our diff hunks can be dropped because it was applied upstream
    
    The changes to `src/vendor/libbacktrace/` itself are all made
    automatically by the `regenerate_libbacktrace.sh` script.
    
    Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
    godlygeek authored and pablogsal committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3c31f30 View commit details
    Browse the repository at this point in the history
  2. Avoid stack overflow in native symbolification

    If looking up debug info by build id returns a file with MiniDebugInfo
    (the `.gnu_debugdata` section), libbacktrace will infinitely recurse,
    leading to a stack overflow unless the limit on the maximum number of
    open file descriptors is reached before the stack can overflow.
    
    Work around this by ignoring the MiniDebugInfo if we've already
    successfully loaded the debug info by its build id.
    
    Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
    godlygeek authored and pablogsal committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f1d984d View commit details
    Browse the repository at this point in the history
  3. Prepare for 1.13.2 release

    See changelog for more details.
    
    Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
    godlygeek authored and pablogsal committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e7f1b32 View commit details
    Browse the repository at this point in the history
Loading