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: NixOS/nixpkgs
base: 2cb48bb1c6fa
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ad337f7f3ac0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 25, 2020

  1. gdb: Fix abort w/NIX_DEBUG_INFO_DIRS patch (#80929)

    The current gdb patch to support NIX_DEBUG_INFO_DIRS fails if
    the user attempts to change the debug file directory to a
    value other than the default. For instance:
    
    (gdb) set debug-file-directory /run/booted-system/sw/lib/debug
    
    results in:
    
    munmap_chunk(): invalid pointer
    Aborted (core dumped)
    
    To fix this issue, the debug_file_directory is allocated
    with xstrdup so that a subsequent call to xfree will succeed.
    tollb committed Feb 25, 2020
    Copy the full SHA
    ad337f7 View commit details
    Browse the repository at this point in the history