Skip to content
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

DBException: database disk image is malformed #4905

Open
1d3df9903ad opened this issue Sep 6, 2014 · 2 comments
Open

DBException: database disk image is malformed #4905

1d3df9903ad opened this issue Sep 6, 2014 · 2 comments

Comments

@1d3df9903ad
Copy link

History

The following bugs are fixed:

  • Set SYNC=On, experiment to see of this bugs dissapears db0b758
  • The change was not present in 1.6.0.5 (latest Kali) but will be present in 1.6.46
  • Need to wait some time to close this issue, need to verify if users still report it with 1.6.46
  • [Auto-Generated] Bug Report - DBException: database disk image is malformed #10256 is a malformed DB with 1.6.53
  • 9-Jun-2015: Added a detailed log message to ask users for help
  • 9-Jun-2015: Pushing to 1.7.0 since I won't fix it in 1.6.* , my only hope for this is to receive a way to reproduce from the users

Related issues

Fix SQLLite database related issues #4937

Version Information

  Python version: 2.7.3 (default, Mar 14 2014, 11:57:14) [GCC 4.7.2]
  GTK version: 2.24.10
  PyGTK version: 2.24.0
  w3af version:
    w3af - Web Application Attack and Audit Framework
    Version: 1.6.0.4
    Distribution: Kali Linux
    Author: Andres Riancho and the w3af team.

Traceback

Traceback (most recent call last):
  File "/usr/share/w3af/w3af/core/ui/gui/kb/kbtree.py", line 419, in _show_tooltips
    vuln = self.get_instance(path)
  File "/usr/share/w3af/w3af/core/ui/gui/kb/kbtree.py", line 483, in get_instance
    info_inst = kb.kb.get_by_uniq_id(info_uniq_id)
  File "/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 353, in get_by_uniq_id
    result = self.db.select_one(query % self.table_name, params)
  File "/usr/share/w3af/w3af/core/data/db/dbms.py", line 51, in inner_verify_started
    return meth(self, *args, **kwds)
  File "/usr/share/w3af/w3af/core/data/db/dbms.py", line 119, in select_one
    return self.select(query, parameters)[0]
  File "/usr/share/w3af/w3af/core/data/db/dbms.py", line 51, in inner_verify_started
    return meth(self, *args, **kwds)
  File "/usr/share/w3af/w3af/core/data/db/dbms.py", line 110, in select
    return future.result()
  File "/usr/lib/pymodules/python2.7/concurrent/futures/_base.py", line 405, in result
    return self.__get_result()
  File "/usr/lib/pymodules/python2.7/concurrent/futures/_base.py", line 357, in __get_result
    raise self._exception
DBException: database disk image is malformed
@andresriancho andresriancho added this to the 1.6.1 - Bug fixing after 1.6 milestone Sep 6, 2014
@andresriancho andresriancho changed the title [Auto-Generated] Bug Report - DBException: database disk image is malformed DBException: database disk image is malformed Sep 6, 2014
@andresriancho
Copy link
Owner

@andresriancho
Copy link
Owner

andresriancho added a commit that referenced this issue Sep 22, 2014
@andresriancho andresriancho self-assigned this Mar 4, 2015
andresriancho added a commit that referenced this issue Jun 9, 2015
andresriancho added a commit that referenced this issue Jun 9, 2015
 * Created specific exception
 * Printing message to console, asking users to contribute with the details to repro
 * Ignoring the issue in the GUI log graph
@andresriancho andresriancho modified the milestones: 1.7.0 - Increase WAVSEP Coverage and add long vulnerability descriptions, 1.6.50 - Bug fixing after 1.6.0 Jun 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants