[Desktop-packages] [Bug 1566050] Re: Crash on exit: ScCsvGrid leaks past vcl lifetime

2021-08-20 Thread Bug Watch Updater
Launchpad has imported 30 comments from the remote bug at
https://bugs.documentfoundation.org/show_bug.cgi?id=99352.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2016-04-16T19:19:23+00:00 Björn Michaelsen wrote:

Created attachment 124413
patch to look for leaked VclPtrs at the end of DeInitVCL

Some VclPtrs leak past the end of DeInitVCL, which is unfortunate as
they might still be subject to callback and assume VCL to be alive.

Applying the attached patch and running:

 make subsequencheck; find workdir/JunitTest/ -name '*log'|xargs grep
LEAK|sed -e 's/^.*LEAK/LEAK/'|sort|uniq -c

result in:

  1 LEAKED VCLPTR: P10SfxPrinter refered to from a PK6VclPtrI10SfxPrinterE
  1 LEAKED VCLPTR: P12OpenGLWindow refered to from a 
PK6VclPtrI12OpenGLWindowE
 27 LEAKED VCLPTR: P12OutputDevice refered to from a 
PK6VclPtrI12OutputDeviceE
 14 LEAKED VCLPTR: P13VirtualDevice refered to from a 
PK6VclPtrI13VirtualDeviceE
  2 LEAKED VCLPTR: PN3vcl6WindowE refered to from a PK6VclPtrIN3vcl6WindowEE
  1 LEAKED VCLPTR: PN5chart11ChartWindowE refered to from a 
PK6VclPtrIN5chart11ChartWindowEE

It would be good to have all those eliminated and explicitly have them
set to nullptrs deterministically in DeInitVCL (or earlier).

Additional notes:
- Some VclPtr have a vptr of NULL while still alive, which is discomforting in 
itself
- Doing a build with the patch and e.g. playing through MozTrap testcases 
manually to find well-reproducable leaks likely is a nice EasyHack

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1566050/comments/10


On 2016-04-16T19:42:04+00:00 Björn Michaelsen wrote:

Whoops, there is more than JunitTests. This:

  find workdir/JunitTest/ workdir/CppunitTest/ workdir/PythonTest/ -name
'*log'|xargs grep LEAK|sed -e 's/^.*LEAK/LEAK/'|sort|uniq -c|sort -n

yields:

  1 Binary file workdir/CppunitTest/xmlsecurity_signing.test.log matches
  1 Binary file workdir/JunitTest/unordf_complex/done.log matches
  1 LEAKED VCLPTR: P12OpenGLWindow refered to from a 
PK6VclPtrI12OpenGLWindowE
  1 LEAKED VCLPTR: P12ScGridWindow refered to from a 
PK6VclPtrI12ScGridWindowE
  1 LEAKED VCLPTR: P12ScTabControl refered to from a 
PK6VclPtrI12ScTabControlE
  1 LEAKED VCLPTR: P13ImplTabButton refered to from a 
PK6VclPtrI13ImplTabButtonE
  1 LEAKED VCLPTR: P13ScTabSplitter refered to from a 
PK6VclPtrI13ScTabSplitterE
  1 LEAKED VCLPTR: P14ScCornerButton refered to from a 
PK6VclPtrI14ScCornerButtonE
  1 LEAKED VCLPTR: P14SfxSplitWindow refered to from a 
PK6VclPtrI14SfxSplitWindowE
  1 LEAKED VCLPTR: P21SfxEmptySplitWin_Impl refered to from a 
PK6VclPtrI21SfxEmptySplitWin_ImplE
  1 LEAKED VCLPTR: P8ScColBar refered to from a PK6VclPtrI8ScColBarE
  1 LEAKED VCLPTR: P8ScRowBar refered to from a PK6VclPtrI8ScRowBarE
  1 LEAKED VCLPTR: PN5chart11ChartWindowE refered to from a 
PK6VclPtrIN5chart11ChartWindowEE
  2 LEAKED VCLPTR: P10PushButton refered to from a PK6VclPtrI10PushButtonE
  2 LEAKED VCLPTR: P10TextWindow refered to from a PK6VclPtrI10TextWindowE
  2 LEAKED VCLPTR: P11DecoToolBox refered to from a PK6VclPtrI11DecoToolBoxE
  2 LEAKED VCLPTR: P13SvTreeListBox refered to from a 
