On Sun, May 03, 2015 at 10:46:36AM -0800, kario tay <[email protected]> wrote:
> > Could you elaborate what you mean with "system language setting to a
> > utf-8 font"?
> 
> By this I mean that you select a language that uses
> a non-Roman alphabet. Like Chinese, for example.

Well, that certainly is a common thing to do.

> > Secondly, could you provide a backtrace of such a frozen urxvt instance?
> 
> Condition: The urxvt window is frozen. No tabs open. gdb output below:

The problem is that you compiled urxvt without debugging info (-g), so gdb
couldn't make a backtrace. Also, all your libraries are compiled without
debugging info, so same problem.

Also, I don't see the "bt" command anywhere, are you sure you used it?

Check your distro for debugging packages (on debian gnu/linux for example,
there are xxx-dbg packages that contain the debugging info). IF you
compiled stuff yourself, you need toi make sure "-g" is specified as
compiler flag, and the resulting binaries are not stripped.

-- 
                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