JSONSchema.swift icon indicating copy to clipboard operation
JSONSchema.swift copied to clipboard

Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT)

Open Kajal-ithena opened this issue 4 years ago • 4 comments

Hi Team , I have one custom framework where I am using pod JsonSchema for validation. And same framework is used inside application. Application is crashing while accessing the code for validation. This is the error Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT). I have attach the screen shot for your reference.

JsonSchemaError .

Kajal-ithena avatar Oct 05 '21 07:10 Kajal-ithena

What are the steps to reproduce this crash? / what is the input JSON Schema and JSON structure?

kylef avatar Oct 05 '21 15:10 kylef

I have implemented it inside custom framework (Where I have pass the json schema and json to validate). After that I have used this framework inside other application and call the function for schema validation from application and application is crashed with error. I have used JSON schema draft-04

Kajal-ithena avatar Oct 07 '21 06:10 Kajal-ithena

Can you please give your suggestions on this, I am stuck here.

Kajal-ithena avatar Oct 19 '21 07:10 Kajal-ithena

Do you have a JSON schema and JSON structure inputs which can be used to reproduce the mentioned problem?

Is this reliably crashing?

kylef avatar Oct 19 '21 13:10 kylef