[gs-bugs] [Bug 689627] Core dump with UseWTS true,
AccurateScreen true, Resolution 1200x600
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Fri Jan 25 21:28:30 PST 2008
http://bugs.ghostscript.com/show_bug.cgi?id=689627
------- Additional Comments From rick.richardson at comcast.net 2008-01-25 21:28 -------
static int
wts_sort_blue(const gs_wts_screen_enum_t *wse)
{
bits32 *cell = wse->cell;
int width = wse->width;
int height = wse->height;
int shift;
int size = width * height;
bits32 *ref;
bits32 **pcell;
bits32 *bump;
int i;
if (wse->t == WTS_SCREEN_J) {
gs_wts_screen_enum_j_t *wsej = (gs_wts_screen_enum_j_t *)wse;
shift = wsej->wcpj->shift;
} else
shift = 0;
shift=0; // RER test 1/25/08. shift was 1070028649!
ref = (bits32 *)malloc(size * sizeof(bits32));
That fixed the problem!!! No idea why shift was getting set to 1070028649.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the gs-bugs
mailing list