Skip to content

Instantly share code, notes, and snippets.

@skaji
Last active February 21, 2018 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skaji/4fb507113bb7a05a9514e323a001b9a3 to your computer and use it in GitHub Desktop.
Save skaji/4fb507113bb7a05a9514e323a001b9a3 to your computer and use it in GitHub Desktop.
❯ uname -a
Linux v150-95-141-69.a086.g.tyo1.static.cnode.io 4.4.0-109-generic #132-Ubuntu SMP Tue Jan 9 19:52:39 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
❯ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
❯ git log -1
commit 3a613a437447b012ad651e24900ff05ad1d97b8f
Author: David Mitchell <davem@iabyn.com>
Date: Tue Feb 20 17:04:10 2018 +0000
t/op/index.t: indent run_tests() sub
(whitespace-only change)
The body of run_tests() had no indentation, meaning people didn't see it
and started adding tests outside the sub (see previous commit)
❯ ./perl -Ilib -I. dist/Storable/stacksize --core
probe for max. stack sizes...
Segmentation fault (core dumped)
65000 failed, try less 32550 ...
Segmentation fault (core dumped)
32550 failed, try less 16325 ...
16325 passed, try more 24437 ...
24437 passed, try more 28493 ...
Segmentation fault (core dumped)
28493 failed, try less 26465 ...
Segmentation fault (core dumped)
26465 failed, try less 25451 ...
25451 passed, try more 25958 ...
25958 passed, try more 26211 ...
Segmentation fault (core dumped)
26211 failed, try less 26085 ...
26085 passed, try more 26148 ...
26148 passed, try more 26179 ...
26179 passed, try more 26195 ...
Segmentation fault (core dumped)
26195 failed, try less 26187 ...
26187 passed, try more 26191 ...
26191 passed, try more 26193 ...
26193 passed, try more 26194 ...
26194 passed, try more 26194 ...
MAX_DEPTH = 26194
13097 passed, try more 19645 ...
Segmentation fault (core dumped)
19645 failed, try less 16371 ...
16371 passed, try more 18008 ...
Segmentation fault (core dumped)
18008 failed, try less 17190 ...
Segmentation fault (core dumped)
17190 failed, try less 16781 ...
Segmentation fault (core dumped)
16781 failed, try less 16576 ...
Segmentation fault (core dumped)
16576 failed, try less 16474 ...
Segmentation fault (core dumped)
16474 failed, try less 16423 ...
Segmentation fault (core dumped)
16423 failed, try less 16397 ...
Segmentation fault (core dumped)
16397 failed, try less 16384 ...
Segmentation fault (core dumped)
16384 failed, try less 16378 ...
Segmentation fault (core dumped)
16378 failed, try less 16375 ...
Segmentation fault (core dumped)
16375 failed, try less 16373 ...
Segmentation fault (core dumped)
16373 failed, try less 16372 ...
Segmentation fault (core dumped)
16372 failed, try less 16372 ...
MAX_DEPTH_HASH = 16371
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment