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

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.