Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8667 - BitchX 1.0.19-r2 on 1.4_rc1 seg faults
Summary: BitchX 1.0.19-r2 on 1.4_rc1 seg faults
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brad Cowan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-02 19:34 UTC by Modig
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Modig 2002-10-02 19:34:20 UTC
bash-2.05a# BitchX
<blank space>
Segmentation fault
bash-2.05a#
Comment 1 SpanKY gentoo-dev 2002-10-02 20:45:54 UTC
what are your CFLAGS and CXXFLAGS ?

if you over optimize it segfaults like that
Comment 2 Modig 2002-10-03 00:27:30 UTC
CFLAGS="-march=athlon-tbird -O3 -pipe"

CXXFLAGS="${CFLAGS}"

These are the settings I emerge'd with.
Comment 3 Brad Cowan (RETIRED) gentoo-dev 2002-10-03 01:53:05 UTC
Known problem change to -O2 and reemerge should take care of it :)
Comment 4 SpanKY gentoo-dev 2002-10-03 10:23:21 UTC
bcowan: add a replace-flags call for everything above -O2 ? 
Comment 5 Brad Cowan (RETIRED) gentoo-dev 2002-10-03 15:09:58 UTC
added CFLAGS filter to ebuild, closes bug :)