|
Suren
Have you looked up what the errno means? Easiest way is to put CPE in front of the number and use DSPMSGD on that result - CPE3450 in this case.
I am going to leave that for you to try, because it does have a little information about what is happening. Not a lot - those messages are usually 6-10 words long.
Basically, anytime you get an errno in the 3400's or so, just doe the same thing to find out what it means.
Cheers
Vern
On 6/1/2021 4:42 AM, Suren K wrote:
Hi All,
I am using a YAJLINTO parser for Parsing the JSON into Data Structure.
I have a program which will do the Parsing twice in the same program, which
is working fine for the first execution, If i call the same program more
than once, randomly it starts failing from the 3rd execution or 4th
execution with the below errors
Program YAJL, Module YAJL_ICONV
rc = (int)iconv( ic,
&inppos,
&inpleft,
&outpos,
&outleft );
This line is returning errno as 3450.
Any idea why this issue is happening?
Regards,
Suren
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.