Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86990 - tar crashed with segmetation fault after ypbind starts
Summary: tar crashed with segmetation fault after ypbind starts
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-28 09:22 UTC by Papp László
Modified: 2005-03-28 17:09 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Papp László 2005-03-28 09:22:01 UTC
After a /etc/init.d/ypbind start, or /usr/bin/ypbind the tar crashed by segmentation fault.

ypbind version: 1.17.2
tar version: 1.15.1

ebuild.sh, when try to unpack sg(/var/log/messages):
error: Mar 28 03:41:28 machine ebuild.sh[6098]: segfault at 0000000000000000 rip 0000002a957dc690 rsp 0000007fbfffdd58 error 4

system: Amd64 opteron, gentoo2004.3

Reproducible: Always
Steps to Reproduce:
1.emerge ypbind
2./usr/bin/ypbind
3.tar zxf <file>

Actual Results:  
segmentation fault
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-28 14:50:21 UTC
Did you upgrade your glibc recently? `emerge --info`, please
Comment 2 Papp László 2005-03-28 17:09:06 UTC
glibc update was help me...

thx!