Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8319 - abiword will not run
Summary: abiword will not run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-24 12:44 UTC by Kurt Hindenburg
Modified: 2003-04-04 01:24 UTC (History)
2 users (show)

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 Kurt Hindenburg 2002-09-24 12:44:50 UTC
After a upgrade to 1.4rc1, and a rebuilding of abiword,

(kvh@rachael)-(11:45)-(~)> abiword 
/usr/bin/abiword: line 67: 23306 Aborted               
$ABISUITE_LIBEXEC/AbiWord_d "$@"

app-office/abiword-1.0.2-r1

Just did a rsync...no problems with 'emerge abiword'
Comment 1 Ossor 2002-10-01 09:59:13 UTC
yes I had the same problem, and removing any optmization on the build helped me.
Can someone please build abiword with -O0 (meaning NO optimization) any verify? 
Comment 2 Ossor 2002-10-01 10:04:03 UTC
took me into CC
Comment 3 Kurt Hindenburg 2002-10-01 12:14:40 UTC
With 1.4 - gcc3.2 - I have an Athlon Duron

CFLAGS="-march=i686" CXXFLAGS="-march=i686" emerge abiword
%abiword
/usr/bin/abiword: line 67: 13305 Aborted                
$ABISUITE_LIBEXEC/AbiWord_d "$@"

CFLAGS="-march=athlon" CXXFLAGS="-march=athlon" emerge abiword
%abiword
/usr/bin/abiword: line 67: 13305 Aborted                
$ABISUITE_LIBEXEC/AbiWord_d "$@"


CFLAGS="" CXXFLAGS="" emerge abiword
%abiword
/usr/bin/abiword: line 67: 13305 Aborted                
$ABISUITE_LIBEXEC/AbiWord_d "$@"

Nothing worked for me....
Comment 4 Alex Walker 2002-10-08 10:31:24 UTC
Works fine for me with this config:    
 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr   
-falign-functions=4 -fprefetch-loop-arrays"   
CXXFLAGS="${CFLAGS}"  
  
It was a fresh 1.4rc1 install, not an upgrade.   
Comment 5 foser (RETIRED) gentoo-dev 2002-10-13 13:52:57 UTC
Is this still a problem ? Closing until new comment.
Comment 6 foser (RETIRED) gentoo-dev 2002-10-13 13:53:25 UTC
Look like a problem in the startup script to me btw.
Comment 7 Kurt Hindenburg 2002-10-13 14:35:13 UTC
Well, I'm glad it works for...

I've tried numerous CFLAGS and CXXFLAGS...it compiles ,but gets the same error
when ran 'abiword'.

Even -O0 didn't work...I'm not sure it is the compliation that is causing this. 

I've pretty much given up on abiword...already unmerged it...
Comment 8 foser (RETIRED) gentoo-dev 2002-10-13 17:24:17 UTC
Well, you're the only one with this problem it seems. Can you emerge abiword and
try it run, not from the script but the abiword binary directly
(/usr/bin/AbiWord_d usually). Report back with the output you get.
Comment 9 Ossor 2002-10-14 03:01:33 UTC
Please try setting "ABI_OPT_DEBUG=1" (I can't remember exactly, see the 
Abiword Documentation) or "OPT_DEBUG=1" when building abiword. 
 
When Abiword is compiled with DEBUG Support, it runs alternative code at 
specific places, which helped me getting it to run on an other machine, were 
it segfaulted too. 
 
Comment 10 foser (RETIRED) gentoo-dev 2002-10-14 13:26:42 UTC
Please try removing ~/.AbiSuite/AbiWord.Profile  or even your whole ~/.AbiSuite dir.
Comment 11 Kurt Hindenburg 2002-10-14 22:48:00 UTC
The system I was having problems running abiword died over the weekend.  I have
to send the MB in to ABIT for them to fix.  I merged abiword on my AMD-K7 system
and it runs fine.  The system abiword won't run is a AMD-Duron 1300.  I'm not
sure what is up...it will take a few weeks to get that system up and running again.

Comment 12 foser (RETIRED) gentoo-dev 2002-10-15 06:27:38 UTC
Ok closing this for now.
Comment 13 Kurt Hindenburg 2002-11-08 10:19:27 UTC
Ok, I tried again w/o removing my ~/.Abi*; here's the last few lines with all
the debugging stuff on.

[...]
DEBUG: DOM: found -1 plugins in /home/kvh/.AbiSuite/AbiWord/plugins/
DEBUG: AP_UnixFrame::initialize!!!! 
DEBUG: AP_UnixFrame:: Initializing base class!!!! 
DEBUG: AP_UnixFrame:: Creating Toplevel Window!!!! 
DEBUG: CreateMenuLabelSet: szLanguage_ en-US, szLanguage en-US
DEBUG: EV_UnixMenu::synthesizeMenu

**** (1) Assert ****
**** (1) pAction at ev_UnixToolbar.cpp:458 ****
**** (1) Continue ? (y/n) [y] : 

**** (2) Assert ****
**** (2) pLabel at ev_UnixToolbar.cpp:460 ****
**** (2) Continue ? (y/n) [y] : 
DEBUG: Oh no - we just segfaulted!
DEBUG: Segfault during filesave - no file saved  
/usr/bin/abiword: line 67: 20501 Aborted                
$ABISUITE_LIBEXEC/AbiWord_d "$@"


After I 'rm -rf .Abi*', it ran fine.  Oh well.... :-)

Now, I'll try without all the debugging stuff....
Comment 14 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:20:00 UTC
db fix
Comment 15 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:24:56 UTC
db fix