Subject | Re: [IB-Architect] assert triggers and server aborts |
---|---|
Author | Ann Harrison |
Post date | 2000-08-21T21:03:11Z |
>That's an invalid assertion - the engine is happy to
>Preconditions: debug build with DEV_BUILD macro defined.
>
>SELECT DISTINCT RDB$DESCRIPTION FROM RDB$RELATIONS;
>
>This results in an triggered assert
> assert (sort_key->skd_dtype != 0);
>at (or about) line 4287 in jrd/opt.c.
sort by a blob field - uses the blob id, so the results
aren't very interesting, but it does work. A better
solution would be to fix DSQL so its late parse phase
detects a nonsense operation and reports an error.
Ann