Skip to content

Instantly share code, notes, and snippets.

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 dogbert17/83ae92220492d15cea1dce873328c3bb to your computer and use it in GitHub Desktop.
Save dogbert17/83ae92220492d15cea1dce873328c3bb to your computer and use it in GitHub Desktop.
Asplode in t/spec/S32-temporal/DateTime.t
ok 90 - DateTime.new(Str) with :timezone
ok 91 - DateTime.new(Str) with formatter
Thread 1 "moar" received signal SIGSEGV, Segmentation fault.
0x00007ffff766e1cd in force_bigint (tc=0x557e4360, body=0x555556f65e80, idx=1) at src/math/bigintops.c:170
170 mp_int *i = tc->temp_bigints[idx];
(gdb) bt
#0 0x00007ffff766e1cd in force_bigint (tc=0x557e4360, body=0x555556f65e80, idx=1) at src/math/bigintops.c:170
#1 0x00007ffff766f9c8 in MVM_bigint_cmp (tc=0x557e4360, a=0x7ffff64b8ec0, b=0x555556f65e60) at src/math/bigintops.c:499
#2 0x00007ffff31060ef in ?? ()
#3 0x00007ffff7533a45 in MVM_p6opaque_read_object (tc=0x555555a129f0, o=0x7fffffffc4a0, offset=93824994348208) at src/6model/reprs/P6opaque.h:115
#4 0x00007ffff76a3758 in MVM_jit_code_enter (tc=0x555555758cb0, code=0x7fffec019520, cu=0x5555557e6b90) at src/jit/interface.c:24
#5 0x00007ffff752cbe0 in MVM_interp_run (tc=0x555555758cb0, initial_invoke=0x7ffff76801a9 <toplevel_initial_invoke>, invoke_data=0x5555557f64f8)
at src/core/interp.c:6302
#6 0x00007ffff768030e in MVM_vm_run_file (instance=0x555555758260, filename=0x7fffffffe31e "/home/dogbert/repos/rakudo/perl6.moarvm") at src/moar.c:444
#7 0x00005555555557ea in main (argc=9, argv=0x7fffffffdea8) at src/main.c:302
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment