/sys/doc/ Documentation archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Limbo bus error



Limbo causes a bus error when compiling this:

init(ctxt: ref Draw->Context, argv: list of string)
{
	Rread: type chan of (array of byte, string);
#	nice program......
}

It only happens when the typedef is the first thing in a proc:

init(ctxt: ref Draw->Context, argv: list of string)
{
	x : int;
	Rread: type chan of (array of byte, string);
#	nice program......
}

does not cause the error.

(I'm using solaris BETA.2 Build 14)



Daniel van Os