closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
hsbt_away is now known as hsbt
Aethenelle has quit [Quit: Aethenelle]
znz_jp has joined #ruby-core
Aethenelle has joined #ruby-core
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Changing host]
rafaelfranca has joined #ruby-core
<znz_jp> biff: [ruby-changes:42422] nobu:r54496 (trunk): lgamma_r.c: fix at -0.0 - http://mla.n-z.jp/?ruby-changes=42422
enebo has joined #ruby-core
enebo has quit [Client Quit]
Aethenelle has quit [Ping timeout: 276 seconds]
<znz_jp> biff: [ruby-changes:42423] nobu:r54497 (trunk): Logger: simple refactoring - http://mla.n-z.jp/?ruby-changes=42423
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
znz_jp has quit [Quit: kill -QUIT $$]
znz_jp has joined #ruby-core
zzak has joined #ruby-core
<zzak> [Textual User, irc.freenode.net] hey all
<zzak> [Textual User, irc.freenode.net] running into an odd issue where my thread is dying without any kind of error or anythign what so ever
<zzak> [Textual User, irc.freenode.net] I've got a thread in a loop, so it should go on forever
<zzak> [Textual User, irc.freenode.net] but it seems to be stopping sometimes (I assume upon an exception)
<zzak> [Shannon, irc.freenode.net] Cohedrin: Set: Thread.abort_on_exception = true
<zzak> [Textual User, irc.freenode.net] havenwood, I saw that, but I've already wrapped the entire loop in a begin rescue
<zzak> [Textual User, irc.freenode.net] where I rescue exception
<zzak> [Textual User, irc.freenode.net] so it shouldn't be bubbling up enough for that to catch it
<zzak> [Shannon, irc.freenode.net] Cohedrin: Any errors with that ^ set up front?
<zzak> [Textual User, irc.freenode.net] with the rescue block?
<zzak> [Textual User, irc.freenode.net] or abort on exception?
<zzak> [Shannon, irc.freenode.net] the latter
<zzak> [Textual User, irc.freenode.net] I haven't set that as of yet
<zzak> [Textual User, irc.freenode.net] I've no idea where the exception comes from, I only know the app is crashing due to the thread executing stoppign
<zzak> [Textual User, irc.freenode.net] like I said though, the rescue block should be stopping the exception before it gets to that point though
<zzak> [Textual User, irc.freenode.net] unless I'm misunderstanding something
<zzak> [Shannon, irc.freenode.net] Cohedrin: Try abort_on_exception and see what it reveals if anything?
<zzak> [Textual User, irc.freenode.net] sounds like a plan
<zzak> [Textual User, irc.freenode.net] Is there any other reason a thread would stop execution other than it encountered an unhandled expection?
<zzak> [Textual User, irc.freenode.net] maybe garbage collection or something similar?
<zzak> [Rick Hull, irc.freenode.net] Cohedrin: check Thread.abort_on_execution or similar
<zzak> [Textual User, irc.freenode.net] Already got that
<zzak> [Textual User, irc.freenode.net] doesn't seem to be the case
<zzak> [Textual User, irc.freenode.net] thread just stopping :(
<znz_jp> biff: [ruby-changes:42424] nobu:r54498 (trunk): test_ssl.rb: skip unavailable pkeys - http://mla.n-z.jp/?ruby-changes=42424
<zzak> [Rick Hull, irc.freenode.net] Cohedrin: oh, the other one is Thread.raise_on_exception
<zzak> [Rick Hull, irc.freenode.net] or similar
<zzak> [Rick Hull, irc.freenode.net] that's probably it
<zzak> [Textual User, irc.freenode.net] RickHull, hmm, I'll look into it
<zzak> [Textual User, irc.freenode.net] thanks
<zzak> [Rick Hull, irc.freenode.net] abort_on_execution, heh -- that can't possibly be it xD
<znz_jp> biff: [ruby-changes:42425] nobu:r54499 (trunk): configure.in: check lgamma_r(-0.0) - http://mla.n-z.jp/?ruby-changes=42425
<znz_jp> biff: [ruby-changes:42426] hsbt:r54500 (trunk): * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.3. - http://mla.n-z.jp/?ruby-changes=42426
madgen has joined #ruby-core
n0kada has quit [Remote host closed the connection]
n0kada has joined #ruby-core
cbliard has joined #ruby-core
<cbliard> Hi, I just had a ruby 2.3.0 segfault with "Stack consistency error (sp: 547, bp: 598)". What are sp and bp?
cbliard has left #ruby-core [#ruby-core]
<znz_jp> biff: [ruby-changes:42427] nobu:r54501 (trunk): btest: resource limit - http://mla.n-z.jp/?ruby-changes=42427
madgen has quit [Ping timeout: 264 seconds]
<znz_jp> biff: [ruby-changes:42428] usa:r54502 (trunk): * tool/downloader.rb (RubyGems.download): follow the change of the - http://mla.n-z.jp/?ruby-changes=42428
madgen has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
madgen has quit [Ping timeout: 260 seconds]
madgen has joined #ruby-core
madgen has quit [Ping timeout: 268 seconds]
madgen has joined #ruby-core
madgen has quit [Ping timeout: 260 seconds]
wycats has quit [Read error: Connection reset by peer]
wycats has joined #ruby-core
madgen has joined #ruby-core
enebo has joined #ruby-core
<znz_jp> biff: [ruby-changes:42429] nobu:r54503 (trunk): configure.in: fix lgamma_r condition - http://mla.n-z.jp/?ruby-changes=42429
<znz_jp> biff: [ruby-changes:42430] eregon:r54504 (trunk): * ext/coverage/coverage.c: Fully reset coverage to not persist global state. - http://mla.n-z.jp/?ruby-changes=42430
travis-ci has joined #ruby-core
<travis-ci> The build was broken. by @eregon: See https://travis-ci.org/ruby/ruby/builds/121166414
travis-ci has left #ruby-core [#ruby-core]
<eregon> Build fixed :)
madgen has quit [Ping timeout: 264 seconds]
Aethenelle has joined #ruby-core
madgen has joined #ruby-core
nagachika has joined #ruby-core
<znz_jp> biff: [ruby-changes:42431] nagachika:r54505 (ruby_2_3): merge revision(s) 54304: [Backport #12223] - http://mla.n-z.jp/?ruby-changes=42431
madgen has quit [Ping timeout: 246 seconds]
madgen has joined #ruby-core
shinnya has joined #ruby-core
madgen has quit [Ping timeout: 260 seconds]
madgen has joined #ruby-core
nagachika has quit [Remote host closed the connection]
shinnya has quit [Ping timeout: 248 seconds]
drbrain has quit [Quit: Goodbye]
drbrain has joined #ruby-core
madgen has quit [Ping timeout: 276 seconds]
madgen has joined #ruby-core
Long_yanG has joined #ruby-core
LongyanG has quit [Ping timeout: 244 seconds]
enebo has quit [Quit: enebo]
madgen has quit [Ping timeout: 264 seconds]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away