PK6VclPtrI13SvTreeListBoxE
  2 LEAKED VCLPTR: P16ExtMultiLineEdit refered to from a 
PK6VclPtrI16ExtMultiLineEditE
  2 LEAKED VCLPTR: P16VclMultiLineEdit refered to from a 
PK6VclPtrI16VclMultiLineEditE
  2 LEAKED VCLPTR: P17SvtIconChoiceCtrl refered to from a 
PK6VclPtrI17SvtIconChoiceCtrlE
  2 LEAKED VCLPTR: P7ToolBox refered to from a PK6VclPtrI7ToolBoxE
  2 LEAKED VCLPTR: P8Splitter refered to from a PK6VclPtrI8SplitterE
  2 LEAKED VCLPTR: P9FixedLine refered to from a PK6VclPtrI9FixedLineE
  2 LEAKED VCLPTR: P9FixedText refered to from a PK6VclPtrI9FixedTextE
  2 LEAKED VCLPTR: P9StatusBar refered to from a PK6VclPtrI9StatusBarE
  2 LEAKED VCLPTR: PN5dbaui12OTitleWindowE refered to from a 
PK6VclPtrIN5dbaui12OTitleWindowEE
  2 LEAKED VCLPTR: PN5dbaui13OCreationListE refered to from a 
PK6VclPtrIN5dbaui13OCreationListEE
  2 LEAKED VCLPTR: PN5dbaui14OPreviewWindowE refered to from a 
PK6VclPtrIN5dbaui14OPreviewWindowEE
  2 LEAKED VCLPTR: PN5dbaui16OAppBorderWindowE refered to from a 
PK6VclPtrIN5dbaui16OAppBorderWindowEE
  2 LEAKED VCLPTR: PN5dbaui16OApplicationViewE refered to from a 
PK6VclPtrIN5dbaui16OApplicationViewEE
  2 LEAKED VCLPTR: PN5dbaui20OAppDetailPageHelperE refered to from a 
PK6VclPtrIN5dbaui20OAppDetailPageHelperEE
  2 LEAKED VCLPTR: PN5dbaui22OApplicationDetailViewE refered to from a 
PK6VclPtrIN5dbaui22OApplicationDetailViewEE
  2 

[Desktop-packages] [Bug 1566050] Re: Crash on exit: ScCsvGrid leaks past vcl lifetime

2017-04-05 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1566050

Title:
  Crash on exit: ScCsvGrid leaks past vcl lifetime

Status in LibreOffice:
  Fix Released
Status in libreoffice package in Ubuntu:
  Fix Released
Status in libreoffice source package in Xenial:
  Fix Released
Status in libreoffice source package in Yakkety:
  Fix Released

Bug description:
  Reproduction scenario:
  1/ open a csv file with libreoffice calc
  2/ Import wizard appears -> press Cancel
  3/ Exit LibreOffice

  Expected behaviour:
  LibreOffice shuts down cleanly.

  Actual behaviour:
  LibreOffice crashes on exit. (not entirely reproducable, but repeating steps 
1/ and 2/ a few times usually soon triggers this)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-core 1:5.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Apr  4 15:57:52 2016
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2016-04-03 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --calc 
file:///tmp/mozilla_znmeb0/DKSalaries-1.csv --splash-pipe=5
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=
  SegvAnalysis:
   Segfault happened at: 0x299c100: push   %rax
   PC (0x0299c100) in non-executable VMA region: 0x016e7000-0x02c4d000 rw-p 
[heap]
   source "%rax" ok
   destination "(%rsp)" (0x7fffed7e99f0) ok
  SegvReason: executing writable VMA [heap]
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   Menu::~Menu() () from /usr/lib/libreoffice/program/libmergedlo.so
   ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so
  Title: soffice.bin crashed with SIGSEGV in Menu::~Menu()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1566050/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1566050] Re: Crash on exit: ScCsvGrid leaks past vcl lifetime

2017-03-01 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: Unknown => Confirmed

** Changed in: df-libreoffice
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1566050

