[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linrad] Speech processing segfault (01.25)
Hi All,
The reason for segmentation errors in the function V/A/B
has turned out to be a write outside the svgalib screen.
It depends on what videocard one has in the system
whether a segfault happens or not (it does not happen here).
To run the speech processor tests, change line 633
in settx.c:
original: for(i=0; i<WIDTH/text_width; i++)
change to: for(i=0; i<WIDTH/text_width-1; i++)
73
Leif / SM5BSZ
LINRADDARNIL