Bug 251095 - zypp-checkpatches segfaults directly
Summary: zypp-checkpatches segfaults directly
Status: RESOLVED DUPLICATE of bug 251121
Alias: None
Product: openSUSE 10.3
Classification: openSUSE
Component: libzypp (show other bugs)
Version: Alpha 1plus
Hardware: x86 Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Klaus Kämpf
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-04 01:50 UTC by Andreas Hanke
Modified: 2007-03-05 04:15 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***