Re: rmidish - crash?

From: Alexandre Ratchov <alex_at_caoua.org>
Date: Fri Sep 18 2009 - 13:07:44 CEST
On Fri, Sep 18, 2009 at 11:53:06AM +0200, Alexandre Ratchov wrote:
> On Thu, Sep 17, 2009 at 11:49:12PM -0500, Josh Lawrence wrote:
> > Hi everyone,
> > 
> > I've been working on learning the basics of learning midish using
> > rmidish.  I followed the example in the documentation, and setup my
> > keyboard as the only device to read/write from.  I recorded about 30
> > seconds of music, and when I hit 's' to stop the recording, I got
> > this:
> > 
> > timo_done: timo_queue not empty!
> > 
> > Apparently, I worked Mr. Timo so hard with my poor playing that he
> > decided to quit and knocked me out of rmidish altogether.  :)
> > 
> > Any ideas as to what I might have done wrong?
> > 
> 
> hi!
> 
> oh, you haven't done anything wrong; There are lots of
> consistency checks in the code and it seems that one of them
> detected that something went wrong and aborted the execution
> to ease tracking the bug.
> 
> You should have a ``core'' (or ``midish.core'') file in the
> directory where it crashed. If so, could you run the
> following:
> 
> 	gdb /usr/local/bin/midish core
> 
> and then type ``backtrace'' and send me the output?
> (assuming midish is installed in ``/usr/local/bin'' and that
> you have gdb installed).
> 
> that would show exactly what happened.
> 

ah... nevermind, i just found the problem and commited the
fix. This shouldn't happen anymore.

Anybody using a recent snapshot should upgrade to the latest
snapshot or simply update by cvs:

	cd /path/to/midish
	cvs update
	make
	make install

-- Alexandre
Received on Fri, 18 Sep 2009 13:07:44 +0200

This archive was generated by hypermail 2.1.8 : Wed Nov 08 2017 - 16:32:21 CET