sshao has quit [Quit: Connection closed for inactivity]
mjc_ has quit [Ping timeout: 260 seconds]
lopex has quit [Ping timeout: 260 seconds]
machty has quit [Ping timeout: 260 seconds]
leocassarani has quit [Ping timeout: 272 seconds]
alexsuraci has quit [Ping timeout: 272 seconds]
guilleiguaran___ has quit [Ping timeout: 260 seconds]
johnmuhl has quit [Ping timeout: 260 seconds]
cezarsa has quit [Ping timeout: 260 seconds]
andrewstewart has quit [Ping timeout: 272 seconds]
Guest85414______ has quit [Ping timeout: 260 seconds]
dlackty__ has quit [Ping timeout: 272 seconds]
havenwood has joined #rubinius
enebo has quit [Quit: enebo]
carlosgaldino has joined #rubinius
josh-k has joined #rubinius
Guest85414______ has joined #rubinius
sferik has joined #rubinius
alexsuraci has joined #rubinius
dlackty__ has joined #rubinius
guilleiguaran___ has joined #rubinius
lopex has joined #rubinius
sferik has quit [Read error: Connection reset by peer]
diegovio1 has joined #rubinius
sferik has joined #rubinius
diegoviola has quit [Ping timeout: 245 seconds]
diegovio1 is now known as diegoviola
machty has joined #rubinius
havenwood has quit [Remote host closed the connection]
andrewstewart has joined #rubinius
mjc_ has joined #rubinius
cezarsa has joined #rubinius
leocassarani has joined #rubinius
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
josh-k_ has joined #rubinius
josh-k has quit [Ping timeout: 272 seconds]
havenwood has joined #rubinius
havenwood has quit [Remote host closed the connection]
josh-k_ has quit [Remote host closed the connection]
josh-k has joined #rubinius
josh-k has quit [Ping timeout: 245 seconds]
andrewstewart has quit [K-Lined]
dlackty__ has quit [K-Lined]
cpuguy83 has quit [K-Lined]
guilleiguaran___ has quit [K-Lined]
alexsuraci has quit [K-Lined]
Guest85414______ has quit [K-Lined]
leocassarani has quit [K-Lined]
lopex has quit [K-Lined]
machty has quit [K-Lined]
mrb_bk has quit [K-Lined]
cezarsa has quit [K-Lined]
chrisseaton has quit [K-Lined]
mjc_ has quit [K-Lined]
jeregrine has quit [K-Lined]
locks has quit [K-Lined]
|jemc| has joined #rubinius
machty has joined #rubinius
mjc_ has joined #rubinius
|jemc| has quit [Ping timeout: 258 seconds]
dzhulk has joined #rubinius
josh-k has joined #rubinius
josh-k_ has joined #rubinius
josh-k has quit [Ping timeout: 260 seconds]
jaffachief has quit [Quit: Computer has gone to sleep.]
josh-k has joined #rubinius
josh-k_ has quit [Ping timeout: 245 seconds]
diegoviola has quit [Remote host closed the connection]
GitHub75 has joined #rubinius
GitHub75 has left #rubinius [#rubinius]
<GitHub75>
[rubinius] cosmo0920 opened pull request #3141: vm capi: more MRI C API enum types compatibility. (master...mri-capi-enum-types) http://git.io/BrH0Vg
lopex has joined #rubinius
locks has joined #rubinius
cpuguy83 has joined #rubinius
meh` has joined #rubinius
<yorickpeterse>
hmpf, seems that my allocation tracer segfaults Rbx
<yorickpeterse>
but only a little while into the process
<yorickpeterse>
any method call back into Ruby seems to do that actually, odd :?
<yorickpeterse>
* :/
enebo has joined #rubinius
josh-k_ has joined #rubinius
<yorickpeterse>
Aha
<yorickpeterse>
At least it compiles now: I was using a string before it was on the stack
josh-k has quit [Ping timeout: 272 seconds]
<yorickpeterse>
now it just segfaults during runtime
dzhulk has quit [Quit: Leaving.]
<yorickpeterse>
brixen: ok so right now I have a tracer hooked in to the string_dup() instruction. However, whenever I use a traced object in Ruby (that is, something like `p object`) it segfaults Rbx. I expect this might be the GC cleaning up the object before it can be used
<yorickpeterse>
Is there a way to somehow tell the GC "yo I'm still using this", or should that go automatically?
<yorickpeterse>
hm, might as well show my hilariously bad code
GitHub177 has joined #rubinius
<GitHub177>
[rubinius] YorickPeterse created alloc-trace (+1 new commit): http://git.io/PlFGCQ