This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==17582== Syscall param write(buf) points to uninitialised byte(s) | |
==17582== at 0x5579770: __write_nocancel (in /usr/lib/libc-2.23.so) | |
==17582== by 0x550F4FE: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so) | |
==17582== by 0x550EAC2: new_do_write (in /usr/lib/libc-2.23.so) | |
==17582== by 0x550FAFD: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so) | |
==17582== by 0x55057B5: fwrite (in /usr/lib/libc-2.23.so) | |
==17582== by 0x500D608: MVM_mast_to_file (driver.c:75) | |
==17582== by 0x4F9AD06: MVM_interp_run (interp.c:3105) | |
==17582== by 0x5051D18: MVM_vm_run_file (moar.c:304) | |
==17582== by 0x400F63: main (main.c:191) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==17538== Thread 12: | |
==17538== Invalid read of size 8 | |
==17538== at 0x4F998AC: MVM_interp_run (interp.c:2005) | |
==17538== by 0x4FAB1AD: start_thread (threads.c:77) | |
==17538== by 0x50702C6: uv__thread_start (in /home/dan/Source/perl6/install/lib/libmoar.so) | |
==17538== by 0x5B4B483: start_thread (in /usr/lib/libpthread-2.23.so) | |
==17538== Address 0x10 is not stack'd, malloc'd or (recently) free'd | |
==17538== | |
==17538== | |
==17538== Process terminating with default action of signal 11 (SIGSEGV): dumping core |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" standalone="no"?> | |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" | |
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
<svg onload="if (typeof(gnuplot_svg)!='undefined') gnuplot_svg.Init(evt)" | |
width="600" height="480" | |
viewBox="0 0 600 480" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" standalone="no"?> | |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" | |
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
<svg onload="if (typeof(gnuplot_svg)!='undefined') gnuplot_svg.Init(evt)" | |
width="600" height="480" | |
viewBox="0 0 600 480" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" standalone="no"?> | |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" | |
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
<svg onload="if (typeof(gnuplot_svg)!='undefined') gnuplot_svg.Init(evt)" | |
width="600" height="480" | |
viewBox="0 0 600 480" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" standalone="no"?> | |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" | |
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
<svg onload="if (typeof(gnuplot_svg)!='undefined') gnuplot_svg.Init(evt)" | |
width="600" height="480" | |
viewBox="0 0 600 480" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f583f22,110704d my $a = "a" x 2**16;for ^1000 {my $b = $a.chop($_)}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f583f22,110704d my $a = "a" x 2**16;for ^1000 {my $b = $a.chop($_)}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f583f22,110704d my $a = "a" x 2**16;for ^1000 {my $b = $a.chop($_)}; |