Hi, On Mon, Feb 11, 2013 at 08:48:39PM +0000, Mattias Kilian wrote: > Thanks. I tried this on m current amd64, no problems there. So I > tried it on a i386 (i386, an old production machine which i normally > don't use for development and/or debugging), where I can reproduce > the problem.
Excellent news - thanks for taking the trouble to fire up the old i386. Ironically I will be porting my mail gateway to AMD64 later this week (faithful Soekris net5501 struggling to cope with clamav and spamassassin, so HP Proliant Microserver G40L on the way). > [...] and I get a backtrace very similar to what you wrote. Excellent. Good hunting. Incidentally as you probably noticed I made a mistake in my last post and pasted in the backtrace from the stripped versions of gs_9.06p0 and gslib.so.15.0, rather than the ones with the symbols (doh). Here's the correct output just in case it helps: #0 0x1c12b1ef in gsicc_set_device_profile (pdev=0x80b87034, mem=0x8363a580, file_name=0x3c021bfc "default_gray.icc", pro_enum=gsDEFAULTPROFILE) at ./base/gsicc_manage.c:1189 1189 pdev->icc_struct->device_profile[pro_enum] = icc_profile; (gdb) bt #0 0x1c12b1ef in gsicc_set_device_profile (pdev=0x80b87034, mem=0x8363a580, file_name=0x3c021bfc "default_gray.icc", pro_enum=gsDEFAULTPROFILE) at ./base/gsicc_manage.c:1189 #1 0x1c2951d0 in cups_set_color_info () #2 0x1c29666d in cups_put_params () #3 0x1c2aef5c in gs_putdeviceparams (dev=0x80b87034, plist=0xcfbec7c4) at ./base/gsdparam.c:481 #4 0x1c0bbd00 in zputdeviceparams (i_ctx_p=0x8b4762c0) at ./psi/zdevice.c:409 #5 0x1c08d656 in gs_interpret (pi_ctx_p=0x8363adec, pref=0xcfbed4c0, user_errors=1, pexit_code=0xcfbed4d0, perror_object=0xcfbed4c8) at ./psi/interp.c:1550 #6 0x1c081834 in gs_main_interpret (minst=Variable "minst" is not available. ) at ./psi/imain.c:241 #7 0x1c082676 in gs_main_init2aux (minst=0x8363ad98) at ./psi/imain.c:538 #8 0x1c082831 in gs_main_init2 (minst=0x8363ad98) at ./psi/imain.c:308 #9 0x1c083d44 in swproc (minst=0x8363ad98, arg=0xcfbeec55 "", pal=0xcfbee174) at ./psi/imainarg.c:374 #10 0x1c084f43 in gs_main_init_with_args (minst=0x8363ad98, argc=14, argv=0xcfbeeae4) at ./psi/imainarg.c:211 #11 0x1c00f23c in main (argc=14, argv=0xcfbeeae4) at ./psi/gs.c:96 > I'll try to locate and fix the problem on that old i386 and then > 'port' the fix for current. You're a superstar! Good hunting and enjoy some of that excellent German beer. MARTIN