Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79884 - repoman segfaults
Summary: repoman segfaults
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: PPC64 Linux
: Highest critical (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-28 12:38 UTC by Markus Rothe (RETIRED)
Modified: 2005-01-29 02:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
strace-output (strace-output.txt,623.31 KB, text/plain)
2005-01-28 13:34 UTC, Markus Rothe (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Rothe (RETIRED) gentoo-dev 2005-01-28 12:38:49 UTC
Hi,  I just ran repoman in dev-lang/f2c and it segfaults. It doesn't segfault
in other directories!?

###########################################
markus@G5 ~/cvs.gentoo.org/gentoo-x86/dev-lang/f2c $ repoman scan

We're not in PORTDIR... setting to: /home/markus/cvs.gentoo.org/gentoo-x86

RepoMan scours the neighborhood...
Segmentation fault
markus@G5 ~/cvs.gentoo.org/gentoo-x86/dev-lang/f2c $
############################################

I realy don't know how to debug this... Hope someone can help.

Markus
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2005-01-28 12:41:38 UTC
That's either a sandbox problem... Which you can just remerge portage.
Or python (or a system module) is broken.

FEATURES="-sandbox" emerge portage
Comment 2 solar (RETIRED) gentoo-dev 2005-01-28 12:47:35 UTC
solar@simple f2c $ repoman scan
# does not segfault in this dir for me with
Portage 2.0.51-r15 (hardened/x86, gcc-3.3.4, glibc-2.3.4.20040808-r0, 2.4.29 i686)

what does 'gdb --core=/path/to/core ; bt' say? 
Comment 3 Markus Rothe (RETIRED) gentoo-dev 2005-01-28 13:34:07 UTC
Created attachment 49766 [details]
strace-output

"bt" gives me only this: #0 0x0000000000000000 in ?? ()

but here comes the strace-output
Comment 4 Markus Rothe (RETIRED) gentoo-dev 2005-01-29 02:28:20 UTC
something bad in my environment.. repoman operates normal on ppc64 systems in this
directory. (bad mix of stable and ~ packages, or something like that)

Marking as INVALID
Comment 5 Markus Rothe (RETIRED) gentoo-dev 2005-01-29 02:28:35 UTC
closing