Ticket #196 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

crash in guake.py

Reported by: pingou Owned by: somebody
Priority: major Milestone:
Component: guake Version: 0.4
Keywords: Cc:

Description

abrt detected a crash.

Attached file: backtrace
cmdline: guake -OO /usr/lib/guake/guake.py 
component: guake
executable: /usr/lib/guake/guake.py
kernel: 2.6.31.5-127.fc12.i686
package: guake-0.4.0-2.fc12
uuid: 0b8cb5aa    

Backtrace:

Summary: TB0b8cb5aa guake.py:992:delete_shell:OSError: [Errno 10] No child processes

Traceback (most recent call last):
  File "/usr/lib/guake/guake.py", line 992, in delete_shell
    if os.waitpid(pid, os.WNOHANG)[0] != 0:
OSError: [Errno 10] No child processes

Local variables in innermost frame:
self: Guake(path="/usr/share/guake/guake.glade")
num_tries: 29
pid: 4500

Original report:  https://bugzilla.redhat.com/show_bug.cgi?id=538650

Change History

Changed 2 years ago by lincoln

Which version was running in this test? I'm not sure but I think I've already fixed this (I couldn't reproduce it here). Could you try to reproduce it with the latest commit of our master branch?

Changed 2 years ago by pingou

I have personably never been able to reproduce it :( But according to the bugzilla it also depends somehow of the schema (although this is not sure according to the original reporter).

Changed 2 years ago by pingou

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

I'll close the bug for the moment and reopen it if someone reproduces it.

I fear is it the same problem than #197 a gconf/fedora related issue

Note: See TracTickets for help on using tickets.