Hello.

I am running rxvt-unicode inside VirtualBox with a Windows 10 host and a
Ubuntu 16.04 guest. My window system has gotten into a state where when I
launch urxvt and maximize it, it segfaults.

Here is my debug session:

ryantm@ryantm-1604 ~ (master)$ urxvt -h
rxvt-unicode (urxvt) v9.21 - released: 2014-12-31
ryantm@ryantm-1604 ~ (master)$ uname -a
Linux ryantm-1604.pololu.internal 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6
17:47:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


ryantm@ryantm-1604 ~ (master)$ gdb urxvt
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
Copyright (C) 2016 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-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
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x0000000000429f30 in rxvt_term::scr_alloc() ()
(gdb) backtrace
#0  0x0000000000429f30 in rxvt_term::scr_alloc() ()
#1  0x0000000000415ba5 in rxvt_term::scr_reset() ()
#2  0x0000000000428685 in rxvt_term::resize_all_windows(unsigned int,
unsigned int, int) ()
#3  0x000000000041912b in rxvt_term::x_cb(_XEvent&) ()
#4  0x0000000000432b8a in rxvt_display::flush_cb(ev::prepare&, int) ()
#5  0x00000000004385de in ev_invoke_pending() ()
#6  0x0000000000439d6c in ev_run ()
#7  0x0000000000418413 in main ()

Please let me know if you'd like me to run other debugger commands.

Sincerely,
Ryan Mulligan
_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/mailman/listinfo/rxvt-unicode

Reply via email to