Package: povray-3.6
Version: 3.6.1-1
Severity: important

When I launch povray, it dies with a message : "Illegal instruction".

When I ask for the help (with no options), it does not die (but
povray does not try to open povray.ini).

If I remove the /etc/povray/3.6/povray.ini, it also dies when reading
pov36.ini : 
povray: cannot open an INI file, creating a temporary file
'/home/antoine/pov36.ini'.
povray: removing '/home/antoine/pov36.ini'.
Instruction illégale

Here is the last lines of an strace :

# strace povray /usr/share/doc/povray-3.6/examples/lights/laser.pov
[...]
open("./povray.ini", O_RDONLY)          = -1 ENOENT (No such file or
directory)
open("/home/antoine/.povray/3.6/povray.ini", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/etc//povray/3.6/povray.ini", O_RDONLY) = 3
close(3)                                = 0
open("/etc//povray/3.6/povray.ini", O_RDONLY) = 3
close(3)                                = 0
open("/etc//povray/3.6/povray.ini", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2537, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7fe3000
fstat64(3, {st_mode=S_IFREG|0644, st_size=2537, ...}) = 0
_llseek(3, 0, [0], SEEK_SET)            = 0
read(3, ";                     PERSISTENC"..., 2537) = 2537
_llseek(3, 2537, [2537], SEEK_SET)      = 0
brk(0x81ef000)                          = 0x81ef000
brk(0x81df000)                          = 0x81df000
close(3)                                = 0
munmap(0xb7fe3000, 4096)                = 0
--- SIGILL (Illegal instruction) @ 0 (0) ---
+++ killed by SIGILL +++


Antoine


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages povray-3.6 depends on:
ii  libc6                     2.3.5-12       GNU C Library: Shared libraries an
ii  libgcc1                   1:4.0.2-7      GCC support library
ii  libice6                   6.9.0.dfsg.1-3 Inter-Client Exchange library
ii  libjpeg62                 6b-11          The Independent JPEG Group's JPEG 
ii  libpng12-0                1.2.8rel-5     PNG library - runtime
ii  libsm6                    6.9.0.dfsg.1-3 X Window System Session Management
ii  libstdc++6                4.0.2-7        The GNU Standard C++ Library v3
ii  libtiff4                  3.7.4-1        Tag Image File Format (TIFF) libra
ii  libx11-6                  6.9.0.dfsg.1-3 X Window System protocol client li
ii  zlib1g                    1:1.2.3-9      compression library - runtime

Versions of packages povray-3.6 recommends:
ii  povray-3.6-includes           3.6.1-1    Persistance of vision raytracer (3

-- no debconf information

Reply via email to