** Description changed:

  Binary package hint: stegdetect
  
  Segmentation fault error message when attempting to use the "stegbreak"
  command, a part of the stegdetect package.
  
  $ stegbreak FILENAME.jpg
  Segmentation Fault
  
  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
+ Then we need to fix bug # 55363 in order to reproduce the problem.
+ So, download the 0.5 source code archive 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
  
+ You should get the message "Segmentation fault".
  
- Workaround using wine:
+ 
+ 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 )

** Changed in: stegdetect (Ubuntu)
       Status: New => Confirmed

** Changed in: stegdetect (Ubuntu)
       Status: Confirmed => New

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to