This website requires JavaScript.
Explore
Help
Sign In
sm
/
cpp11
Watch
1
Star
0
Fork
0
You've already forked cpp11
Code
Issues
Pull Requests
Activity
master
cpp11
/
stress.zsh
13 lines
123 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Added a stress test for the segv
2012-05-25 07:55:29 -07:00
#!/bin/zsh
while
true
do
./thread2
if
[
[
$?
!
=
0
]
]
then
break
fi
done
updated stress test output
2012-05-25 07:59:21 -07:00
ls -lah core*
echo
"segv!"
Reference in New Issue
Copy Permalink