Bug 31560

Summary: Abiword crashes if called with LANG=de_DE.ISO_8859-1
Product: Ports & Packages Reporter: Dirk Meyer <dm>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dirk Meyer 2001-10-28 18:10:00 UTC
	Application does not start up:
	dm@home:/data/x/Furry$ abiword critique.doc 

**** (1) Assert ****
**** (1) a[1] && *a[1] at xap_Strings.cpp:321 ****
**** (1) Continue ? (y/n) [y] :

Core was generated by `AbiWord_d'.
Program terminated with signal 6, Abort trap.

(gdb) bt
#0  0x288ec764 in kill () from /usr/lib/libc.so.4
#1  0x289287b6 in abort () from /usr/lib/libc.so.4
#2  0x8188279 in UT_UnixAssertMsg ()
#3  0x816b91f in XAP_DiskStringSet::_startElement ()
#4  0x816b718 in XAP_DiskStringSet::setValue ()
#5  0x831b514 in XML_ExpatVersion ()
#6  0x831a88e in XML_ExpatVersion ()
#7  0x831a2dc in XML_ParseBuffer ()
#8  0x831a255 in XML_Parse ()
#9  0x816bae8 in XAP_DiskStringSet::loadStringsFromDisk ()
#10 0x80eb047 in AP_DiskStringSet::loadStringsFromDisk ()
#11 0x80c1be8 in AP_UnixApp::initialize ()
#12 0x80c40d1 in AP_UnixApp::main ()
#13 0x80c1154 in main ()
#14 0x80c104d in _start ()

Fix: 

use the english version.

	export LANG=C
	abiword
How-To-Repeat: 
	export LANG=de_DE.ISO_8859-1
	abiword
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-10-29 02:28:03 UTC
Responsible Changed
From-To: freebsd-ports->gnome

Over to maintainers
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2001-12-20 10:44:42 UTC
State Changed
From-To: open->feedback

Could you please provide me with a file, opening which triggers an error, 
because I've failed to reproduce the problem using my own files. Thanks!
Comment 3 dirk.meyer 2001-12-27 21:43:08 UTC
> Could you please provide me with a file, opening which triggers an error,
> because I've failed to reproduce the problem using my own files. Thanks!

It crashed even with no given file, e.G. opening it without any argument.
The problem has vanished  now with AbiWord-0.9.6.1

kind regards Dirk

- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
Comment 4 Dirk Meyer freebsd_committer freebsd_triage 2002-01-12 12:27:52 UTC
State Changed
From-To: feedback->closed

Problem found, one of the gnome libs had caused the error, 
it is fixed in the current distribution. 
Even the older packages now work with the newer libs. 
Thanks.