Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 657 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 657 Bytes

Bug reproduction: Google Cloud - PubSub NodeJS with docker (alpine only version)

This bug occurs only inside a docker container running NodeJS Alpine version.

Problem

The program throws an Segmentation fault (core dumped) error.

Executing

To run the test outside docker, you must run:

npm run test

To run the test inside a docker container (with debian default version), you must run:

npm run docker:test

To reproduce the bug, inside a alpine container, you must run:

npm run docker-alpine:test

asciicast