bug-bash
[Top][All Lists]
Advanced

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

mksignames error with AIX


From: JWeskaefer
Subject: mksignames error with AIX
Date: Thu, 14 Dec 2000 12:34:51 EST

(Only e-mail access I could find)

Build Error due to segment violation in mksignames

AIX 4.3.3.0
BASH 2.4

SIGMAX is defined as 63
NSIG is defined as SIGMAX+1
SIGRTMIN is 888
SIGRTMAX is 999

this causes a problem on line 79 of support/mksignames.c
signal_names[rtmax] = ...

I just changed line 35 to 100*NSIG instead of 2*NSIG

Regards,

Wes Kaefer




reply via email to

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