Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24772 - straw segfaults
Summary: straw segfaults
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-18 15:15 UTC by Spundun Bhatt
Modified: 2003-07-21 02:27 UTC (History)
0 users

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


Attachments
output of the strace (straw-seg.bz2,217.06 KB, application/x-bzip2)
2003-07-18 15:36 UTC, Spundun Bhatt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Spundun Bhatt 2003-07-18 15:15:07 UTC
mermaid root # straw
Segmentation fault
mermaid root # emerge info
Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt cups encode foomaticdb gif jpeg libg++ libwww
mad mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv
zlib directfb gtkhtml gdbm berkdb slang readline aalib bonobo svga tcltk guile X
sdl gpm tcpd pam ssl perl python esd imlib oggvorbis gnome gtk qt motif opengl
mozilla ldap cdr 3dfx dga dvd gb gtk2 lirc pcmcia pda radeon samba trusted
vim-with-x -java -arts -kde -alsa"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
 
mermaid root #



Reproducible: Always
Steps to Reproduce:
1.install straw
2.start it
3.

Actual Results:  
segfaults

Expected Results:  
should run and give me a nice little blog reader
Comment 1 SpanKY gentoo-dev 2003-07-18 15:23:55 UTC
please run `strace -f -s 4096 straw >& straw-seg` and post that file here (bz2 it if 
need be) 
Comment 2 Spundun Bhatt 2003-07-18 15:36:00 UTC
Created attachment 14677 [details]
output of the strace

Thanx
Comment 3 Spundun Bhatt 2003-07-18 15:36:32 UTC
THanx... here it is
Comment 4 SpanKY gentoo-dev 2003-07-18 15:45:34 UTC
only other thing that might be helpful is a gdb run with a backtrace ;) 
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2003-07-19 08:24:04 UTC
looks very likely an over-optimisation problem

try replacing -O3 with -O2 in your cflags and recompile egenix-mx-base. the new egenix ebuilds have that filtered.
Comment 6 Spundun Bhatt 2003-07-19 10:08:55 UTC
Alright!!
Recompiling with -O2 fixes it
Thanx a lot.
Comment 7 Alastair Tse (RETIRED) gentoo-dev 2003-07-21 02:27:13 UTC
dup of some bug about egenix-mx-base then .. closing