[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy and from Gutsy to Hardy

2008-09-10 Thread Jonathan Thomas
Adept 3.0 is much smarter about not crashing when downloads, etc fail.

** Changed in: adept (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Fix Released

-- 
adept_manager crashes when updating from Feisty to Gutsy and from Gutsy to Hardy
https://bugs.launchpad.net/bugs/153016
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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy and from Gutsy to Hardy

2008-06-08 Thread Marco Maini
** Changed in: adept (Ubuntu)
 Assignee: Marco Maini (maini10) = (unassigned)

-- 
adept_manager crashes when updating from Feisty to Gutsy and from Gutsy to Hardy
https://bugs.launchpad.net/bugs/153016
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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2008-04-20 Thread Georgios Kylafas
This patch avoids the crash I experience.

The crash occurs when:
a) --dist-upgrade-devel is given
and
b) the meta-release file cannot be downloaded.

Because of b), checkForDistUpgrade() fails. Despite this, the 2uparrow
button is displayed, because of a). If it is pressed, the upgrade wizard
gets executed, it tries to fetch the release announcement file, a null
pointer gets derefenced and adept crashes.

I do not consider this patch a 100% solution, because an error message
about the _release announcement_ file is displayed while the problem is
one step earlier: at the downloading of the meta-release file.

Furthermore, even if all internet connection issues are resolved by the
user, re-pressing the 2uparrow button will show an empty page 1 of the
upgrade wizard, with an inactive next button, so the user is presented
with a deadend.

The correct behavior, IMHO, would be to re-execute checkForDistUpgrade()
at this point. As it is now, the only (and non-obvious) option is to
close and restart adept.

** Attachment added: Patch to avoid the crash when the meta-release file 
cannot be downloaded
   http://launchpadlibrarian.net/13586610/no-crash.diff

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy and from Gutsy to Hardy

2008-04-20 Thread Georgios Kylafas
** Summary changed:

- adept_manager crashes when updating from Feisty to Gutsy
+ adept_manager crashes when updating from Feisty to Gutsy and from Gutsy to 
Hardy

-- 
adept_manager crashes when updating from Feisty to Gutsy and from Gutsy to Hardy
https://bugs.launchpad.net/bugs/153016
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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2008-04-19 Thread Georgios Kylafas
I had the same behaviour (crash after pressing next) while trying to
update to hardy, following the instructions in
https://help.ubuntu.com/community/HardyUpgrades/Kubuntu.

This time I found the problem, though. :)

adept runs as root, and therefore it uses the settings in
/root/.kde/share/config/kioslaverc when it tries to fetch any file from
http://changelogs.ubuntu.com/ (upgradewizard.cpp:161). My root's
kioslaverc had an invalid proxy, so no file was being retrieved which
eventually was leading to the crash I was experiencing. Applying the
attached patch helped me determine the problem.

As a side note, the file http://changelogs.ubuntu.com/meta-release-
proposed does not currently contain an entry for hardy, only meta-
release-development does.

** Attachment added: Patch to display an message box with an error in case 
KIO::NetAccess::download fails
   http://launchpadlibrarian.net/13576114/kioerror-show.diff

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2008-04-19 Thread Georgios Kylafas
Resetting the bug back to NEW as I found the reason it was happening
for, and assigning it to the previous assignee to take notice of my
findings.

** Changed in: adept (Ubuntu)
 Assignee: (unassigned) = Marco Maini (maini10)
   Status: Invalid = New

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2007-10-23 Thread Marco Maini
Please test only the latest version (2.1.2ubuntu26.2) and without 
--version-upgrade option (this option is no longer required). Be sure that your 
system is updated. Then try to fetch updates in Adept. An arrow should appear 
in the right of toolbar with Upgrade Version label. Click on it and the wizard 
should start.
Thanks.

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2007-10-23 Thread Georgios Kylafas
I did test with version 2.1.2.ubuntu26.2, even without the --version-upgrade 
option, as I mentioned in my previous message.
After failing in every test, I decided to skim though the adept code. I found 
nothing weird with it, the upgrade should have worked, but who knows what was 
going wrong. I would have run it through gdb to better follow the code path, 
but as I said, no -dbgsym package was available yet.

Anyway, I could not wait any longer (sorry :) and used the server way,
i.e. do-release-upgrade which pretty much worked. I am now running
Gutsy and probably cannot help you any further with this bug. You may
close it if you like.

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2007-10-23 Thread Marco Maini
Thanks for your collaboration. Close this bug as you have suggested.

** Changed in: adept (Ubuntu)
 Assignee: Marco Maini (maini10) = (unassigned)
   Status: Incomplete = Invalid

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2007-10-20 Thread Marco Maini
Sorry, I haven't checked the date of your last comment. Now this page
https://help.ubuntu.com/community/GutsyUpgrades#head-
3692aaaed415e3427f54ec62dd8659474516b525 describes an upgrade method,
that should automatically offer upgrade wizard without the command
kdesu adept_manager --version-upgrade. Please check if that procedure
show automatically the wizard or not. Thanks.

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2007-10-20 Thread Georgios Kylafas
I tried again, but it does not show the version upgrade button. I also
removed my /etc/apt/preferences file, in case the pinnings there were
not letting the upgrade take place, but it did not work. I then tried
after having removed all third party repositories from sources.list
(medibuntu, wine, kde-3.5.8), but still nothing. I then tried using not
the greek mirror (gr.archive.ubuntu.com) but the main one, with no
result yet again.

For the record, when I say I tried I mean that I run adept_manager
both with and without the --version-upgrade option. The program crashed
as usual in the first case and no automatic upgrade wizard was offered
in the second.

I attach my present sources.list, in case there is something wrong with
it. Is there any additional info about my setup that could help you?

** Attachment added: sources.list after removing all third party repositories, 
and using main ubuntu server
   http://launchpadlibrarian.net/10079831/sources.list

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2007-10-20 Thread Marco Maini
Thanks. Information are complete for now. Report 153889 probably
describe a similar issue.

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2007-10-19 Thread Georgios Kylafas
Thanks for your attention. My last comment about adept-manager 2.1.2ubuntu26.2 
was written after the official version had come out. To be absolutely sure, I 
gave it one more try today, but the (same as far as I can tell) problem remains.
What else can I do to help?

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2007-10-19 Thread Marco Maini
Thanks for your report. Please retry now after the official release.
It's possible that this procedure doesn't working with unstable version.

** Changed in: adept (Ubuntu)
 Assignee: (unassigned) = Marco Maini (maini10)
   Status: New = Incomplete

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2007-10-18 Thread Georgios Kylafas
Same thing happens with new adept-manager 2.1.2ubuntu26.2, only this
time I cannot produce a backtrace because there is no '-dbgsym' package
available for this version.

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2007-10-15 Thread Georgios Kylafas

** Attachment added: strace log
   http://launchpadlibrarian.net/10031217/strace-adept_manager.log.gz

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2007-10-15 Thread Georgios Kylafas

** Attachment added: valgrind log
   http://launchpadlibrarian.net/10031215/valgrind.log.adept_manager.gz

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153016] Re: adept_manager crashes when updating from Feisty to Gutsy

2007-10-15 Thread Georgios Kylafas

** Attachment added: gdb backtrace
   http://launchpadlibrarian.net/10031213/gdb-adept_manager.txt

-- 
adept_manager crashes when updating from Feisty to Gutsy
https://bugs.launchpad.net/bugs/153016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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