Title:
  Crash on exit: ScCsvGrid leaks past vcl lifetime

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Fix Released
Status in libreoffice source package in Xenial:
  Fix Released
Status in libreoffice source package in Yakkety:
  Fix Released

Bug description:
  Reproduction scenario:
  1/ open a csv file with libreoffice calc
  2/ Import wizard appears -> press Cancel
  3/ Exit LibreOffice

  Expected behaviour:
  LibreOffice shuts down cleanly.

  Actual behaviour:
  LibreOffice crashes on exit. (not entirely reproducable, but repeating steps 
1/ and 2/ a few times usually soon triggers this)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-core 1:5.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Apr  4 15:57:52 2016
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2016-04-03 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --calc 
file:///tmp/mozilla_znmeb0/DKSalaries-1.csv --splash-pipe=5
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=
  SegvAnalysis:
   Segfault happened at: 0x299c100: push   %rax
   PC (0x0299c100) in non-executable VMA region: 0x016e7000-0x02c4d000 rw-p 
[heap]
   source "%rax" ok
   destination "(%rsp)" (0x7fffed7e99f0) ok
  SegvReason: executing writable VMA [heap]
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   Menu::~Menu() () from /usr/lib/libreoffice/program/libmergedlo.so
   ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so
  Title: soffice.bin crashed with SIGSEGV in Menu::~Menu()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1566050/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1566050] Re: Crash on exit: ScCsvGrid leaks past vcl lifetime

2017-03-01 Thread Björn Michaelsen
According to 
https://errors.ubuntu.com/problem/351dcefbdfe5de30957d15c3d9c06233ec575453, 
this had:
25607 instances reported
_all_ instance reported with LibreOffice 5.1.4 or earlier

Thus assuming resolved.

** Bug watch added: Document Foundation Bugzilla #99352
   https://bugs.documentfoundation.org/show_bug.cgi?id=99352

** Changed in: df-libreoffice
   Importance: Undecided => Unknown

** Changed in: df-libreoffice
   Status: Fix Committed => Unknown

** Changed in: df-libreoffice
 Remote watch: None => Document Foundation Bugzilla #99352

** Changed in: df-libreoffice
 Assignee: Björn Michaelsen (bjoern-michaelsen) => (unassigned)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1566050

Title:
  Crash on exit: ScCsvGrid leaks past vcl lifetime

Status in LibreOffice:
  Unknown
Status in libreoffice package in Ubuntu:
  Fix Released
Status in libreoffice source package in Xenial:
  Fix Released
Status in libreoffice source package in Yakkety:
  Fix Released

Bug description:
  Reproduction scenario:
  1/ open a csv file with libreoffice calc
  2/ Import wizard appears -> press Cancel
  3/ Exit LibreOffice

  Expected behaviour:
  LibreOffice shuts down cleanly.

  Actual behaviour:
  LibreOffice crashes on exit. (not entirely reproducable, but repeating steps 
1/ and 2/ a few times usually soon triggers this)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-core 1:5.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Apr  4 15:57:52 2016
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2016-04-03 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --calc 
file:///tmp/mozilla_znmeb0/DKSalaries-1.csv --splash-pipe=5
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=
  SegvAnalysis:
   Segfault happened at: 0x299c100: push   %rax
   PC (0x0299c100) in non-executable VMA region: 0x016e7000-0x02c4d000 rw-p 
[heap]
   source "%rax" ok
   destination "(%rsp)" (0x7fffed7e99f0) ok
  SegvReason: executing writable VMA [heap]
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   Menu::~Menu() () from /usr/lib/libreoffice/program/libmergedlo.so
   ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so
  Title: soffice.bin crashed with SIGSEGV in Menu::~Menu()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1566050/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1566050] Re: Crash on exit: ScCsvGrid leaks past vcl lifetime

2016-06-10 Thread Launchpad Bug Tracker
This bug was fixed in the package libreoffice - 1:5.1.3-0ubuntu4

---
libreoffice (1:5.1.3-0ubuntu4) yakkety; urgency=medium

  * use internal copy of mdds and orcus on yakkety for 5.1 series now

 -- Bjoern Michaelsen   Tue, 24 May
2016 14:25:58 +0200

** Changed in: libreoffice (Ubuntu Yakkety)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1566050

