Hi!
I've made patch for "include ${var}" but don't commit it. It's too late
and I'm too tired.
But I experenced very strange core dump.
in conf_lexer.lxx
extern HtConfiguration config;
...
String ParsedFilename = \
((HtConfiguration)config).ParseString(yytext);
^^^^^^^^^^^^^^^^^^^^^^^^ stupid code, but I don't see nothing criminal
in it. It destroy data and core in next function.
config.ParseString(yytext); works fine.
Can anyone explain why
SomeClass xxx
((SomeClass)xxx).SomeMethod(); caused core?
Vadim Chekan
P.S. gcc-2.7.2.1
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.