First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 34609
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: PPC Porters <ppc@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ronan Mullally <ronan@iol.ie>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 34609 depends on: Show dependency tree
Bug 34609 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-11-28 03:47 0000
Having rebuild joe-2.9.8.ebuild with (amongst other things) -Os in my CFLAGS,
I discovered that it would seg fault whenever I did a search and replace (^KF,
search string, (R)eplace, string, return).

Rebuilding joe with -O2 (or I suspect, -O3) fixed the problem.
Ebuild needs to be rebuilt to replace -Os with -O2 (or 3)

Reproduced this on two machines - an i686 and an i586.


Reproducible: Always
Steps to Reproduce:
1. Build joe with -Os 
2. Open a file for editing with joe
3. Enter "^KF", search string, "R" for replace, replace string then return

Actual Results:  
Seg fault

Expected Results:  
Not seg faulted

Full CFLAGS for the build were:

CFLAGS="-O2 -pipe -march=i686
       -fomit-frame-pointer -falign-functions=4 -falign-jumps=4 -falign-loops=4

------- Comment #1 From Christian Birchinger 2003-11-28 17:22:51 0000 -------
Added replace-flag function.

------- Comment #2 From Christian Birchinger 2003-11-28 17:23:19 0000 -------
Could you please test and mark stable on PPC. Each version has different arch
tags and i'd like to clean the old versions.

------- Comment #3 From Pieter Van den Abeele 2004-08-19 15:51:59 0000 -------
fixed in cvs

First Last Prev Next    No search results available      Search page      Enter new bug