× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



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


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.