Message-ID: From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: Allegro 3.12: page fault in generate_optimized_palette() Date: Mon, 8 Nov 1999 11:54:58 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com Dave Dribin writes: > I'm getting a page fault in generate_optimized_palette() using Allegro > 3.12 (more info on what I'm trying to do below): The palette generation code has a lot of problems at the moment: it makes some dodgy assumptions about structure sizes and memory layouts, and crashes on certain input images. It needs someone to go over it and try to figure out what exactly is causing the crashes, and fix up the code to be a bit more robust/portable. Shawn Hargreaves.