** Summary changed: - segmentation fault stegbreak/stegdetect 0.6 + segmentation fault stegdetect 0.6
** Description changed: Binary package hint: stegdetect - Two errors that I can see with the stegdetect package. + Segmentation fault error message when attempting to use the "stegbreak" + command, a part of the stegdetect package. - 1) The file "rules.ini" is not included in the package but is needed by the included program called "stegbreak". The file can be found in the stegdetect 0.5 tar.gz file on this website: http://www.outguess.org/download.php The file is supposed to reside in /usr/share/stegbreak/rules.ini - Possible cause: The file, "rules.ini", is not included in the author's source code for the 0.6 version. + $ stegbreak FILENAME.jpg + Segmentation Fault - 2) Even with the correct rules.ini file in place when running the - stegbreak command, an error message displays: Segmentation fault. - - Attempted solution: - I could not get the source code for versions 0.5 or 0.6 to compile in order to see if compiling from source would fix the problem. + Attempted solution: Compile from source. I could not get the source + code for versions 0.5 or 0.6 to compile in order to see if compiling + from source would fix the problem. Also a bug report on Debian: http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=345230 Information from /var/log/messages: Jul 2 22:05:46 unendlich kernel: [ 9841.053080] stegbreak[3218]: segfault at 0000d6d8 eip 0804a53d esp bf812c60 error 4 Jul 2 22:05:59 unendlich kernel: [ 9845.424022] stegbreak[3232] general protection eip:806461f esp:bffefc5c error:0 - Ubuntu release: Ubuntu 8.04 - Hardy Heron stegdetect: Installed: 0.6-4build1 Candidate: 0.6-4build1 Version table: *** 0.6-4build1 0 500 http://us.archive.ubuntu.com hardy/universe Packages 100 /var/lib/dpkg/status To reproduce problem: + sudo apt-get install stegdetect + + Then download the 0.5 source code file from here: http://www.outguess.org/download.php + Move the rules.ini file from the archive to /usr/share/stegbreak/rules.ini + stegbreak FILENAME.jpg Workaround using wine: First, make sure wine is installed. Head to http://www.outguess.org/download.php and download the "Stegdetect 0.4 - Windows Binary." Unzip it, then cd to the directory: Code: cd stegdetect Then, we need to put the files in the correct locations: Code: sudo mkdir /usr/local/share/stegbreak sudo cp rules.ini /usr/local/share/stegbreak/ cp * ~/.wine/drive_c/windows/system32/ Then, run this to use the program: Code: wine stegbreak.exe ARGUMENTS (Workaround from Ubuntu Forums: http://ubuntuforums.org/showthread.php?t=224443 ) -- segmentation fault stegdetect 0.6 https://bugs.launchpad.net/bugs/245063 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
