Skip to content

Segmentation Fault when running newchanges executable on Windows (Node.js) #1

@alaskazz

Description

@alaskazz

Segmentation Fault on Windows

Description

Running the newchanges executable via npm run on a Windows environment results in a Segmentation Fault error, preventing the changelog generation process from starting.

Steps to reproduce

  1. Environment:
  • Windows 10 22H2 19045.6456
  • Shell: PowerShell and cmd
  • Node.js Version: v22.21.0
  1. Install: Install the package as a development dependency: npm i -D newchanges
  2. Execute: Run the command: npx newchanges

Actual result

The execution fails immediately with an unhandled exception:

D:\~>"D:\~\node_modules\newchanges\newchanges.exe"
Unhandled Exception 0xb52d3fe470
print_backtrace_skipping_top_frames is not implemented
signal 11: segmentation fault
print_backtrace_skipping_top_frames is not implemented

Expected result

The command should run successfully and generate/update the CHANGELOG.md file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions