Bug 106117 - CRASH in python letter wizard
Summary: CRASH in python letter wizard
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
5.4.0.0.alpha0+
Hardware: All All
: highest critical
Assignee: Julien Nabet
URL:
Whiteboard:
Keywords: bibisected, bisected, needUITest, regression
Depends on:
Blocks:
 
Reported: 2017-02-20 22:05 UTC by Xisco Faulí
Modified: 2018-02-01 17:47 UTC (History)
5 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 Xisco Faulí 2017-02-20 22:05:29 UTC
Build ID: 5706b29974c1c3ab0ba5a23685accf2fbebc3e06

If I try to start the letter wizzard I get only a traceback in the shell:

Traceback (most recent call last):
  File "(...)/instdir/program/wizards/letter/LetterWizardDialogImpl.py",
line 85, in startWizard
    self.buildStep6()
  File "(...)/instdir/program/wizards/letter/LetterWizardDialog.py",
line 1097, in buildStep6
    UIConsts.INFOIMAGEURL,
NameError: name 'UIConsts' is not definedTraceback (most recent call last):
  File "(...)/instdir/program/wizards/letter/LetterWizardDialogImpl.py",
line 85, in startWizard
    self.buildStep6()
  File "(...)/instdir/program/wizards/letter/LetterWizardDialog.py",
line 1097, in buildStep6
    UIConsts.INFOIMAGEURL,
NameError: name 'UIConsts' is not defined
Comment 1 Xisco Faulí 2017-02-20 22:07:14 UTC
Regression introduced by:

author	Michael Stahl <mstahl@redhat.com>	2017-01-17 14:38:11 (GMT)
committer	Michael Stahl <mstahl@redhat.com>	2017-01-17 22:42:01 (GMT)
commit 743f9fc86f3d3b6e87bf58c0654bcdccab0ab383 (patch)
tree b38040b0d02b67e0284f20403d3b5a98ea4a9d66
parent 6ef033669762a0c7ce70c111458437d5e727a4ae (diff)
python3: upgrade to release 3.5.3
- fixes some minor CVEs
- drop python-vc2013.patch.1
- drop python-3.3.3-py17797.patch.1:
  the bug was fixed in MSVC2015 runtime so not relevant
- drop python-lsan.patch.0:
  fixed upstream
- ubsan.patch.0:
  drop hunks that were fixed upstream
- python-3.5.0-tcltk.disable.patch:
  merge into msvc-disable.patch.1

Adding Cc: to Michael Stahl
Comment 2 Xisco Faulí 2017-02-20 22:38:48 UTC
it seems this problem is only reproducible in bibisect-linux-64-5.4.
Closing as RESOLVED NOTABUG
Comment 3 Julien Nabet 2017-02-21 06:17:32 UTC
Fixed with https://cgit.freedesktop.org/libreoffice/core/commit/?id=e25bf8505cfaa3599c2e78a7c56729280f27373e
See comment of the bugtracker for more details