Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2014 07:43:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 188088] editors/openoffice-4 4.0.1 crash on format cells
Message-ID:  <bug-188088-25061-E7yMUhWtw5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-188088-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-188088-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188088

--- Comment #9 from Don Lewis <truckman@FreeBSD.org> ---
Created attachment 148155
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148155&action=edit
screenshot of crash.xls with edited cell

Hmn ... I still can't reproduce the crash.  I edited crash.xls in scalc and
edited cell A1.  Screenshot attached.

I'm guessing this has to be system specific in some way.  I'm testing on
8.4-STABLE i386.

Since you aren't getting a core file, soffice is probably catching the SIGSEGV
and going into recovery mode.  You might try this to get a stack trace:

  Start scalc

  Use ps to find the pid of soffice.bin

  gdb -p pid-from-last-step
/usr/local/openoffice-4.1.1/openoffice4/program/soffice.bin

  Type "cont" at the gdb prompt

  Attempt Format Cells in scalc

  gdb should detect the SIGSEGV and prompt for input

  Type "bt" to get a stack trace

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-188088-25061-E7yMUhWtw5>