Fischx / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 0 forks source link

wmii segfault when in fullscreen mode #263

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start wmii
2. Open window on tab 1
3. Change to fullscreen mode
4. Execute wmiir xwrite /tag/1/ctl 'select 1'

What is the expected result? What do you see instead?

Expected: Should probably return error such as Ebadvalue or similar.
Actually: Crashes

What version of the product are you using (wmii -v)? On what operating
system (uname -a)?

Latest version built from hg.

Please provide any additional information below.

#0  0x00000000004192cd in msg_selectarea (a=0x2190310, m=0x7fff3d627650) at 
message.c:959
#1  0x00000000004187a3 in message_view (v=0x21901b0, m=0x7fff3d627650) at 
message.c:779
#2  0x0000000000423eed in ixp_srv_writectl (req=0x21adf20, fn=0x418663 
<message_view>) at srv_util.c:232
#3  0x0000000000412a65 in fs_write (r=0x21adf20) at fs.c:513
#4  0x0000000000422ae0 in handlereq (r=0x21adf20) at request.c:321
#5  0x0000000000422281 in handlefcall (c=0x2192d00) at request.c:146
#6  0x000000000042385d in handle_conns (s=0x650ae0 <srv>) at server.c:118
#7  0x00000000004239c9 in ixp_serverloop (srv=0x650ae0 <srv>) at server.c:169
#8  0x0000000000416b41 in main (argc=0, argv=0x7fff3d627bd0) at main.c:442

Original issue reported on code.google.com by Luke.Jah...@gmail.com on 28 Jul 2013 at 2:32