pspp-dev
[Top][All Lists]
Advanced

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

Assertion in sort.c


From: John Darrington
Subject: Assertion in sort.c
Date: Thu, 6 Jan 2005 08:23:58 +0800
User-agent: Mutt/1.3.28i

I'm getting some very large input files asserting at sort.c:757

This line seems somewhat strange:

assert(max_order == 1 || 
                 (xsrt->run_cnt + dummy_run_cnt) % (max_order - 1) == 1);


Strange because only a few lines earlier I see "max_order = 2;"
Correct me if I'm wrong, but if max_order equal 2, then this assertion
is gaurenteed to be false ??

J'

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://wwwkeys.pgp.net or any PGP keyserver for public key.


Attachment: pgpE7oUoMik3K.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]