[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X 4.2 problem



On Fri, May 24, 2002 at 12:23:31PM +0200, José Manuel Pérez wrote:
> jose@stpt15:~$ openoffice
> running openoffice setup...
> I18N: X Window System doesn't support locale "spanish"
> I18N: X Window System doesn't support locale "C"
> /usr/bin/openoffice: line 27: 11555 Violación de segmento   
> /usr/lib/openoffice/program/setup -R:/etc/openoffice/autoresponse.conf
> setup failed.. abort
> 
> I've tried both OpenOffice Debian package and tarball.
> 
> Kdm breaks too.
> 
> I'm using testing and kernel 2.4.18.
> Somebody knows what can cause this?

Some suggestions:
  
  - Try setting your locale to standard US, just to check if your spanish
    locale is maybe causing the problem
  
  - Use gdb and strace to look at what is going on.  Edit the soffice script
    and change

 exec "$sd_prog/$sd_binary" "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"

    to
 
 gdb "$sd_prog/$sd_binary"

    and start again.  Type "run" in gdb and "where" to get a backtrace.
    Also, change it to:

 strace "$sd_prog/$sd_binary"

   and see what it was doing just before the crash.

  - Maybe you have the same problem as these bugs:

  http://www.openoffice.org/issues/show_bug.cgi?id=4564
  http://www.openoffice.org/issues/show_bug.cgi?id=4440

  - Have a look through the open issues for 1.0, if you can get the link
    into your browser :)

http://www.openoffice.org/issues/buglist.cgi?issue_status=UNCONFIRMED&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&issue_status=RESOLVED&issue_status=VERIFIED&op_sys=Linux&version=1.0.0&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&issueidtype=include&issue_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&issue_file_loc=&issue_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&namedcmd=All+issues&newqueryname=&order=Issue+Number

  - Have a look at the font troubleshooting guide:

  http://www.openoffice.org/files/documents/16/63/FontTroubleshooting-v2.pdf

HTH,
Chris


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: