Comment 2 for bug 1415907

Revision history for this message
Anentropic (anentropic) wrote : Re: Crashes when making XMLSchema

After some more testing, a minimal file which causes the segfault is reproduced below:

```
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
 xmlns:xs="http://www.w3.org/2001/XMLSchema"
 xmlns="urn:ebay:apis:eBLBaseComponents"
 targetNamespace="urn:ebay:apis:eBLBaseComponents">
 <wsdl:types>
  <xs:schema targetNamespace="urn:ebay:apis:eBLBaseComponents"
  xmlns="urn:ebay:apis:eBLBaseComponents"
  xmlns:xs="http://www.w3.org/2001/XMLSchema">
  </xs:schema>
 </wsdl:types>
</wsdl:definitions>
```