Hi! ----
Does anyone know tools to track down problems caused by uninitalised global or stack variables except dbx's "check -access" functionality (which doesn't work in B84) which work in Solaris 11 ? BTW: Did anyone thought about adding compiler options yet to initalise "uninitalised" variables with a fixed byte sequence (e.g. -xinituninitalised=0xdeadbeef will fill all uninitalised memory belonging to variables on the stack with the (repeated) sequence 0xdeadbeef ; using -xinituninitalised=0xff will write 0xff repeatedly into such memory etc.) to make this kind of bug hunt more "predictable" ? ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.mainz at nrubsig.org \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 7950090 (;O/ \/ \O;)
