|
From: | Lunkenheimer, Wolfgang |
Subject: | AW: gnatsd - Segmentation fault |
Date: | Tue, 16 Mar 2004 09:42:47 +0100 |
Hi Lorna,
I've got my gnatsweb running.
First I changed two lines of code:
$ diff mail.c-org mail.c
185c185
< if (addrPtr == NULL || *addrPtr == NULL)
---
> if (addrPtr == NULL || *addrPtr == NULL || **addrPtr == NULL)
$ diff misc.c-org misc.c
389c389
< if (str == NULL)
---
> if (str == NULL || len <= 0)
That solved my problem with strace gnatsd.
But then I experienced that I could edit old PRs, but submitting a new one crashed gnatsd and left gnats locked.
To solve this I had to fill some additional fields in "responsible" and "submitters".
resonsible: Don't leave any e-mail address empty, especially not for gnats-admin.
submitters: Fill submitter type and response time.
Best regards
Wolfgang Lunkenheimer
Dr. Wolfgang Lunkenheimer
T-Systems GEI GmbH
Business Unit Geschäftsstelle Aachen
Hausadresse: Pascalstraße 8, 52076 Aachen
Postanschrift: Postfach 500 144, 52085 Aachen
Telefon: +49 (2408) 943-1135
Telefax: +49 (2408) 943-1430
E-Mail: wolfgang.lunkenheimer@t-systems.com
[Prev in Thread] | Current Thread | [Next in Thread] |