Hi.

The URxvt is crashing when I tried to use fallback fonts. This issue can be
reproduced using bitmap fonts combined with ttf font(fallback). Here is my
.Xresources:

URxvt*font: -*-tamzenforpowerline-medium-r-normal-*-14-*-*-*-*-*-*-*
,-wuncon-siji-medium-*-*-*-10-*-*-*-*-*-*-*,xft:Knack Nerd
Font:Regular:pixelsize=12:antialias=true:hinting=true

After it, I tried to run vim but URxvt crashed, not vim. I tested the same
issue with other terminal (xfce4-terminal) and it works fine.

environment

   - urxvt: rxvt-unicode (urxvt) v9.22 - released: 2016-01-23
   - vim: 8.0 (2016 Sep 12, compiled Jan 24 2017 17:29:10)
   - OS: arch


backtrace
GNU gdb (GDB) 7.12.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from urxvt...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/urxvt -e .builds/vim/src/vim
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x000000000041cf44 in rxvt_term::scr_refresh() ()
(gdb) bt
#0  0x000000000041cf44 in rxvt_term::scr_refresh() ()
#1  0x000000000041ea22 in rxvt_term::flush() ()
#2  0x0000000000439bce in ev_invoke_pending() ()
#3  0x000000000043a61d in ev_run ()
#4  0x00000000004192e3 in main ()
(gdb)






Augusto Morais


[email protected]


/moraisaugusto
<http://www.linkedin.com/in/moraisaugusto>
_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/mailman/listinfo/rxvt-unicode

Reply via email to