Index

Show enters and exits. Hide enters and exits.

09:15:26dbussinkanyone awake?
09:22:17VVSizdbussink: not many are
09:22:49VVSizrue is definitely not one of those who are awake! flooding!
09:23:53dbussinkVVSiz: i can imagine yeah, digging into an issue but probably need evan to help out a bit :)
09:24:58VVSizwe got a huge amount of spam over at #jruby, and #git channel has been spammed heavily too
09:25:44dbussinkVVSiz: unless you have intrigate knowledge of rubinius internals
09:25:52dbussinkVVSiz: i've seen a lot of ctcp requests
09:25:58dbussinkdisabled them for now in my client
09:26:26VVSizheh, I have no knowlegde
17:34:03dbussinkevan: ping?
19:51:45boyscoutFix non-proxy case in configure - cebd593 - Evan Phoenix
19:51:54evanwho is David Pinheiro?
19:52:00evanbecause he needs to be scolded.
19:55:28boyscoutCI: rubinius: cebd593 successful: 3024 files, 11747 examples, 35951 expectations, 0 failures, 0 errors
19:57:07dbussinkevan: no idea
19:57:20dbussinkevan: i've got a question, been investigating some issue today
19:57:34dbussinkevan: which i think exposes an issue in the method inliner
19:57:42evanok
19:57:47evani've only got a few minutes
19:58:30dbussinkevan: ah, well, problem is that the scope for a call_frame for an inlined method seems to lack a reference to the module it belongs to
19:59:14evanyes, i'm aware of that.
19:59:19evanwhat problem is it causing.
20:00:02dbussinkevan: well, the one i was seeing is that it crashes the profiler
20:00:09evanwell no.
20:00:10dbussinkwhen it hits an inlined method
20:00:21evanthere was a crash with the module as nil
20:00:24evanbut i've already fixed that.
20:00:29dbussinki still see that issue
20:00:33dbussinkfor inlined methods
20:00:38evanyou're running the profile NOT with -Xint then?
20:00:49evanbecause that is not well supported.
20:01:01dbussinkevan: yeah, that why i mentioned it going wrong for inlined methods
20:01:17dbussinkbut this requires some rework to support?
20:01:19evanthe profiler should handle the module being nil properly.
20:01:27dbussinkah ok
20:01:33dbussinkit can't cause issues for other code?
20:01:42evanno, not really.
20:02:06evani know the fix for there being no module there
20:02:08evani'll fix it soon.
20:02:29dbussinkah ok, i couldn't find how to fix it properly myself
20:02:37dbussinkbut already got somewhere investiging it :P
20:02:54evanso
20:03:00evani'll go ahead and fix both of these issues later today
20:03:11evanthey've been on the back burner because i didn't think anyone hit them.
20:03:15evangotta go now.
20:03:22dbussinkevan: np, have a nice day!
20:13:40cremesevan: your "configure" fix solved the problem; thank you