On Wed, Nov 05, 2008 at 09:10:41AM +0100, Frank Schmitt <[EMAIL PROTECTED]> 
wrote:
> What is needed to trigger the bug is having either the backgroundPixmap
> or the iconFile X-Resource set. After this I start rxvt in gdb without
> arguments, the window comes up with my zsh started, I type Ctrl-d to
> quit zsh and it crashes.

It seems it simply always crashes when trying to free the visual.

Which seems to work here - I am unable to reproduce the crash. Which emans I
cannot debug the issue.

What happens when you add a simple createvisual/destroy just before the
iconfile code, i.e.:

 destroy_asvisual (
    create_asvisual_for_id (dpy, display->screen, depth, XVisualIDFromVisual
       (visual), cmap, NULL), 0);

> I'm running Fedora Core 9 with libAfterImage-1.18-1.fc9.i386 and gcc
> 4.3.0. Maybe one of those Fedora security enhancements which regularly
> bring trouble?

I use libafterstep 2.2.8 (from the afterstep 2.2.8 release - it's actually
older than 1.18 - afterstep versioning is total chaos).

It would be nice if you could debug this further - most likely this is
simply a bug in libafterstep.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      [EMAIL PROTECTED]
      -=====/_/_//_/\_,_/ /_/\_\

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to