Title:
  Crash on exit: ScCsvGrid leaks past vcl lifetime

Status in LibreOffice:
  Fix Committed
Status in libreoffice package in Ubuntu:
  Fix Released
Status in libreoffice source package in Xenial:
  Fix Released
Status in libreoffice source package in Yakkety:
  Fix Released

Bug description:
  Reproduction scenario:
  1/ open a csv file with libreoffice calc
  2/ Import wizard appears -> press Cancel
  3/ Exit LibreOffice

  Expected behaviour:
  LibreOffice shuts down cleanly.

  Actual behaviour:
  LibreOffice crashes on exit. (not entirely reproducable, but repeating steps 
1/ and 2/ a few times usually soon triggers this)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-core 1:5.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Apr  4 15:57:52 2016
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2016-04-03 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --calc 
file:///tmp/mozilla_znmeb0/DKSalaries-1.csv --splash-pipe=5
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=
  SegvAnalysis:
   Segfault happened at: 0x299c100: push   %rax
   PC (0x0299c100) in non-executable VMA region: 0x016e7000-0x02c4d000 rw-p 
[heap]
   source "%rax" ok
   destination "(%rsp)" (0x7fffed7e99f0) ok
  SegvReason: executing writable VMA [heap]
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   Menu::~Menu() () from /usr/lib/libreoffice/program/libmergedlo.so
   ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so
  Title: soffice.bin crashed with SIGSEGV in Menu::~Menu()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1566050/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1566050] Re: Crash on exit: ScCsvGrid leaks past vcl lifetime

2016-06-05 Thread Mathieu Marquer
I just encountered this crash even though I'm using the lastest version:

Package: libreoffice-core 1:5.1.3-0ubuntu1
PackageArchitecture: amd64
ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10

SegvAnalysis:
 Segfault happened at: 0x7f8841460837 <__libc_start_main+247>:  xor%edx,%edx
 PC (0x7f8841460837) ok
 source "%edx" ok
 destination "%edx" ok
 SP (0x7fff124e6bd0) ok
 Reason could not be automatically determined.
SourcePackage: libreoffice
Stacktrace:
 #0  0x038a2000 in ?? ()
 No symbol table info available.
 #1  0x7f8843f88c8d in ?? () from 
/usr/lib/libreoffice/program/libmergedlo.so
 No symbol table info available.
 #2  0x7f8843f88d8d in ?? () from 
/usr/lib/libreoffice/program/libmergedlo.so
 No symbol table info available.
 #3  0x7f8843f7c9c8 in Menu::~Menu() () from 
/usr/lib/libreoffice/program/libmergedlo.so
 No symbol table info available.
 #4  0x7f880e4a0165 in ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so
 No symbol table info available.
 #5  0x7f880e4a0279 in ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so
 No symbol table info available.
 #6  0x7f8841479fe8 in __run_exit_handlers (status=0, listp=0x7f88418035f8 
<__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) at exit.c:82
 atfct = 
 onfct = 
 cxafct = 
 #7  0x7f884147a035 in __GI_exit (status=) at exit.c:104
 No locals.
 #8  0x7f8841460837 in __libc_start_main (main=0x4006e0, argc=3, 
argv=0x7fff124e6ca8, init=, fini=, 
rtld_fini=, stack_end=0x7fff124e6c98) at ../csu/libc-start.c:325
 result = 
 unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, -916413476825100205, 
4196096, 140733500517536, 0, 0, 915949057318686803, 889668460461002835}, 
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x400870, 0x7f884541a8e0 
<_dl_fini>}, data = {prev = 0x0, cleanup = 0x0, canceltype = 4196464}}}
 not_first_call = 
 #9  0x00400729 in ?? ()
 No symbol table info available.
