[Bug 440245] New: zypper get stucked after Ctr+C
https://bugzilla.novell.com/show_bug.cgi?id=440245 Summary: zypper get stucked after Ctr+C Product: openSUSE 11.0 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: pnemec@novell.com QAContact: jsrain@novell.com Found By: --- Created an attachment (id=248897) --> (https://bugzilla.novell.com/attachment.cgi?id=248897) zypper log I run zypper and it start refreshing I push Ctr+c, couple of times: wintermute:root:/home/pavel # zypper se nx Stahování metadat repozitáře 'multimedia:audio' [dokončeno] Vytváří se vyrovnávací paměť repozitáře 'multimedia:audio' [dokončeno] Stahování metadat repozitáře 'openSUSE-11.0-Updates' [-]p^CNo jo, no jo! Končím hned... ^C^C^C^C ^C^C^C zypper get stocked forever. Here is backtrace from gdb (i attach to stucked zypper) (gdb) bt #0 0x00007f4ea25f7d4e in ?? () from /lib64/libc.so.6 #1 0x00007f4ea259437d in ?? () from /lib64/libc.so.6 #2 0x00007f4ea2593696 in realloc () from /lib64/libc.so.6 #3 0x00007f4ea2600ee8 in __vasprintf_chk () from /lib64/libc.so.6 #4 0x00007f4ea350dca2 in zypp::str::form () from /usr/lib64/libzypp.so.424 #5 0x00007f4ea3513351 in zypp::base::LogControl::LineFormater::format () from /usr/lib64/libzypp.so.424 #6 0x00007f4ea35151e9 in zypp::base::logger::Loglinebuf::writeout () from /usr/lib64/libzypp.so.424 #7 0x00007f4ea351433e in zypp::base::logger::Loglinebuf::overflow () from /usr/lib64/libzypp.so.424 #8 0x00007f4ea2d796af in std::ostream::put () from /usr/lib64/libstdc++.so6 #9 0x00007f4ea2d797fc in std::endl<char, std::char_traits<char> > () from /usr/lib64/libstdc++.so.6 #10 0x000000000042993b in Zypper::cleanup () #11 0x000000000044a670 in signal_handler () #12 <signal handler called> #13 0x00007f4ea25bb357 in fork () from /lib64/libc.so.6 #14 0x00007f4ea3452d78 in zypp::ExternalProgram::start_program () from /usr/lib64/libzypp.so.424 #15 0x00007f4ea34545dd in zypp::ExternalProgram::ExternalProgram () from /usr/lib64/libzypp.so.424 #16 0x00007f4ea3496add in zypp::PublicKey::Impl::readFromFile () from /usr/lib64/libzypp.so.424 #17 0x00007f4ea34950f7 in zypp::PublicKey::PublicKey () from /usr/lib64/libzypp.so.424 #18 0x00007f4ea345e0c0 in zypp::KeyRing::Impl::exportKey () from /usr/lib64/libzypp.so.424 #19 0x00007f4ea345fc0f in zypp::KeyRing::Impl::verifyFileSignatureWorkflow () from /usr/lib64/libzypp.so.424 #20 0x00007f4ea34603b9 in zypp::KeyRing::verifyFileSignatureWorkflow () from /usr/lib64/libzypp.so.424 #21 0x00007f4ea3459104 in zypp::SignatureFileChecker::operator() () from /usr/lib64/libzypp.so.424 #22 0x00007f4ea339ebc7 in boost::function1<void, zypp::filesystem::Pathname const&, std::allocator<void> >::operator() () from /usr/lib64/libzypp.so.424 #23 0x00007f4ea34561fb in zypp::Fetcher::Impl::start () from /usr/lib64/libzypp.so.424 ---Type <return> to continue, or q <return> to quit--- #24 0x00007f4ea33aeeea in zypp::repo::yum::Downloader::download () from /usr/lib64/libzypp.so.424 #25 0x00007f4ea34a7c3e in zypp::RepoManager::refreshMetadata () from /usr/lib64/libzypp.so.424 #26 0x00000000004663c5 in ?? () #27 0x000000000047323e in ?? () #28 0x00000000004796a5 in init_repos<std::vector<std::string, std::allocator<std::string> > > () #29 0x0000000000473f28 in init_repos () #30 0x0000000000432883 in Zypper::doCommand () #31 0x00000000004394c8 in Zypper::safeDoCommand () #32 0x000000000043a43a in Zypper::main () #33 0x000000000044abd6 in main () -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=440245 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |jkupec@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=440245 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440245#c1 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jkupec@novell.com |zypp-maintainers@forge.provo.novell.com Component|YaST2 |libzypp Priority|P5 - None |P3 - Medium --- Comment #1 from Ján Kupec <jkupec@novell.com> 2008-10-30 11:33:21 MDT --- cerr << endl << _("OK OK! Exiting immediately...") << endl; zypper.cleanup(); exit(ZYPPER_EXIT_ON_SIGNAL); zypper only calls exit() after showing that "exiting" message (the cleanup() method does nothing in the case above). This is the last line from the log: 2008-10-30 16:16:56 <0> wintermute(28520) [zypp] ExternalProgram.cc(start_program):154 Executing 'gpg' '-v' '--no-default-keyring' '--fixed-list-mode' '--with-fingerprint' '--with-colons' '--homedir' '/var/tmp/TmpDir.JPbfGS' '--quiet' '--no-tty' '--no-greeting' '--batch' '--status-fd' '1' '/var/tmp/TmpFile.kEY35D' I can reproduce this also in other situations. What's wrong? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=440245 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440245#c2 --- Comment #2 from Ján Kupec <jkupec@novell.com> 2008-11-13 07:16:30 MST --- Ping. Does anybody have an idea? -- 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.
participants (1)
-
bugzilla_noreply@novell.com