[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(no subject)
From: |
Randy Presuhn |
Subject: |
(no subject) |
Date: |
Wed, 4 Apr 2001 15:05:02 -0700 (PDT) |
Groff Bug Report
Please read the PROBLEMS file before sending in a bug report.
Please fill in all fields, even if you think they are not relevant.
Please delete the text in brackets before sending it in.
Please report separate bugs separately.
Send the completed form to address@hidden
GROFF VERSION:
groff-1.16.1
MACHINE:
HP-UX 9000/816
OS:
HP-UX B.10.20 A
COMPILER:
gcc-2.8.0
INPUT FILES:
any
COMMAND LINE:
groff -U -mud -pest file.ms
(using huge local macro package)
DESCRIPTION OF INCORRECT BEHAVIOUR:
sometimes core dumps with signal 11, other times gives error:
grops:file.ms:21870: cannot unlink `/var/tmp/groffa2@': No such file or
directory
but leaves behind temporary file /var/tmp/groffa2xxxx (usual pid-like stuff)
SUGGESTED FIX [optional]:
in file src/libs/libgroff/tmpfile.cc
replace line 101 with:
} *xtmpfiles_to_delete = NULL;
in file src/libs/libgroff/tmpfile.cc
replace line 123 with:
char *fname = new char[strlen(name) + 1];
in file src/libs/libdriver/input.cc
replace line 450 with:
static char *buf = NULL;
- (no subject),
Randy Presuhn <=