-
Notifications
You must be signed in to change notification settings - Fork 605
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
crash adding image on linux i386 #166
Comments
It seems the crash is from TSK Jni bindings, not due to lack of sigar On Tue, Mar 12, 2013 at 5:18 PM, th3flyboy notifications@github.com wrote:
|
Was able to reproduce on linux. Possibly recent leak fix in that frame uncovered using illegal memory address bug. Here is full stack trace in C: [New LWP 4883] |
Please try with latest sleuthkit pull, should be fixed now. |
The newest commits fixed it. adam notifications@github.com wrote:
Sent from my Android phone with K-9 Mail. Please excuse my brevity. |
Autopsy crashes on Linux i386 while adding an image to a case. It appears to compliain about sigar not being in the library path with the following error shortly before the crash:
"Error loading sigar libraryjava.lang.UnsatisfiedLinkError: no libsigar in java.library.path"
The log is located at: https://gist.github.com/th3flyboy/b4aed635a4da60a48dcf
The text was updated successfully, but these errors were encountered: