Probs with vi?

Posted by: Tim

Probs with vi? - 31/08/2001 12:13

Does anybody else have problems with vi running on the MK2/Rio? Every once in while, if I'm in vi for awhile, it freaks out and starts scrolling these errors until I pull the power:

Function entered at [<02037a10>] from [<0203882c>]
r9 = 00000001 r8 = 0205E678 r7 = 0205E678 r6 = 00000011
r5 = 0205DD90 r4 = 0206A4D0

Those just keep repeating. Freaked me out the first time.



Posted by: borislav

Re: Probs with vi? - 31/08/2001 18:22

Does anybody else have problems with vi running on the MK2/Rio? Every once in while, if I'm in vi for awhile, it freaks out and starts scrolling these errors until I pull the power:

Function entered at [<02037a10>] from [<0203882c>]
r9 = 00000001 r8 = 0205E678 r7 = 0205E678 r6 = 00000011
r5 = 0205DD90 r4 = 0206A4D0


That's part of the backtrace printed by the kernel, it tells you which function invoked which with what parameters. There might have been some messages on top of all this indicating the real problem.

Are you by any chance trying to run vi while the player is running? You might be running out of memory.

Borislav


Posted by: Tim

Re: Probs with vi? - 31/08/2001 20:45

I *thought* I always turned the player off. I'll double check from now on then, and see if that makes a difference.