Mailinglist Archive: opensuse-bugs (15134 mails)
| < Previous | Next > |
[Bug 328048] updater-zypper-gui hangs on " checking for additional package updates"
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 25 Sep 2007 16:23:02 -0600 (MDT)
- Message-id: <20070925222302.E3E9E245269@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=328048#c9
--- Comment #9 from Federico Mena Quintero <federico@xxxxxxxxxx> 2007-09-25 16:23:02 MST ---
Hmmm, it looks as if parse_output() could get into situations where it doesn't
bring up the "Updates installed" dialogs at all, and it simply goes back to the
main loop. The program doesn't seem to check when the child exits - you could
do that in read_output(), as it is the callback to g_io_add_watch(), or
explicitly with a g_child_watch_add() to see when the child process exits.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #9 from Federico Mena Quintero <federico@xxxxxxxxxx> 2007-09-25 16:23:02 MST ---
Hmmm, it looks as if parse_output() could get into situations where it doesn't
bring up the "Updates installed" dialogs at all, and it simply goes back to the
main loop. The program doesn't seem to check when the child exits - you could
do that in read_output(), as it is the callback to g_io_add_watch(), or
explicitly with a g_child_watch_add() to see when the child process exits.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |