Hi,
I'm using dbx to track down a bug on a C program linked to a stripped (proprietary) ODBC library. I'm issuing the following commands at startup:
check -all
suppress all
unsuppress duf
To my suprise I get flooded by (useless) rui (Read from uninitialized) messages comming from the library.
I've tried all sorts of hacks (suppres -stack all in <Incriminated function in the ODBC lib>, but I couldn't get rid of the message anyway.
Any hints welcomed,
Regards,
Frederik Deweerdt