Bug 72201 - std::nth_element crash: Ubuntu 13.10 LibreOffice 4.1.2.3 needs to be rebuilt against libstdc++-dev with gcc#58800 fixed
Summary: std::nth_element crash: Ubuntu 13.10 LibreOffice 4.1.2.3 needs to be rebuilt ...
Status: RESOLVED NOTOURBUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
4.1.2.3 release
Hardware: Other Linux (All)
: medium normal
Assignee: Björn Michaelsen
URL:
Whiteboard: BSA
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-01 17:18 UTC by varadi.krisztian.info
Modified: 2013-12-17 09:47 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description varadi.krisztian.info 2013-12-01 17:18:12 UTC
Problem description: 

When I use median function in a spreadsheet it crashes randomly when I type a value into the cell which is in the range belongs to the function. Sometimes it crashes sometimes not. It is unable to reproduce the error. But the error happens only when I use median. If I delete median funciton, no error. 

Steps to reproduce:
1. ....
2. ....
3. ....

Current behavior:

Expected behavior:

              
Operating System: Ubuntu
Version: 4.1.2.3 release
Comment 1 Eike Rathke 2013-12-12 12:00:38 UTC
Could we have a detailed description how to reproduce this please?
Comment 2 Caolán McNamara 2013-12-13 13:11:11 UTC
insert

23
8
21
17
27
26

=MEDIAN(<the above range>)
Comment 3 Caolán McNamara 2013-12-13 13:18:02 UTC
Yikes! http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58800
Comment 4 Caolán McNamara 2013-12-13 13:31:31 UTC
caolanm->varadi.krisztian.info: Where did the version of LibreOffice you use come from. Was it bundled with Ubuntu ?

caolanm->bjoern: What compiler version do you compile LibreOffice with. If this build is the supplied-with-Ubuntu one then it looks like the compiler needs to be fixed.
Comment 5 varadi.krisztian.info 2013-12-13 13:57:27 UTC
Yes, it is bundled with Ubuntu 13.10.
How can I fix this bug?

-------------------------
Sent from iPhone5 16Gb mobile device
-------------------------


2013.12.13. dátummal, 14:31 időpontban bugzilla-daemon@freedesktop.org írta:

> Caolán McNamara changed bug 72201 
> What	Removed	Added
> Status	ASSIGNED	NEW
> Comment # 4 on bug 72201 from  Caolán McNamara
> caolanm->varadi.krisztian.info: Where did the version of LibreOffice you use
> come from. Was it bundled with Ubuntu ?
> 
> caolanm->bjoern: What compiler version do you compile LibreOffice with. If this
> build is the supplied-with-Ubuntu one then it looks like the compiler needs to
> be fixed.
> You are receiving this mail because:
> You reported the bug.
Comment 6 Björn Michaelsen 2013-12-17 09:47:22 UTC
Downstreaming bug to Ubuntu as: https://bugs.launchpad.net/gcc-defaults/+bug/1261669 and closing as NOTOURBUG here.

@Caolan: Thanks for the hint.