_whitelogger has joined #jruby
camlow325 has quit [Read error: Connection reset by peer]
joast has quit [Quit: Leaving.]
swills has joined #jruby
akp has quit [Remote host closed the connection]
_whitelogger has joined #jruby
akp has quit [Ping timeout: 246 seconds]
prasun has joined #jruby
prasun has quit [Quit: Leaving]
prasun has joined #jruby
prasun has quit [Ping timeout: 276 seconds]
vtunka has joined #jruby
<travis-ci> jruby/jruby (master:f7b21a0 by Charles Oliver Nutter): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/248051482)
<travis-ci> jruby/jruby (master:f2e7b82 by Thomas E. Enebo): The build passed. (https://travis-ci.org/jruby/jruby/builds/247718209)
<travis-ci> jruby/jruby (profiler:9e05a80 by Thomas E. Enebo): The build passed. (https://travis-ci.org/jruby/jruby/builds/247976538)
drbobbeaty has joined #jruby
vtunka has quit [Ping timeout: 276 seconds]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
prasun has joined #jruby
vtunka has joined #jruby
<GitHub145> [jruby] eregon opened issue #4696: OpenSSL::Random.random_bytes specs seem to get stuck on Travis https://git.io/vQl6d
drbobbeaty has joined #jruby
vtunka has quit [Quit: Leaving]
bbrowning_away is now known as bbrowning
prasun has quit [Ping timeout: 268 seconds]
vtunka has joined #jruby
akp has joined #jruby
akp has quit [Ping timeout: 240 seconds]
joast has joined #jruby
akp has joined #jruby
akp has quit [Ping timeout: 240 seconds]
vtunka has quit [Remote host closed the connection]
akp has joined #jruby
vtunka has joined #jruby
akp has quit [Ping timeout: 260 seconds]
akp has joined #jruby
akp has quit [Remote host closed the connection]
akp has joined #jruby
akp has quit [Remote host closed the connection]
akp has joined #jruby
<GitHub184> [jruby] ivoanjo opened issue #4697: Cannot rescue LocalJumpError originated in other thread https://git.io/vQlpf
vtunka has quit [Ping timeout: 240 seconds]
<travis-ci> kares/jruby (test-convert-java:0b7a4c5 by kares): The build was fixed. (https://travis-ci.org/kares/jruby/builds/248234607)
<GitHub198> [jruby] eregon pushed 4 new commits to master: https://git.io/vQ8fM
<GitHub198> jruby/master 7f97e62 Benoit Daloze: Squashed 'spec/ruby/' changes from 874f42f..86090df...
<GitHub198> jruby/master 2c8e6d9 Benoit Daloze: Merge ruby/mspec commit 'd0eb5e52a40bbc9226c22d747deb406c409c9b44'
<GitHub198> jruby/master d0eb5e5 Benoit Daloze: Squashed 'spec/mspec/' changes from 86c3bee..021a119...
<GitHub48> [jruby] jkutner opened pull request #4698: Added URI::Generic#to_java to convert to java.net.URI (master...uri) https://git.io/vQ8fd
camlow325 has joined #jruby
prasun has joined #jruby
camlow325 has quit [Quit: WeeChat 1.5]
prasun has quit [Ping timeout: 240 seconds]
prasun has joined #jruby
prasun has quit [Ping timeout: 276 seconds]
prasun has joined #jruby
<eregon> [19:53:18] <headius> eregon: how does TR handle this LJE case?
<eregon> By tracking if the frame is on the stack or not, similar to your fix I believe
<eregon> I updated the specs again, so most rubies are in sync wrt specs now
bbrowning is now known as bbrowning_away
prasun has quit [Ping timeout: 246 seconds]
camlow325 has joined #jruby
bbrowning_away is now known as bbrowning
camlow325 has quit [Quit: WeeChat 1.5]
bbrowning is now known as bbrowning_away
camlow325 has joined #jruby
bbrowning_away is now known as bbrowning
camlow325 has quit [Quit: WeeChat 1.5]
camlow325 has joined #jruby
camlow325 has quit [Ping timeout: 240 seconds]
Cyrus has quit [Quit: WeeChat 1.7.1]
<headius> eregon: great thank you
akp_ has joined #jruby
akp has quit [Ping timeout: 240 seconds]
akp_ has quit [Ping timeout: 240 seconds]
<GitHub48> [jruby] headius pushed 1 new commit to ruby-2.4: https://git.io/vQ8xc
<GitHub48> jruby/ruby-2.4 62e9dd7 Charles Oliver Nutter: Disable MRI memory leak checking in tests on JRuby.
oncall-pokemon has quit [Quit: Connection closed for inactivity]
camlow325 has joined #jruby
camlow325 has quit [Ping timeout: 255 seconds]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lanceball is now known as lance|afk
bbrowning is now known as bbrowning_away
<Antiarc> I'm seeing a weird issue under 9.1.12.0 - https://gist.github.com/cheald/5de46bfdc45e8ad67a01fc16d23575d9 - StackOverflowError when including things
<Antiarc> What's REALLY odd is that it only happens on some machines
camlow325 has joined #jruby
akp has joined #jruby
akp_ has joined #jruby
akp has quit [Remote host closed the connection]
<GitHub56> [jruby] headius pushed 4 new commits to ruby-2.4: https://git.io/vQ4Ip
<GitHub56> jruby/ruby-2.4 4b21723 Charles Oliver Nutter: [2.4] Thread.report_on_exception defaults to false, not nil.
<GitHub56> jruby/ruby-2.4 0f7f01d Charles Oliver Nutter: [2.4] Use null-object to avoid NPE on uninitialized thread.
<GitHub56> jruby/ruby-2.4 f5d2ad8 Charles Oliver Nutter: [2.4] Add [Unbound]Method#original_name.
akp has joined #jruby
akp_ has quit [Ping timeout: 240 seconds]
akp has quit [Remote host closed the connection]
akp has joined #jruby
drbobbeaty has joined #jruby
<Antiarc> removing `super` from initialize_copy does it, but I don't suspect that's desired
<Antiarc> I can't repro the issue in a bubble, though - calling super in initialize_copy works just fine. Wonder if maybe it's a jit issue?
<Antiarc> It feels like somehow jruby is getting stuck in a loop calling that CriteriaHash#initialize_copy method over and over and blowing the stack
<Antiarc> Okay, the good news is that I can reproduce the issue by running the plucky suite, but only on this specific box. Interesting.
raeoks has joined #jruby