SegFault calling FROMJSON within FUNCTIONMACRO

Description

Runnable sample code (assuming that file '~some_existing_file_path' exists):

The intention here is to take use a file description as a storage area for a single row of data. As-is, the code works.

To show the error, swap the comments around on the last two lines, so that Get_Bad() is called. The result is a segfault:

The primary workaround seemed to be the creation of the Convert(STRING j) attribute within Get_Good().

Conclusion

None

Activity

Show:

Richard Chapman March 14, 2017 at 10:28 AM

Yes, the error was a codegen error

Christopher Lo March 9, 2017 at 4:03 PM

is the proper component supposed to be codegen?

Richard Chapman February 23, 2017 at 4:12 PM

Seems to also provoke the error

Richard Chapman February 23, 2017 at 3:58 PM

The dodgy length being passed is 0xfffffff1 in case that gives anyone a clue

Richard Chapman February 23, 2017 at 3:56 PM

The good version has

rtlCodepageToUtf8X(vJ,vI.refstr(),strlen(vF.getstr()),vF.getstr(),"iso-8859-1");

at line 81

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Priority

Compatibility

Point

Fix versions

Affects versions

Created February 3, 2017 at 4:26 AM
Updated March 14, 2017 at 10:28 AM
Resolved March 8, 2017 at 3:39 PM