aleph icon indicating copy to clipboard operation
aleph copied to clipboard

Fail sample analysis gracefully

Open jseidl opened this issue 9 years ago • 4 comments

Mark sample status as failed. Do not let sample manager crash or make him restart gracefully

jseidl avatar Nov 10 '14 18:11 jseidl

Plugin apply is in try / catch block. Figure out why is it still crashing the thread

jseidl avatar Mar 08 '15 13:03 jseidl

Do you have the traceback for these crashes?

turicas avatar May 30 '15 03:05 turicas

We have some on the user list. Anyway I think the main issue is that while on debug mode, the exception is bubbled up causing the program to exit instead of displaying the stack trace and continuing. I think when not in debug mode it just says that the plugin gave an error and continues.

I'm also afraid that the main culprit on raising exceptions is the already known bugged strings plugin. It was done in a hurry and must be reviewed / refactored On May 30, 2015 6:35 AM, "Álvaro Justen" [email protected] wrote:

Do you have the traceback for these crashes?

— Reply to this email directly or view it on GitHub https://github.com/trendmicro/aleph/issues/13#issuecomment-106982084.

jseidl avatar May 31 '15 09:05 jseidl

In my experience here everything runs smoothly if you use a single thread.

merces avatar Jun 05 '15 21:06 merces