Opened 3 years ago

Closed 3 years ago

#30 closed defect (fixed)

GUI agent exit: CREATE for already exisiting event

Reported by: joanna Owned by: joanna
Priority: major Milestone: Release 1 Alpha 2
Component: gui-virtualization Keywords:
Cc:

Description

GUI agent exited, the following in the AppVM logs:

update_pixmap (one in 50) for 0x80002b x=1 y=151 w=1260 h=598
update_pixmap (one in 50) for 0x80002b x=1 y=242 w=1260 h=507
update_pixmap (one in 50) for 0x80002b x=1 y=216 w=1260 h=533
CREATE for already existing 0x1a00043

Perhaps we should do just a return instead of exit(1) in process_xevent_createnotify?

http://qubes-os.org/gitweb/?p=mainstream/gui.git;a=blob;f=gui-agent/vmside.c;h=90537f479a4f8e1cf14267333032e723dcc4c6d9;hb=HEAD#l106

Change History (3)

comment:1 Changed 3 years ago by joanna

  • Milestone set to Release 1 Alpha 2

comment:2 Changed 3 years ago by joanna

  • Owner changed from rafal to joanna
  • Status changed from new to accepted

Indeed, replacing the exit(1) with return seems to fixed the issue. I still can see the message about duplicated CREATE event in the agent's log, but all seems to be working fine.

comment:3 Changed 3 years ago by joanna

  • Resolution set to fixed
  • Status changed from accepted to closed
Note: See TracTickets for help on using tickets.