Trying this out, so I edited the source and indeed now there is no crash.
I get however a message:

malformed JSON

This is the dump of that testing table, dataset:

doc
{"field1": [{"value": "val1"}, {"value": "val2"}]
{"field1": [{"value": "val3"}, {"value": "val2"}]
{"field1": [{"value": "val4"}, {"value": "val1"}]

Is there anything wrong with this JSON data?


RBS

On Mon, Sep 4, 2017 at 1:35 AM, Richard Hipp <d...@sqlite.org> wrote:

> A proposed fix for this problem is now on trunk.
>
>
> On 9/3/17, Richard Hipp <d...@sqlite.org> wrote:
> > On 9/3/17, Martin Thierer <mthie...@gmail.com> wrote:
> >> I'm consistently getting a core dump for a query that has json
> >> functions in a subquery. The same functions work fine in other
> >> queries.
> >
> > Thanks for the concise bug report.  A ticket is here:
> > https://sqlite.org/src/tktview/b899b6042f97f
> >
> > I'm away from the office at a database conference (in Tokyo - all
> > y'all Tokyo-based SQLite users come say "hello" to me at
> > http://www.db-tech-showcase.com/dbts/tokyo) so I have limited cycles
> > available to work on this.  Dan or Joe might be able to fix this when
> > they get to the office in about 12 hours if I can't get to it before
> > then.
> >
> > --
> > D. Richard Hipp
> > d...@sqlite.org
> >
>
>
> --
> D. Richard Hipp
> d...@sqlite.org
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to