-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: segmentation violation from jsoniter.Marshal #287
Comments
Hi all, I have the same issue and really look forward to a fix because it currently blocks me from using the mentioned fiori app generator tool with the latest version of cloud-mta. Thanks in advance |
The issue is with 1.0.5, the fix is to downgrade the verison;
|
@yutaoj @wangshen-sap can you please take a look? As this is affecting developers using Fiori tools? Thanks. |
Any update? I'm getting the same error, for weeks.
|
Please downgrade the mta version i.e. John |
the issue is fixed, please wait the newest build |
Bug:
See 11-Application Wizard.Generators.log for the Stack Trace.
Steps to Reproduce:
fiori add deploy-config cf
withinapp\risks
Looking further into the issue, similar issues were brought up in the json-iterator repo, where the fix is to update json-iterator to v1.1.12. pr-229 seems to fix this problem.
The text was updated successfully, but these errors were encountered: