Thanks again for the log! What locale do you use? Maybe that is the
missing bit here.

So it looks like it runs:

pending = gtk.events_pending()          [=1]
res = gtk.main_iteration_do(False)        [=True]
pending = gtk.events_pending()         [=1]
res = gtk.main_iteration_do(False)        [ HANG ]

and hangs there.

Could you please run the latest tarball with strace? Run (in a terminal and in 
the dir where -debug4.tar.gz was extracted):
$ sudo strace -o trace-simple python dist-upgrade.py 

and then kill -9 it and upload the file trace-simple ?

Ant then repeat the same with the "-f" switch (as shown below): 
$ sudo strace -f -o trace-with-subprocesses python dist-upgrade.py 

and upload the file trace-with-subprocesses ?

Thanks,
 Michael

-- 
hardy upgrade crashes at "preparing upgrade" 
https://bugs.launchpad.net/bugs/222801
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to