[Serdev] core dump with lcr module
Norman Brandinger
norm at goes.com
Tue Mar 15 12:10:47 UTC 2005
I have been working with Jan for the last couple of weeks on this problem.
As of last week, I think that I have determined the root of the problem and
a couple of solutions.
I've been waiting for Jan to respond to my latest analysis of this problem.
Perhaps if you contact him, so he can be alerted that more than just one
user is experiencing the failure.
Note that the fix below just "sweeps the problem under the rug", the
complete solution is a little more complex. Haven't heard back from Jan in
regard to these solutions.
The quick fix is to change (parser/hf.h) from:
enum _hdr_types_t {
HDR_ERROR_T = -1 /* Error
while parsing */,
HDR_VIA_T = 0 /* Via header
field */,
HDR_VIA1_T = 0 /* First Via
header field */,
HDR_VIA2_T = 1 /* only used
as flag */,
to:
enum _hdr_types_t {
HDR_ERROR_T = -1 /* Error
while parsing */,
HDR_VIA_T = 1 /* Via header
field */,
HDR_VIA1_T = 1 /* First Via
header field */,
HDR_VIA2_T = 2 /* only used
as flag */,
Regards,
Norman Brandinger
GOES Telecom
norm at goes dot com
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
More information about the Serdev
mailing list