From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (8.12.3+3.5Wbeta/8.12.6/Debian-8) with ESMTP id h8JCLFGc022673; Fri, 19 Sep 2003 21:21:15 +0900 Received: from funfun.nagaokaut.ac.jp (funfun.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with SMTP id 2239C5F29; Fri, 19 Sep 2003 21:30:32 +0900 (JST) Received: from helium.ruby-lang.org (helium.ruby-lang.org [210.251.121.214]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 6134F63003A; Fri, 19 Sep 2003 21:30:30 +0900 (JST) Received: from helium.ruby-lang.org (localhost [127.0.0.1]) by helium.ruby-lang.org (Postfix) with ESMTP id BE78C45A803; Fri, 19 Sep 2003 21:30:28 +0900 (JST) Received: from moulon.inra.fr (moulon.inra.fr [138.102.114.1]) by helium.ruby-lang.org (Postfix) with ESMTP id 24B5A45A800 for ; Fri, 19 Sep 2003 21:30:26 +0900 (JST) Received: from moulon.inra.fr (localhost [127.0.0.1]) by moulon.inra.fr (8.10.1/8.10.1) with ESMTP id h8JCUN129949 for ; Fri, 19 Sep 2003 14:30:23 +0200 (MET DST) Received: (from decoux@localhost) by moulon.inra.fr (8.10.1/8.10.1) id h8JCUMt29944; Fri, 19 Sep 2003 14:30:22 +0200 (MET DST) Date: Fri, 19 Sep 2003 21:30:28 +0900 Posted: Fri, 19 Sep 2003 14:30:22 +0200 (MET DST) From: ts Reply-To: ruby-core@ruby-lang.org Subject: Re: How to debug ? To: ruby-core@ruby-lang.org Cc: ruby-core@ruby-lang.org Message-Id: <200309191230.h8JCUMt29944@moulon.inra.fr> In-Reply-To: (message from Torsten Rueger on Fri, 19 Sep 2003 21:13:39 +0900) References: X-ML-Name: ruby-core X-Mail-Count: 01546 X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post) X-ML-Info: If you have a question, send e-mail with the body "help" (without quotes) to the address ruby-core-ctl@ruby-lang.org; help= Precedence: bulk List-Id: ruby-core.ruby-lang.org List-Software: fml [fml 4.0.3 release (20011202/4.0.3)] List-Post: List-Owner: List-Help: List-Unsubscribe: X-Virus-Scanned: by AMaViS perl-10 >>>>> "T" == Torsten Rueger writes: T> How can I debug such a problem: I mean how do I even find out what all T> thise eveal and funcalls do ? Is there some debug switch, so I can You have not given the most important information : it crash when you use testunit no ? Try first to run it out of testunit if you can. What is your version of ruby ? Guy Decoux