Bug 251095

Summary: zypp-checkpatches segfaults directly
Product: [openSUSE] openSUSE 10.3 Reporter: Andreas Hanke <andreas.hanke>
Component: libzyppAssignee: Klaus Kämpf <kkaempf>
Status: RESOLVED DUPLICATE QA Contact: Klaus Kämpf <kkaempf>
Severity: Major    
Priority: P5 - None    
Version: Alpha 1plus   
Target Milestone: ---   
Hardware: x86   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Andreas Hanke 2007-03-04 01:50:00 UTC
(gdb) run
Starting program: /usr/sbin/zypp-checkpatches-wrapper 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
Cannot remove breakpoints because program is no longer writable.
It might be running in another process.
Further execution is probably impossible.
0xb7b613ce in ?? ()
(gdb) bt
#0  0xb7b613ce in ?? ()
#1  0xbf9abf78 in ?? ()
#2  0xb7b61059 in ?? ()
#3  0x00000000 in ?? ()

libzypp-3.0.0-2
zypper-0.7.0-6
Comment 1 Andreas Hanke 2007-03-04 10:28:00 UTC
It's actually zypp-checkpatches which segfaults here.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1238370608 (LWP 30504)]
0xb7b873ce in zypp::media::MediaManager_Impl::nextAccessId ()
   from /usr/lib/libzypp.so.300.0.0
(gdb) bt
#0  0xb7b873ce in zypp::media::MediaManager_Impl::nextAccessId ()
   from /usr/lib/libzypp.so.300.0.0
#1  0xb7b87059 in zypp::media::MediaManager::open ()
   from /usr/lib/libzypp.so.300.0.0
#2  0xb7d3df6d in zypp::SourceFactory::createFrom ()
   from /usr/lib/libzypp.so.300.0.0
#3  0x08052cd3 in zypp::DigestReport::askUserToAccepUnknownDigest ()
#4  0xb7517e5c in __libc_start_main () from /lib/libc.so.6
#5  0x08051781 in zypp::DigestReport::askUserToAccepUnknownDigest ()
Comment 2 Andreas Hanke 2007-03-05 04:15:13 UTC

*** This bug has been marked as a duplicate of bug 251121 ***