StacktraceAddressSignature: 
/usr/lib/libreoffice/program/soffice.bin:11:[heap]+3069000:/usr/lib/libreoffice/program/libmergedlo.so+2528c8d:/usr/lib/libreoffice/program/libmergedlo.so+2528d8d:/usr/lib/libreoffice/program/libmergedlo.so+251c9c8:/usr/lib/libreoffice/program/libsclo.so+796165:/usr/lib/libreoffice/program/libsclo.so+796279:/lib/x86_64-linux-gnu/libc-2.23.so+39fe8:/lib/x86_64-linux-gnu/libc-2.23.so+3a035:/lib/x86_64-linux-gnu/libc-2.23.so+20837:/usr/lib/libreoffice/program/soffice.bin+729
StacktraceTop:
 ?? ()
 ?? () from /usr/lib/libreoffice/program/libmergedlo.so
 ?? () from /usr/lib/libreoffice/program/libmergedlo.so
 Menu::~Menu() () from /usr/lib/libreoffice/program/libmergedlo.so
 ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1566050

Title:
  Crash on exit: ScCsvGrid leaks past vcl lifetime

Status in LibreOffice:
  Fix Committed
Status in libreoffice package in Ubuntu:
  Triaged
Status in libreoffice source package in Xenial:
  Fix Released
Status in libreoffice source package in Yakkety:
  Triaged

Bug description:
  Reproduction scenario:
  1/ open a csv file with libreoffice calc
  2/ Import wizard appears -> press Cancel
  3/ Exit LibreOffice

  Expected behaviour:
  LibreOffice shuts down cleanly.

  Actual behaviour:
  LibreOffice crashes on exit. (not entirely reproducable, but repeating steps 
1/ and 2/ a few times usually soon triggers this)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-core 1:5.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Apr  4 15:57:52 2016
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2016-04-03 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --calc 
file:///tmp/mozilla_znmeb0/DKSalaries-1.csv --splash-pipe=5
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=
  SegvAnalysis:
   Segfault happened at: 0x299c100: push   %rax
   PC (0x0299c100) in non-executable VMA region: 0x016e7000-0x02c4d000 rw-p 
[heap]
   source "%rax" ok
   destination "(%rsp)" (0x7fffed7e99f0) ok
  SegvReason: executing writable VMA [heap]
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   Menu::~Menu() () from /usr/lib/libreoffice/program/libmergedlo.so
   ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so
  Title: 

[Desktop-packages] [Bug 1566050] Re: Crash on exit: ScCsvGrid leaks past vcl lifetime

2016-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package libreoffice - 1:5.1.3-0ubuntu1

