FACT_core icon indicating copy to clipboard operation
FACT_core copied to clipboard

Exception during analysis cve_lookup?

Open chenjianquan7 opened this issue 1 year ago • 3 comments

FACT version

4.1

Environment

image

Steps to reproduce

analysis

Expeced Behavior

ok

Installation logs

install.log
PASTE HERE

Backend logs

fact_main_backend.log
PASTE HERE

Frontend logs

fact_main_frontend.log
PASTE HERE

Other information

No response

chenjianquan7 avatar Oct 08 '23 07:10 chenjianquan7

Uploading image.png…

the process stop

chenjianquan7 avatar Oct 08 '23 07:10 chenjianquan7

The error message does not really tell us what went wrong. There should usually be a traceback in the logs above the message, something starting roughly like this:

Process ExceptionSafeProcess-95:1:
Traceback (most recent call last):
  File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
...

It will only show up in the command line logs, though (not in the logs that are saved to /tmp or in the web GUI)

The file is pretty large, though (~67MB). Is it an uncompressed container/file system? Then the results should still be there for the individual executables unpacked from it.

jstucke avatar Oct 09 '23 08:10 jstucke

With #1138, analysis exception traces should also be logged to log files and the web GUI

jstucke avatar Oct 09 '23 09:10 jstucke