Joseph Austin

Results 21 comments of Joseph Austin

Yes, I'm still learning ;) Ive been doing that more often now. I just fired up 1.9.3's irb and got my app to load up, and it handles the exceptions....

Okay then, I'll have a look at it and if I fix it I'll send you a patch :) There's a workaround by doing exception handling inside every block manually

And i was wrong, i corrected myself and it -does- lock up in the older ruby. It says "NameError:" and freezes.

And then the memory use goes up, up , up.... ctrl-c gives me the proper dump. So some recursive or infinite loop happens.

Hrm. It's something I did because i just tried to recreate the issue from scratch and couldn't. I would guess it has to do with all the threading stuff i...

ugh, that formatted nicely.

Yeah but it's not running any of that in an actual thread, i just happen to have a few running off to the side loading thumbnails. Okay, I'm going to...

Oh, I didn't know about these. They look like c# coroutines. Thanks!

Found it. It has something to do with having a file list. I copied mine from your default and modified it, but even yours causes the bug. Here's the code:...

Well I'm off for now. I'll keep poking, but it looks like it has to do with the presence of a list. When I deleted everything but the list it...