---
libreoffice (1:5.1.3-0ubuntu1) xenial; urgency=medium

  * new upstream bugfix release
  * fix crash with nullptr SdrObjList (LP: #1569500)
  * fix crash with ScCsvGrid living beyond VCL shutdown (LP: #1566050)
  * fix crash with non-empty BlendFrameCache in late VCL shutdown (LP: #1560328)

 -- Bjoern Michaelsen   Thu, 12 May
2016 11:35:38 +0200

** Changed in: libreoffice (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1566050

Title:
  Crash on exit: ScCsvGrid leaks past vcl lifetime

Status in LibreOffice:
  Fix Committed
Status in libreoffice package in Ubuntu:
  Triaged
Status in libreoffice source package in Xenial:
  Fix Released
Status in libreoffice source package in Yakkety:
  Triaged

Bug description:
  Reproduction scenario:
  1/ open a csv file with libreoffice calc
  2/ Import wizard appears -> press Cancel
  3/ Exit LibreOffice

  Expected behaviour:
  LibreOffice shuts down cleanly.

  Actual behaviour:
  LibreOffice crashes on exit. (not entirely reproducable, but repeating steps 
1/ and 2/ a few times usually soon triggers this)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-core 1:5.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Apr  4 15:57:52 2016
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2016-04-03 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --calc 
file:///tmp/mozilla_znmeb0/DKSalaries-1.csv --splash-pipe=5
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=
  SegvAnalysis:
   Segfault happened at: 0x299c100: push   %rax
   PC (0x0299c100) in non-executable VMA region: 0x016e7000-0x02c4d000 rw-p 
[heap]
   source "%rax" ok
   destination "(%rsp)" (0x7fffed7e99f0) ok
  SegvReason: executing writable VMA [heap]
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   Menu::~Menu() () from /usr/lib/libreoffice/program/libmergedlo.so
   ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so
  Title: soffice.bin crashed with SIGSEGV in Menu::~Menu()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1566050/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1566050] Re: Crash on exit: ScCsvGrid leaks past vcl lifetime

2016-06-01 Thread Björn Michaelsen
Hard to reproduce, no known reports of this one on 5.1.3 => setting this
to verification-done.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1566050

Title:
  Crash on exit: ScCsvGrid leaks past vcl lifetime

Status in LibreOffice:
  Fix Committed
Status in libreoffice package in Ubuntu:
  Triaged
Status in libreoffice source package in Xenial:
  Fix Committed
Status in libreoffice source package in Yakkety:
  Triaged

Bug description:
  Reproduction scenario:
  1/ open a csv file with libreoffice calc
  2/ Import wizard appears -> press Cancel
  3/ Exit LibreOffice

  Expected behaviour:
  LibreOffice shuts down cleanly.

  Actual behaviour:
  LibreOffice crashes on exit. (not entirely reproducable, but repeating steps 
1/ and 2/ a few times usually soon triggers this)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-core 1:5.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Apr  4 15:57:52 2016
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2016-04-03 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --calc 
file:///tmp/mozilla_znmeb0/DKSalaries-1.csv --splash-pipe=5
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=
  SegvAnalysis:
   Segfault happened at: 0x299c100: push   %rax
   PC (0x0299c100) in non-executable VMA region: 0x016e7000-0x02c4d000 rw-p 
[heap]
   source "%rax" ok
   destination "(%rsp)" (0x7fffed7e99f0) ok
  SegvReason: executing writable VMA [heap]
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   Menu::~Menu() () from /usr/lib/libreoffice/program/libmergedlo.so
   ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so
  Title: soffice.bin crashed with SIGSEGV in Menu::~Menu()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1566050/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1566050] Re: Crash on exit: ScCsvGrid leaks past vcl lifetime

2016-05-19 Thread Martin Pitt
Hello M., or anyone else affected,

Accepted libreoffice into xenial-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/libreoffice/1:5.1.3-0ubuntu1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: libreoffice (Ubuntu Xenial)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1566050

Title:
  Crash on exit: ScCsvGrid leaks past vcl lifetime

Status in LibreOffice:
  Fix Committed
Status in libreoffice package in Ubuntu:
  Triaged
Status in libreoffice source package in Xenial:
  Fix Committed
Status in libreoffice source package in Yakkety:
  Triaged

Bug description:
  Reproduction scenario:
  1/ open a csv file with libreoffice calc
  2/ Import wizard appears -> press Cancel
  3/ Exit LibreOffice

  Expected behaviour:
  LibreOffice shuts down cleanly.

  Actual behaviour:
  LibreOffice crashes on exit. (not entirely reproducable, but repeating steps 
1/ and 2/ a few times usually soon triggers this)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-core 1:5.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Apr  4 15:57:52 2016
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2016-04-03 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --calc 
file:///tmp/mozilla_znmeb0/DKSalaries-1.csv --splash-pipe=5
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=
  SegvAnalysis:
   Segfault happened at: 0x299c100: push   %rax
   PC (0x0299c100) in non-executable VMA region: 0x016e7000-0x02c4d000 rw-p 
[heap]
   source "%rax" ok
   destination "(%rsp)" (0x7fffed7e99f0) ok
  SegvReason: executing writable VMA [heap]
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   Menu::~Menu() () from /usr/lib/libreoffice/program/libmergedlo.so
   ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so
  Title: soffice.bin crashed with SIGSEGV in Menu::~Menu()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1566050/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1566050] Re: Crash on exit: ScCsvGrid leaks past vcl lifetime

2016-05-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libreoffice (Ubuntu Xenial)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1566050

Title:
  Crash on exit: ScCsvGrid leaks past vcl lifetime

Status in LibreOffice:
  Fix Committed
Status in libreoffice package in Ubuntu:
  Triaged
Status in libreoffice source package in Xenial:
  Confirmed
Status in libreoffice source package in Yakkety:
  Triaged

Bug description:
  Reproduction scenario:
  1/ open a csv file with libreoffice calc
  2/ Import wizard appears -> press Cancel
  3/ Exit LibreOffice

  Expected behaviour:
  LibreOffice shuts down cleanly.

  Actual behaviour:
  LibreOffice crashes on exit. (not entirely reproducable, but repeating steps 
1/ and 2/ a few times usually soon triggers this)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-core 1:5.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Apr  4 15:57:52 2016
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2016-04-03 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --calc 
file:///tmp/mozilla_znmeb0/DKSalaries-1.csv --splash-pipe=5
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=
  SegvAnalysis:
   Segfault happened at: 0x299c100: push   %rax
   PC (0x0299c100) in non-executable VMA region: 0x016e7000-0x02c4d000 rw-p 
[heap]
   source "%rax" ok
   destination "(%rsp)" (0x7fffed7e99f0) ok
  SegvReason: executing writable VMA [heap]
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   Menu::~Menu() () from /usr/lib/libreoffice/program/libmergedlo.so
   ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so
  Title: soffice.bin crashed with SIGSEGV in Menu::~Menu()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1566050/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1566050] Re: Crash on exit: ScCsvGrid leaks past vcl lifetime

