> >> > mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
> >> > 0)= 0x7feea7df3000
> >> > read(4, 0x7feea7df3000, 2048) = -1 EIO (Input/output error)
> >> > lseek(4, 0, SEEK_SET) = 0
> >> > mmap(NULL, 8206, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7feea7df0
> > mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)=
> > 0x7feea7df3000
> > read(4, 0x7feea7df3000, 2048) = -1 EIO (Input/output error)
> > lseek(4, 0, SEEK_SET) = 0
> > mmap(NULL, 8206, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7feea7df
> > close(4
On Mon, Mar 21, 2011 at 4:34 PM, Meelis Roos wrote:
>> > mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)=
>> > 0x7feea7df3000
>> > read(4, 0x7feea7df3000, 2048) = -1 EIO (Input/output error)
>> > lseek(4, 0, SEEK_SET) = 0
>> > mmap(NULL, 8206,
On Mon, Mar 21, 2011 at 4:02 PM, Meelis Roos wrote:
> Package: imagemagick
> Version: 8:6.6.0.4-3
> Severity: minor
> File: /usr/bin/display
>
> Just noticed that display command from imagemagick sets a SIGBUS after
> closing a file that it could not read:
>
> stat("/cdrom/P5130043.JPG", {st_mode=
Package: imagemagick
Version: 8:6.6.0.4-3
Severity: minor
File: /usr/bin/display
Just noticed that display command from imagemagick sets a SIGBUS after
closing a file that it could not read:
stat("/cdrom/P5130043.JPG", {st_mode=S_IFREG|0555, st_size=8206, ...}) = 0
open("/cdrom/P5130043.JPG", O_R
5 matches
Mail list logo