[jruby-dev] [jira] Created: (JRUBY-1294) crash starting jar-console on trunk, r4214

2007-08-27 Thread Stephen Bannasch (JIRA)
crash starting jar-console on trunk, r4214 -- Key: JRUBY-1294 URL: http://jira.codehaus.org/browse/JRUBY-1294 Project: JRuby Issue Type: Bug Environment: MacOS 10.4.10, JRuby trunk, r4212

Re: [jruby-dev] Basic Fiber support on trunk

2007-08-27 Thread Charles Oliver Nutter
Nick Sieger wrote: Cool. Did Mental write that code? Because it's his name in the copyright section... Oh, no...his name is just in the author javadoc. I just started with ThreadLibrary as a base because I'm lazy. There's no shared code. I'll fix the javadoc. - Charlie --

[jruby-dev] [jira] Created: (JRUBY-1293) Concurrency issue with include_class, multiple threads, and JIT

2007-08-27 Thread Nick Sieger (JIRA)
Concurrency issue with include_class, multiple threads, and JIT --- Key: JRUBY-1293 URL: http://jira.codehaus.org/browse/JRUBY-1293 Project: JRuby Issue Type: Bug Componen

Re: [jruby-dev] Basic Fiber support on trunk

2007-08-27 Thread Nick Sieger
On 8/27/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > > I've committed really basic Fiber support on trunk. It passes the simple > tests from YARV's test_fiber (also committed, with bits commented out), > and appears to run all demo code I've found online. The following parts > aren't impl

[jruby-dev] [jira] Created: (JRUBY-1292) No filename in error message for some types of errors

2007-08-27 Thread Tor Norbye (JIRA)
No filename in error message for some types of errors - Key: JRUBY-1292 URL: http://jira.codehaus.org/browse/JRUBY-1292 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.0.0, JRu

[jruby-dev] [jira] Created: (JRUBY-1291) 1.0.1 killed the DRb server

2007-08-27 Thread Mikael Lammentausta (JIRA)
1.0.1 killed the DRb server --- Key: JRUBY-1291 URL: http://jira.codehaus.org/browse/JRUBY-1291 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.0.1 Environment: Gentoo Linux, JRuby installed to /

[jruby-dev] Basic Fiber support on trunk

2007-08-27 Thread Charles Oliver Nutter
I've committed really basic Fiber support on trunk. It passes the simple tests from YARV's test_fiber (also committed, with bits commented out), and appears to run all demo code I've found online. The following parts aren't implemented yet: - all error-handling - Fiber.transfer (I wasn't clear

[jruby-dev] [jira] Created: (JRUBY-1290) DRb fails to bind to socket: Address in use (Errno::EADDRINUSE)

2007-08-27 Thread Andy Lo-A-Foe (JIRA)
DRb fails to bind to socket: Address in use (Errno::EADDRINUSE) --- Key: JRUBY-1290 URL: http://jira.codehaus.org/browse/JRUBY-1290 Project: JRuby Issue Type: Bug Affects Versio