[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: testing
On Wednesday 10 October 2001 19:47, you wrote:
> > On Wednesday 10 October 2001 18:35, you wrote:
> >
> > jsihey kills my image (also with the list command)
> >
> > the only message I can see is : demuxkey.c:183: failed assertion
> > 'dkey->chan ==chan'
>
> Its a problem with moab, try applying the following patch to src/channel.c
>
> --- channel.c Fri Jan 19 14:25:06 2001
> +++ channel.c Wed Oct 10 11:45:34 2001
> @@ -230,7 +230,8 @@
> err = chan->ops->create(chan);
> if (ani_error_occured(err)) {
> ani_chan_unlock(chan);
> - ani_demuxkey_removechannel(demux, chan);
> + if (ctype == CHAN_IN)
> + ani_demuxkey_removechannel(demux, chan);
> ani_ilock_deinit(&chan->lock);
> return err;
> }
>
Unfortunately the patch didn't solve the problem...
I re-built MOab and that rebuilt the janosVM, but I still get the same error
:(
thanks
Andreas
[ Janos ] [ OSKit ] [ Network Testbed ] [ Flick ] [ Fluke ]
Flux Research Group / Department of Computer Science / University of Utah