Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82615 - app-emulation/qemu-0.6.1-r1 segfaults with anything ppc related
Summary: app-emulation/qemu-0.6.1-r1 segfaults with anything ppc related
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-19 14:31 UTC by postmodern
Modified: 2005-05-28 01:42 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 postmodern 2005-02-19 14:31:17 UTC
app-emulation/qemu-0.6.1-r1 segfaults with anything ppc related.

Reproducible: Always
Steps to Reproduce:
1. grab the ppc livecd, mount up the squashfs image on it, then run
2. qemu-ppc ./bin/ls

Actual Results:  
$ qemu-ppc ./bin/ls
*** ERROR: idx f6 already assigned to a direct opcode
*** ERROR: unable to join indirect table idx [f6-35]
*** ERROR initializing PPC instruction 0xf6 0x35 0x00
/lib/ld.so.1: No such file or directory
Segmentation fault


Expected Results:  
ls displaying the livecd contents.

Gentoo Base System version 1.4.16
Portage 2.0.51-r15 (default-linux/amd64/2004.3, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r14 x86_64)
=================================================================
System uname: 2.6.9-gentoo-r14 x86_64 AMD Athlon(tm) 64 Processor 3400+
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb  7 2005, 03:24:22)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-pipe -O3 -march=k8"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -O3 -march=k8"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X acpi alsa berkdb bitmap-fonts cdr crypt curl dvd encode esd f77 fam
flac font-server fortran gif gpm gtk gtk2 imlib ipv6 java jp2 jpeg lzw lzw-tiff
motif mozilla mp3 multilib ncurses network nls oggvorbis opengl oss pam perl png
python readline samba sdl softmmu speex spell sqlite ssl tcpd theora tiff
truetype truetype-fonts type1-fonts usb userlocales xml xml2 xmms xpm xrandr xv
zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 postmodern 2005-02-19 14:34:46 UTC
The same occures for dynamically linked sparc binaries.
Comment 2 Luca Barbato gentoo-dev 2005-02-20 03:00:13 UTC
reproduced with ppc, not reproduced with sparc.

I'm using the runtime and test executable from the qemu site.
Comment 3 Luca Barbato gentoo-dev 2005-05-28 01:01:32 UTC
the problem still happens with .7.0?
Comment 4 postmodern 2005-05-28 01:42:12 UTC
0.7 works with my hello_world test program! Reopen if anybody else found some bugs.