bug-gnu-utils
[Top][All Lists]
Advanced

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

Bug-Report (Feature Request?) id-utils-3.2d


From: Sven Utcke
Subject: Bug-Report (Feature Request?) id-utils-3.2d
Date: Thu, 14 Feb 2002 19:21:51 +0100 (CET)

Hi,

I would like to report what I consider a bug (two, actually) in the
id-utils --- although you might consider it a feature; if you do
please treat this mail as a feature request.

Bug Nr. 1:

When programming, I usually do not write my *.c files directly, but
rather write *.web files (in FWEB) or *.prog files (Khoros) from which
*.c files will be generated (as well as *.h files, makefiles, *.tex
files and possibly many formats more).  A c-file generated in such a
way might look like this:

--- snip ---
#define MAX(x,y)((x)>(y)?(x):(y))
/* 45: */
#line 1085 "test-homology.web"

#include "read_tangent_files.h" 
#include "read_Outline.h"       

static char rcsid[]= "$Id: test-homology.web,v 1.11 2001/12/21 15:40:15 utcke 
Exp utcke $";

/* 1: */
#line 181 "test-homology.web"

#define COMBINATIONS 1
--- snip ---

Naturally, when looking for the definition of rcsid I do _not_ want to
be referred to line 8 of test-homology.c (which I never even look at),
but rather to line 1090 of file test-homology.web --- i.e. I think
that mkid should honour #line directives, or at least provide an
option to do so.

Bug Nr. 2:

mkid fails when given only one file:

kogs12>/home/utcke/src/SOR/HarmHom% mkid -v -s --output=xxx test-homology.c
files=1, largest=24904, slots=2048
0: C: test-homology.c  new = 205/2534 = 8%
Sorting tokens...
mkid.c:551: failed assertion `summary_root->sum_hits_count == 
token_table.ht_fill'
Abort


Apart from this, thanks for mkid!

Greetings from Germany

Sven
-- 
 _  __                     The Cognitive Systems Group
| |/ /___  __ _ ___                                       University of Hamburg
| ' </ _ \/ _` (_-<  phone:    +49 (0)40 42883-2576      Vogt-Koelln-Strasse 30
|_|\_\___/\__, /__/  fax  :    +49 (0)40 42883-2572             D-22527 Hamburg
          |___/ http://kogs-www.informatik.uni-hamburg.de/~utcke/home.html



reply via email to

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