2016-05-18 Thread Martin Pitt
** Also affects: libreoffice (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: libreoffice (Ubuntu Yakkety)
   Importance: High
 Assignee: Björn Michaelsen (bjoern-michaelsen)
   Status: Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1566050

Title:
  Crash on exit: ScCsvGrid leaks past vcl lifetime

Status in LibreOffice:
  Fix Committed
Status in libreoffice package in Ubuntu:
  Triaged
Status in libreoffice source package in Xenial:
  New
Status in libreoffice source package in Yakkety:
  Triaged

Bug description:
  Reproduction scenario:
  1/ open a csv file with libreoffice calc
  2/ Import wizard appears -> press Cancel
  3/ Exit LibreOffice

  Expected behaviour:
  LibreOffice shuts down cleanly.

  Actual behaviour:
  LibreOffice crashes on exit. (not entirely reproducable, but repeating steps 
1/ and 2/ a few times usually soon triggers this)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-core 1:5.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Apr  4 15:57:52 2016
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2016-04-03 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --calc 
file:///tmp/mozilla_znmeb0/DKSalaries-1.csv --splash-pipe=5
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=
  SegvAnalysis:
   Segfault happened at: 0x299c100: push   %rax
   PC (0x0299c100) in non-executable VMA region: 0x016e7000-0x02c4d000 rw-p 
[heap]
   source "%rax" ok
   destination "(%rsp)" (0x7fffed7e99f0) ok
  SegvReason: executing writable VMA [heap]
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   Menu::~Menu() () from /usr/lib/libreoffice/program/libmergedlo.so
   ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so
  Title: soffice.bin crashed with SIGSEGV in Menu::~Menu()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1566050/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1566050] Re: Crash on exit: ScCsvGrid leaks past vcl lifetime

2016-04-12 Thread Björn Michaelsen
** Summary changed:

- Crash on exist: ScCsvGrid leaks past vcl lifetime
+ Crash on exit: ScCsvGrid leaks past vcl lifetime

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1566050

Title:
  Crash on exit: ScCsvGrid leaks past vcl lifetime

Status in LibreOffice:
  Fix Committed
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  Reproduction scenario:
  1/ open a csv file with libreoffice calc
  2/ Import wizard appears -> press Cancel
  3/ Exit LibreOffice

  Expected behaviour:
  LibreOffice shuts down cleanly.

  Actual behaviour:
  LibreOffice crashes on exit. (not entirely reproducable, but repeating steps 
1/ and 2/ a few times usually soon triggers this)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-core 1:5.1.1-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Apr  4 15:57:52 2016
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2016-04-03 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --calc 
file:///tmp/mozilla_znmeb0/DKSalaries-1.csv --splash-pipe=5
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=
  SegvAnalysis:
   Segfault happened at: 0x299c100: push   %rax
   PC (0x0299c100) in non-executable VMA region: 0x016e7000-0x02c4d000 rw-p 
[heap]
   source "%rax" ok
   destination "(%rsp)" (0x7fffed7e99f0) ok
  SegvReason: executing writable VMA [heap]
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   ?? () from /usr/lib/libreoffice/program/libmergedlo.so
   Menu::~Menu() () from /usr/lib/libreoffice/program/libmergedlo.so
   ScCsvGrid::~ScCsvGrid() () from 
/usr/lib/libreoffice/program/../program/libsclo.so
  Title: soffice.bin crashed with SIGSEGV in Menu::~Menu()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1566050/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp