#898: Certain libxslt versions appear to be causing segmentation faults
--------------------+-------------------------------------------------------
Reporter: david | Owner: impl
Type: defect | Status: new
Priority: normal | Milestone: 1.0
Component: config | Version: 1.0.0beta1
Severity: major | Resolution:
Keywords: | Has_patch: 0
--------------------+-------------------------------------------------------
Comment(by david):
More info by ''Fastly'':
----
{{{
AgaviConfig::set('core.skip_config_validation', true);
AgaviConfig::set('core.skip_config_transformations', true);
}}}
works
----
{{{
// AgaviConfig::set('core.skip_config_validation', true);
AgaviConfig::set('core.skip_config_transformations', true);
}}}
gives
{{{
AgaviParseException
RELAX NG validation of configuration file
"/Users/alex/Sites/ths/branches/3.2/app/config/config_handlers.xml"
failed:
RELAX NG validation with
"/Users/alex/Sites/ths/branches/3.2/lib/agavi/src/config/rng/config_handlers.rng"
failed due to the following errors:
Line 22: Use of unregistered type library 'http://www.w3.org/2001
/XMLSchema-datatypes'
}}}
and more lines with the same error
----
{{{
AgaviConfig::set('core.skip_config_validation', true);
// AgaviConfig::set('core.skip_config_transformations', true);
}}}
segfaults
----
{{{
// AgaviConfig::set('core.skip_config_validation', true);
// AgaviConfig::set('core.skip_config_transformations', true);
}}}
segfaults
--
Ticket URL: <http://trac.agavi.org/ticket/898#comment:6>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets