nishigandharajurkar / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

Memory management exception #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Choose wsdl file and output directory.
2. Click to generate source from a WSDL file.

What is the expected output?
The generated source code.

What do you see instead?
Application crashes upon because of EXC_BAD_ACCESS at line 1784 of 
STSTemplateEngine.m. 
Unfortunately I cannot share the WSDL file that this happens with.

#0  0x9737b688 in objc_msgSend
#1  0x00008c82 in +[NSString(STSTemplateEngine) valueForDictionary:key:] at 
STSTemplateEngine.m:1784
#2  0x00004b72 in -[NSString(STSTemplateEnginePrivateCategory2) 
stringByExpandingPlaceholdersWithStartTag:andEndTag:usingDictionary:errorsReturn
ed:lineNum
ber:] at STSTemplateEngine.m:315
#3  0x00007e83 in +[NSString(STSTemplateEngine) 
stringByExpandingTemplate:withStartTag:andEndTag:usingDictionary:errorsReturned:
] at 
STSTemplateEngine.m:1501
#4  0x00007c80 in +[NSString(STSTemplateEngine) 
stringByExpandingTemplate:withStartTag:andEndTag:usingDictionary:errorsReturned:
] at 
STSTemplateEngine.m:1456
#5  0x00007c80 in +[NSString(STSTemplateEngine) 
stringByExpandingTemplate:withStartTag:andEndTag:usingDictionary:errorsReturned:
] at 
STSTemplateEngine.m:1456
#6  0x00008b72 in +[NSString(STSTemplateEngine) 
stringByExpandingTemplateAtPath:withStartTag:andEndTag:usingDictionary:encoding:
errorsRetur
ned:] at STSTemplateEngine.m:1770
#7  0x00008196 in +[NSString(STSTemplateEngine) 
stringByExpandingTemplateAtPath:usingDictionary:encoding:errorsReturned:] at 
STSTemplateEngine.m:1568
#8  0x00010959 in -[USWriter appendBinding:toHString:mString:] at USWriter.m:256
#9  0x0000ff2c in -[USWriter doWriteSchema:] at USWriter.m:172
#10 0x0000f280 in -[USWriter writeSchemas] at USWriter.m:83
#11 0x0000f148 in -[USWriter write] at USWriter.m:70
#12 0x0000c760 in -[USParserApplication doParseWSDL] at 
USParserApplication.m:182
#13 0x96bd27ed in -[NSThread main]
#14 0x96bd2394 in __NSThread__main__
#15 0x90f94095 in _pthread_start
#16 0x90f93f52 in thread_start

What version of the product are you using? On what operating system?

Original issue reported on code.google.com by matias.p...@gmail.com on 11 Mar 2009 at 3:48

GoogleCodeExporter commented 9 years ago
Can't replicate this without knowledge of the WSDL file

Original comment by hasse...@gmail.com on 11 Sep 2009 at 7:41