Skip to content

unhandled exception occurred in sqlmap/1.9.12.11#dev #5997

@omlinky

Description

@omlinky

[23:21:06] [CRITICAL] unhandled exception occurred in sqlmap/1.9.12.11#dev. It is recommended to retry your run with the latest development version from official GitHub repository at 'https://github.com/sqlmapproject/sqlmap'. If the exception persists, please open a new issue at 'https://github.com/sqlmapproject/sqlmap/issues/new' with the following text and any other information required to reproduce the bug. Developers will try to reproduce the bug, fix it accordingly and get back to you
Running version: 1.9.12.11#dev
Python version: 3.14.2
Operating system: macOS-26.2-arm64-arm-64bit-Mach-O
Command line: sqlmap.py --url=************************************************************************************************************************ --random-agent --level=5 --risk=3 --text-only --threads=10 --drop-set-cookie --is-dba -v 2 -f --banner --parse-errors --crawl=3 --skip-heuristics --skip-waf
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
File "lib/core/threads.py", line 195, in runThreads
time.sleep(0.1)
~~~~~~~~~~^^^^^
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "lib/core/threads.py", line 212, in runThreads
while (threading.active_count() > 1):
~~~~~~~~~~~~~~~~~~~~~~^^
File "/Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/threading.py", line 1502, in active_count
with _active_limbo_lock:
^^^^^^^^^^^^^^^^^^
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "lib/utils/crawler.py", line 190, in crawl
runThreads(numThreads, crawlThread, threadChoice=(i > 0))
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "lib/core/threads.py", line 217, in runThreads
raise SqlmapThreadException("user aborted (Ctrl+C was pressed multiple times)")
lib.core.exception.SqlmapThreadException: user aborted (Ctrl+C was pressed multiple times)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "lib/core/common.py", line 1182, in readInput
logging._acquireLock()
~~~~~~~~~~~~~~~~~~~~^^
File "lib/core/patch.py", line 152, in _acquireLock
logging._lock.acquire()
~~~~~~~~~~~~~~~~~~~~~^^
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "lib/core/common.py", line 1202, in readInput
raise SqlmapUserQuitException
lib.core.exception.SqlmapUserQuitException

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "sqlmap.py", line 177, in main
init()
~~~~^^
File "lib/core/option.py", line 2949, in init
_setCrawler()
~~~~~~~~~~~^^
File "lib/core/option.py", line 350, in _setCrawler
crawl(conf.url)
~~~~~^^^^^^^^^^
File "lib/utils/crawler.py", line 221, in crawl
kb.normalizeCrawlingChoice = readInput(message, default='Y', boolean=True)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "lib/core/common.py", line 1205, in readInput
logging._releaseLock()
~~~~~~~~~~~~~~~~~~~~^^
File "lib/core/patch.py", line 159, in _releaseLock
logging._lock.release()
~~~~~~~~~~~~~~~~~~~~~^^
RuntimeError: cannot release un-acquired lock

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions