You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
docker build -t alpine-pthreads .
docker run --rm alpine-pthreads
START single thread process
Single thread time: 40.1971
START multi thread process
Segmentation fault (core dumped)
debian (all fine):
docker build -f ./Dockerfile.deb -t debian-pthreads .
docker run --rm debian-pthreads
START single thread process
Single thread time: 41.0055
START multi thread process
Multi thread time: 10.2270
Expected Output
No segmentation fault
Actual Output
Segmentation fault
The text was updated successfully, but these errors were encountered:
If you install debug symbols and run it with gdb you might get a nice stack trace that could help. Note that curl comes with async support though imagick probably does not even if it might be just a proc wrapper.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment
Summary
In alpine linux image:
In debian linux image:
(sorry im bad speack english)
Reproducing Code
In attachment file, completely environment, php code, example files.
test.tar.gz
Unpack, then run cmd:
Expected Output
No segmentation fault
Actual Output
Segmentation fault
The text was updated successfully, but these errors were encountered: