Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
Like
Download (209 Bytes)
Bug #12670
» segv.rb
wanabe (_ wanabe)
, 05/22/2017 12:28 AM
Dir
.
chdir
File
.
dirname
(
__FILE__
)
require
"mkmf"
create_makefile
"segv"
system
(
"make"
)
require_relative
"segv.so"
20
.
times
do
|
i
|
p
i
n
=
1
<<
i
GC
.
disable
n
.
get_pixels
GC
.
enable
n
.
get_pixels
end
« Previous
1
…
4
5
6
7
Next »
(6-6/7)
Loading...