Code Monkey home page Code Monkey logo

Comments (14)

AlexWonga avatar AlexWonga commented on June 13, 2024

When I run a lower version of SQLite, such as 3.41.0, it works perfectly.

from sqlancer.

AlexWonga avatar AlexWonga commented on June 13, 2024

i use the command : java -jar sqlancer-2.0.0.jar --num-threads 20 sqlite3 --oracle NoREC

from sqlancer.

mrigger avatar mrigger commented on June 13, 2024

It's likely that this is a bug in SQLite, unless a statement unexpectedly requires a lot of memory to execute (which didn't happen in the past). Can you reproduce this in the SQLite CLI when executing the statements from the log file(s)?

from sqlancer.

AlexWonga avatar AlexWonga commented on June 13, 2024

hello,
I have tried SQLite CLI and Python in SQLite version 3.43.2 and did not encounter any exceptions.
Here is the log files:
database5.log
database5-cur.log

from sqlancer.

bajinsheng avatar bajinsheng commented on June 13, 2024

Let me take a look.

from sqlancer.

bajinsheng avatar bajinsheng commented on June 13, 2024

@AlexWonga There are three versions: 3.43.2.0, 3.43.2.1, 3.43.2,2 for the SQLite. Which one are you using? https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc

from sqlancer.

AlexWonga avatar AlexWonga commented on June 13, 2024

hello, I am using 3.43.2.0 and 3.43.0.0 two version

from sqlancer.

AlexWonga avatar AlexWonga commented on June 13, 2024

image
I found this problem in 3.43.0.0 yesterday

from sqlancer.

bajinsheng avatar bajinsheng commented on June 13, 2024

Ok. I can reproduce it. Investigating it soon.

from sqlancer.

AlexWonga avatar AlexWonga commented on June 13, 2024

thank you very much!

from sqlancer.

bajinsheng avatar bajinsheng commented on June 13, 2024

I think it is a bug and have reported to SQLite: https://sqlite.org/forum/forumpost/a655ee159e

from sqlancer.

AlexWonga avatar AlexWonga commented on June 13, 2024

thank you!

from sqlancer.

bajinsheng avatar bajinsheng commented on June 13, 2024

https://sqlite.org/forum/forumpost/506419a5c5a96f51 @AlexWonga The bug is confirmed and will be fixed soon. Please wait for the update of SQLite JDBC driver, so that you can avoid this bug in SQLancer. As a temporary solution, if this bug does not crash the SQLite, you can consider adding the error information here https://github.com/sqlancer/sqlancer/blob/main/src/sqlancer/sqlite3/SQLite3Errors.java#L20 to bypass this bug.

from sqlancer.

AlexWonga avatar AlexWonga commented on June 13, 2024

thank you

from sqlancer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.