Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9
-
Windows 7
-
Patch Available
Description
thrift-0.9.0.exe crashes when trying to parse a thrift description file with a particular style of comment.
The crash message is:
Assertion failed: docstring.length() <= strlen(doctext), file src/main.cc, line 548 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
Reproducible with the following definitions file:
service myservice
{
/**SomeTextHere*/
}
Note that if you put a space like so /**SomeTextHere */, it compiles.
Attachments
Attachments
Issue Links
- is duplicated by
-
THRIFT-891 Comments are not properly handled in some cases
- Closed