Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85313 - jamvm segfaults if -fomit-frame-pointer flag is set
Summary: jamvm segfaults if -fomit-frame-pointer flag is set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-15 01:12 UTC by David Stubbs
Modified: 2006-02-02 04:13 UTC (History)
0 users

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


Attachments
The current ebuild with the addition of the -fomit-frame-pointer Flag filtered (jamvm-1.2.5.ebuild,1.02 KB, text/plain)
2005-03-15 01:30 UTC, David Stubbs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Stubbs 2005-03-15 01:12:09 UTC
It seems that if you compile jamvm with the "-fomit-frame-pointer" flag set jamvm segfaults when it is run.

Reproducible: Always
Steps to Reproduce:
1. build jamvm with the -fomit-frame-pointer flag in your CFLAGS 
2. run jamvm "jamvm testclass" (testclass being any javaclass)
3.

Actual Results:  
Jamvm Segfaults

Expected Results:  
runs the class

You can also repoduce the error if you as jamvm to run a class that doesn't
exist such as:

 jamvm someClassThatDoNotExist 

It should just say that it can't find the class but insted it segfaults
Comment 1 David Stubbs 2005-03-15 01:30:36 UTC
Created attachment 53507 [details]
The current ebuild with the addition of the -fomit-frame-pointer Flag filtered

This ebuild just filters out the -fomit-frame-pointer flag so that jamvm will
build ok.
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2005-04-09 11:58:21 UTC
Added filter to all unstable versions. Please try 1.3.0 and see if the problem persists. If so, reopen this bug. If not, be happy:)
Comment 3 sf 2006-02-02 04:13:44 UTC
Karl,

the inherit line in 1.3.0 and 1.3.1 is missing "flag-o-matic". Would you mind correcting the ebuilds?

Regards
  Stephan