Project

General

Profile

Actions

Bug #2371

closed

[BUG] thread_free: locking _mutex must be NULL

Added by orem (Chris Schlaeger) over 14 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.9.2dev (2009-11-10 trunk 25704) [x86_64-linux]
Backport:
[ruby-core:26745]

Description

=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 file. I've tried to reproduce the problem with a smaller test case, but without success. Sorry for that!

Here is how to reproduce the problem:

  1. Download the taskjuggler gem: http://www.taskjuggler.org/tj3/taskjuggler-0.0.3.gem and install it
  2. change to the 'examples' directory that comes with the gem or download tutorial.tjp from http://www.taskjuggler.org/tj3/examples/tutorial.tjp
  3. while /bin/true ; do tj3 -c 3 tutorial.tjp || break; done

The -c N option should be set slightly higher than the number of CPU cores in the system.
The program works fine with ruby 1.8.7 PL27.
=end


Files

log (1.3 KB) log Backtrace orem (Chris Schlaeger), 11/15/2009 05:26 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0