Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28322 - Hitting the start button after starting Basilisk fails with some Gnome "floating point exception"
Summary: Hitting the start button after starting Basilisk fails with some Gnome "float...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Games
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-09 21:23 UTC by Larry Kopenkoskey
Modified: 2003-09-26 11:27 UTC (History)
0 users

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


Attachments
added line to .configure section to fix application crash. (basiliskII-1.0.0.ebuild,2.55 KB, text/plain)
2003-09-09 21:25 UTC, Larry Kopenkoskey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Kopenkoskey 2003-09-09 21:23:16 UTC
BasiliskII compiles fine.  I start the program with the 'BasiliskII' executable
in /usr/bin.  After setting up my processor, memory, rom, and disk options I hit
the start button.  The application quickly crashes with an error message listed
in Actual Results (below).

Reproducible: Always
Steps to Reproduce:
1. As in details
2.
3.

Actual Results:  
The application quickly crashes with some Gnome error as follows:
------------
Application "BasiliskII" (process 3218) has crashed due to a fatal error.
(Floating point exception)

Please visit the GNOME Application Crash page for more information
------------


Expected Results:  
A Mac OS window should have poped up.

I was using a QUAD650.ROM image, and following the steps to setup an os found
at: http://www.kearney.net/~mhoffman/basiliskII/system753_tutorial/linux/index.html

As hinted at in the gentoo forum post describing the problem above; I add the
following line in the .configure section of the version 1.0.0 ebuild and unmerge
and emerge BasiliskII again.  
Added line:		--enable-jit-compiler \
After that things work fine...  I don't see the "floating point exception" again.

I am compiling with -mcpu=ahlon -pipe -O3 (the -O3 is overwritten with -O2 in
the ebuild).

Here's my 'emerge info' info:
painter Unix # emerge info
Portage 2.0.48-r7 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.22 i686 AMD Athlon(tm) XP 1800+
GENTOO_MIRRORS="http://gentoo.seren.com/gentoo http://gentoo.oregonstate.edu/"
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="/usr/local/portage"
USE="x86 oss apm crypt foomaticdb libg++ libwww mad mikmod ncurses nls slang
spell xml2 gtkhtml gdbm berkdb readline bonobo guile gpm tcpd pam ssl perl
python esd imlib motif mozilla 3dnow aavm -alsa -arts avi cdr cups dvd emacs
encode gif gnome gphoto2 gtk java jpeg -kde mmx mpeg oggvorbis opengl pdflib png
-qt quicktime scanner sdl sse svga tiff truetype usb X xmms xv zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon -O3 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j4"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Larry Kopenkoskey 2003-09-09 21:25:20 UTC
Created attachment 17382 [details]
added line to .configure section to fix application crash.
Comment 2 Larry Kopenkoskey 2003-09-09 21:28:11 UTC
This bug sound very similar to closed bug #20188.
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-09-15 08:23:10 UTC
has nothing to do with gnome .. 
Comment 4 SpanKY gentoo-dev 2003-09-26 11:27:24 UTC
added to cvs, thanks ;)