Bug 67141 - EDITING: Crash when sorting column
Summary: EDITING: Crash when sorting column
Status: RESOLVED DUPLICATE of bug 67128
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
4.2.0.0.alpha0+ Master
Hardware: Other Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: BSA
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-21 16:17 UTC by Julien Nabet
Modified: 2013-08-27 03:56 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
backtrace with symbols (5.39 KB, text/plain)
2013-07-21 16:17 UTC, Julien Nabet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Nabet 2013-07-21 16:17:44 UTC
Created attachment 82784 [details]
backtrace with symbols

Problem description: 
On pc Debian x86-64 with master sources updated today + brand new LO profile, I had a crash by trying to reproduce fdo#66976

Steps to reproduce:
1. Create a brand new file on Calc
2. type some values (1 value per row) on column A : h, f, e, r, a, t 
3. Click "A" to select the whole column
4. Click Ascending Sort button

Current behavior:
Crash
Expected behavior:
Shouldn't crash

I attached bt with symbols
              
Operating System: Debian
Version: 4.2.0.0.alpha0+ Master
Comment 1 Julien Nabet 2013-07-21 16:20:16 UTC
Joren: would you have some time to reproduce this? (it's very quick and easy to do)
Comment 2 Alex Thurgood 2013-08-22 15:52:02 UTC
Hi Julien,

Not reproducible for me with :

Version: 4.2.0.0.alpha0+
Build ID: 22d1beb78a475e4846af945afde1c4d6c263b5d6

64bit build of LO on OSX



Alex
Comment 3 Alex Thurgood 2013-08-22 15:59:27 UTC
Perhaps fixed in meantime ?

Alex
Comment 4 Julien Nabet 2013-08-22 17:24:44 UTC
Thank you Alex for your feedback. Badfully, with git sources updated today, I still reproduce the problem and with an equivalent bt :-(
I think it may be linked to the fact I use dbg-util in my autogen.input.

Terrence: would you have some time to give it a try (since you encountered this kind of specific bug sometimes)?
Comment 5 Julien Nabet 2013-08-22 17:43:35 UTC
If I disable "Check spelling as you type" it's ok. Moreover, it's the same bt as fdo#67128 => dup

*** This bug has been marked as a duplicate of bug 67128 ***
Comment 6 Terrence Enger 2013-08-27 00:33:09 UTC
This time I do *not* see the crash.

In Tools > Options > "Language Settings" > "Writing Aids" > Options I
have checked ...
  - Check spelling as you type
  - Check grammar as you type
  - Check special regions
  - Hyphenate special regions

My LibreOffice is commit 73ab2af, pulled around 2013-08-19 14:40 UTC,
configured with
    --enable-option-checking=fatal
    --enable-dbgutil
    --enable-crashdump
    --without-system-postgresql
    --without-myspell-dicts
    --with-extra-buildid
    --without-doxygen
    --with-external-tar=/home/terry/lo_hacking/git/src
built and executing on ubuntu-natty (11.04) 32-bit.
Comment 7 Julien Nabet 2013-08-27 03:56:52 UTC
Terrence: badfully with master sources updated yesterday + brand new LO profile, I still reproduce the crash :-(
Here's my autogen.input:
--with-system-odbc
--enable-ext-barcode
--enable-ext-diagram
--enable-ext-google-docs
--enable-ext-hunart
--enable-ext-nlpsolver
--enable-ext-ct2n
--enable-ext-numbertext
--enable-postgresql-sdbc
--enable-ext-presenter-minimizer
--enable-ext-typo
--enable-ext-validator
--enable-ext-watch-window
--enable-ext-wiki-publisher
--enable-dbus
--enable-graphite
--enable-evolution2
--enable-werror
--enable-debug
--enable-dbgutil
--enable-crashdump
--enable-dependency-tracking
--enable-online-update
--enable-ext-mariadb-connector
--enable-extra-sample
--enable-extra-template
--enable-extra-gallery
--enable-python=internal

gcc (Debian 4.7.3-4)
ldd (Debian EGLIBC 2.17-92) 2.17

+ Java info:
java version "1.7.0_21"
OpenJDK Runtime Environment (IcedTea 2.3.9) (7u21-2.3.9-5)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)