General

Profile

orem (Chris Schlaeger)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 5 5

Activity

04/23/2010

02:33 AM Ruby Bug #3052: DRb::start_service fails to detect used port
=begin
On Thu, Apr 22, 2010 at 6:58 PM, Yusuke ENDOH <mame@tsg.ne.jp> wrote:
> This may be side effect of ipv6 support of ext/socket.
> What's printed by:
>
>  require "socket"
>  p TCPServer.new("localhost", 1234).addr
>  p TCPSe...
orem (Chris Schlaeger)
12:06 AM Ruby Bug #3052: DRb::start_service fails to detect used port
=begin
I did some more tests and the problem is most likely not DRb specific.
I can reproduce this with TCPSocket as well. The system was an
openSUSE 11.1 and 11.2. Both have IPv6 enabled. The problem does not
occur when I use 127.0....
orem (Chris Schlaeger)

03/30/2010

04:08 PM Ruby Bug #3052 (Rejected): DRb::start_service fails to detect used port
=begin
When I call DRb.start_service('druby://localhost:1234') and port 1234 is already in use, I silently end up with a broken DRb service. start_service should detect that the port is already in use and raise an exception.

I've a...
orem (Chris Schlaeger)

11/15/2009

11:17 PM Ruby Bug #2371: [BUG] thread_free: locking _mutex must be NULL
=begin
Thanks for the very quick response!

> The following patch should fix the issue.  Could you try?

Sure.

> diff --git a/thread.c b/thread.c
> index ba717bd..5ea1982 100644
> --- a/thread.c
> +++ b/thread.c
> @@ -380,6 +...
orem (Chris Schlaeger)
05:26 PM Ruby Bug #2371 (Closed): [BUG] thread_free: locking _mutex must be NULL
=begin
During the development of a project management application I encountered the following problem. Every 10th run or so, the ruby interpreter crashes with the error message in the subject. I've attached a full backtrace in the log f...
orem (Chris Schlaeger)
05:11 PM Ruby Bug #2370 (Closed): Forked process generates spurious signal errors
=begin
The attached test program demonstrates the problem. About 25% percent of the time the forked-off program terminates with a signal error.

For best results the first parameter of the doRun() call should be set to a value sligh...
orem (Chris Schlaeger)

03/09/2009

06:33 PM Ruby Bug #1227: [BUG] object allocation during garbage collection phase
=begin
Yes, I was using Ruby 1.9.1 (or rather a post 1.9.1 SVN snapshot).

Chris

On Mon, Mar 9, 2009 at 8:00 AM, Charlie Savage <redmine@ruby-lang.org> wrote:
> Issue #1227 has been updated by Charlie Savage.
>
>
> Hey Chris,
...
orem (Chris Schlaeger)

03/01/2009

02:01 AM Ruby Bug #1227 (Third Party's Issue): [BUG] object allocation during garbage collection phase
=begin
I'm trying to profile sections of a large application (taskjuggler) with ruby-prof. As soon as I hit the RubyProf.stop call, I get the attached error message. Since ruby-prof is using C code as well, this may be a ruby-prof issue...
orem (Chris Schlaeger)

02/23/2009

04:35 PM Ruby Bug #1181: [BUG] thread_free: keeping_mutexes must be NULL
=begin
I can confirm that your patch fixes the problem. Thanks for your quick help!

Chris
=end
orem (Chris Schlaeger)

02/20/2009

05:10 AM Ruby Bug #1181 (Closed): [BUG] thread_free: keeping_mutexes must be NULL
=begin
I've tried to run taskjuggler with ruby 1.9 CVS from today and got internal error messages. The applications runs fine with ruby 1.8.7. I tried to cut it down to a smaller test case, but it seems like you need the full app to tri...
orem (Chris Schlaeger)

Also available in: Atom