GithubHelp home page GithubHelp logo

zchcai / fuzzbench Goto Github PK

View Code? Open in Web Editor NEW

This project forked from google/fuzzbench

0.0 0.0 0.0 11.32 MB

FuzzBench - Fuzzer benchmarking as a service.

Home Page: https://google.github.io/fuzzbench/

License: Apache License 2.0

Makefile 0.39% Python 43.49% HTML 1.04% Shell 2.62% C++ 2.33% Mako 0.04% Dockerfile 5.83% Perl 0.01% Jupyter Notebook 44.26%

fuzzbench's People

Contributors

alifahmed avatar ammaraskar avatar andreafioraldi avatar dependabot[bot] avatar dokyungs avatar dor1s avatar inferno-chromium avatar jchoi2022 avatar jonathanmetzman avatar laurentsimon avatar leo-neat avatar lmrs2 avatar lszekeres avatar mbarbella-chromium avatar mboehme avatar roachspray avatar robertswiecki avatar rsprabery avatar shadoom7 avatar tanq16 avatar vanhauser-thc avatar wideglide avatar zchcai avatar

Watchers

 avatar

fuzzbench's Issues

[filesys] ERROR:sqlalchemy.pool.impl.NullPool

Description

Before termination, it will have with the following error messages:

INFO:root:Done measuring all trials.
INFO:root:Finished measuring.
ERROR:sqlalchemy.pool.impl.NullPool:Exception during reset or similar
Traceback (most recent call last):
  File "/work/.venv/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 693, in _finalize_fairy
    fairy._reset(pool)
  File "/work/.venv/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 880, in _reset
    pool._dialect.do_rollback(self)
  File "/work/.venv/lib/python3.7/site-packages/sqlalchemy/engine/default.py", line 538, in do_rollback
    dbapi_connection.rollback()
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140352417691392 and this is thread id 140355676514048.
ERROR:sqlalchemy.pool.impl.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fa70046cc70>
Traceback (most recent call last):
  File "/work/.venv/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 693, in _finalize_fairy
    fairy._reset(pool)
  File "/work/.venv/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 880, in _reset
    pool._dialect.do_rollback(self)
  File "/work/.venv/lib/python3.7/site-packages/sqlalchemy/engine/default.py", line 538, in do_rollback
    dbapi_connection.rollback()
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140352417691392 and this is thread id 140355676514048.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/work/.venv/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 270, in _close_connection
    self._dialect.do_close(connection)
  File "/work/.venv/lib/python3.7/site-packages/sqlalchemy/engine/default.py", line 544, in do_close
    dbapi_connection.close()
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140352417691392 and this is thread id 140355676514048.
INFO:root:Successfully stopped experiment.

What is affected by this bug?

Currently, it will not affect final report generating. For others, not sure about it for now.
The experiment seems run successfully. It only shows up at the very end.

When does this occur?

It shows up at the end of whole execution, after

...
INFO:root:Done measuring all trials.
INFO:root:Finished measuring.

and before

INFO:root:Successfully stopped experiment.

Where on the platform does it happen?

How do we replicate the issue?

It mainly refers to the commands described in here.
The difference is the command to run:

PYTHONPATH=. python3 experiment/run_experiment.py --experiment-config experiment-config.yaml --benchmarks zlib_zlib_uncompress_fuzzer jsoncpp_jsoncpp_fuzzer --experiment-name multitest --fuzzers afl aflfast fairfuzz

Expected behavior

No such error reporting at last.

Other

It has no effect for generating reports.

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.