arguslab / Argus-SAF

Argus static analysis framework
Apache License 2.0
183 stars 49 forks source link

Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "run-main-0" #79

Closed hpacherkar closed 3 years ago

hpacherkar commented 3 years ago

I am getting this exception while using amandroid as library dependencies. libraryDependencies += "com.github.arguslab" % "amandroid_2.12" % "3.2.0" It takes about an hour downloading the package when i do "sbt run" on a simple project with just a single main.scala. This is the exception. Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "run-main-0"

imranur-rahman commented 3 years ago

I am also having the exact same problem.

imranur-rahman commented 3 years ago

I have solved the issue. It occurred due to scala version inconsistency between my laptop and the amandroid module. Later I switched to scala version 2.12 on my laptop and it was resolved.