Show enters and exits. Hide enters and exits.
| 09:15:26 | dbussink | anyone awake? |
| 09:22:17 | VVSiz | dbussink: not many are |
| 09:22:49 | VVSiz | rue is definitely not one of those who are awake! flooding! |
| 09:23:53 | dbussink | VVSiz: i can imagine yeah, digging into an issue but probably need evan to help out a bit :) |
| 09:24:58 | VVSiz | we got a huge amount of spam over at #jruby, and #git channel has been spammed heavily too |
| 09:25:44 | dbussink | VVSiz: unless you have intrigate knowledge of rubinius internals |
| 09:25:52 | dbussink | VVSiz: i've seen a lot of ctcp requests |
| 09:25:58 | dbussink | disabled them for now in my client |
| 09:26:26 | VVSiz | heh, I have no knowlegde |
| 17:34:03 | dbussink | evan: ping? |
| 19:51:45 | boyscout | Fix non-proxy case in configure - cebd593 - Evan Phoenix |
| 19:51:54 | evan | who is David Pinheiro? |
| 19:52:00 | evan | because he needs to be scolded. |
| 19:55:28 | boyscout | CI: rubinius: cebd593 successful: 3024 files, 11747 examples, 35951 expectations, 0 failures, 0 errors |
| 19:57:07 | dbussink | evan: no idea |
| 19:57:20 | dbussink | evan: i've got a question, been investigating some issue today |
| 19:57:34 | dbussink | evan: which i think exposes an issue in the method inliner |
| 19:57:42 | evan | ok |
| 19:57:47 | evan | i've only got a few minutes |
| 19:58:30 | dbussink | evan: 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:14 | evan | yes, i'm aware of that. |
| 19:59:19 | evan | what problem is it causing. |
| 20:00:02 | dbussink | evan: well, the one i was seeing is that it crashes the profiler |
| 20:00:09 | evan | well no. |
| 20:00:10 | dbussink | when it hits an inlined method |
| 20:00:21 | evan | there was a crash with the module as nil |
| 20:00:24 | evan | but i've already fixed that. |
| 20:00:29 | dbussink | i still see that issue |
| 20:00:33 | dbussink | for inlined methods |
| 20:00:38 | evan | you're running the profile NOT with -Xint then? |
| 20:00:49 | evan | because that is not well supported. |
| 20:01:01 | dbussink | evan: yeah, that why i mentioned it going wrong for inlined methods |
| 20:01:17 | dbussink | but this requires some rework to support? |
| 20:01:19 | evan | the profiler should handle the module being nil properly. |
| 20:01:27 | dbussink | ah ok |
| 20:01:33 | dbussink | it can't cause issues for other code? |
| 20:01:42 | evan | no, not really. |
| 20:02:06 | evan | i know the fix for there being no module there |
| 20:02:08 | evan | i'll fix it soon. |
| 20:02:29 | dbussink | ah ok, i couldn't find how to fix it properly myself |
| 20:02:37 | dbussink | but already got somewhere investiging it :P |
| 20:02:54 | evan | so |
| 20:03:00 | evan | i'll go ahead and fix both of these issues later today |
| 20:03:11 | evan | they've been on the back burner because i didn't think anyone hit them. |
| 20:03:15 | evan | gotta go now. |
| 20:03:22 | dbussink | evan: np, have a nice day! |
| 20:13:40 | cremes | evan: your "configure" fix solved the problem; thank you |