Ticket #155 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Traceback when closing a tab

Reported by: plaes Owned by: somebody
Priority: major Milestone: 0.5.0
Component: guake Version:
Keywords: Cc:

Description

Unhandled exception in thread started by <bound method Guake.delete_shell of Guake(path="/home/plaes/opt/share/guake/guake.glade")> Traceback (most recent call last):

File "/home/plaes/opt/lib/guake/guake.py", line 1043, in delete_shell

if os.waitpid(pid, os.WNOHANG)[0] != 0:

OSError: [Errno 10] No child processes

Change History

Changed 4 years ago by pingou

I could reproduce it:

  • start guake
  • add tabs
  • close tabs with Ctrl+shift+w
  • repeat the operation some time (the bug seems not there, or I could not find the common motif)

Changed 4 years ago by lincoln

  • status changed from new to closed
  • resolution set to fixed

Thank you for your report. I've just pushed the change that fixes it.

Note: See TracTickets for help on using tickets.