Ticket #86 (closed defect: fixed)

Opened 8 months ago

Last modified 6 months ago

Segfault for background image with unknown extension

Reported by: bram Owned by:
Milestone: Keywords:
Cc:

Description

Hi! More segfaults from me.

Following code segfaults on svn trunk:

Shoes.app do
  background "foo.bar"
end

Or any other background filename with an extension that is not a gif, jpeg or png (regardless of whether the file "foo.bar" exists or not). I know that this code does not make sense, but at least it shouldn't segfault, right?

Change History

Changed 8 months ago by bram

Oh, forgot to mention, this is on Linux -- I don't know about other platforms.

Changed 6 months ago by why

  • status changed from new to closed
  • resolution set to fixed

Many revisions ago -- in [414] -- an unsupported image error was added to address this. Thanks!

Note: See TracTickets for help on using tickets.