On Sat, Sep 06, 2008 at 10:56:04AM +0200, Florian Weimer wrote:
> * Steve Langasek:

> > Well, obviously it's not any of these errors since this is their own test
> > suite... but done anyway, to see what kind of output we get:

> >     FILE *errfile;

> >     errfile = fopen("/home/vorlon/debugging-db.log", "w");
> >     i = db_env_create(&env, 0);
> >     i = env->set_encrypt(env, "passw0rd", DB_ENCRYPT_AES);
> >     i = env->set_errfile(env, errfile);
> >     [...]

> > /home/vorlon/debugging-db.log is created as an empty file.

> Oh?  Please use stderr, or disable buffering, in case the stdio buffers
> aren't flushed properly.

Nothing when using stderr, either.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
[EMAIL PROTECTED]                                     [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to