Bug 76773

Summary: EDITING: calc crashes with an error message
Product: LibreOffice Reporter: Jozef Riha <jose1711>
Component: CalcAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED INVALID    
Severity: normal CC: miguelangelrv, serval2412
Priority: medium    
Version: 4.2.2.1 release   
Hardware: Other   
OS: Linux (All)   
Whiteboard: BSA
Crash report or crash signature: Regression By:
Attachments: sample document causing crash

Description Jozef Riha 2014-03-29 12:55:15 UTC
Created attachment 96585 [details]
sample document causing crash

Problem description: 
program crashes

Steps to reproduce:
1. open Export_adries.ods in calc
2. click cell F2 and hit =
3. calc yields the following fatal error and terminates prematurely:
<class 'TabError'>: inconsistent use of tabs and spaces in indentation (__init__.py, line 70), traceback follows
  /usr/lib/libreoffice/program/uno.py:269 in function _uno_import() [return _g_delegatee( name, *optargs, **kwargs )]
  /usr/lib/libreoffice/share/extensions/numbertext/reg.uno.py:7 in function createInstance() [import org.Numbertext]
  /usr/lib/libreoffice/program/unohelper.py:292 in function createInstanceWithContext() [return self.clazz( context )]

crash reproduced always on arch linux i686 and libreoffice-calc 4.2.2-5

              
Operating System: Linux (Other)
Version: 4.2.2.1 release
Comment 1 m_a_riosv 2014-03-29 16:52:45 UTC
Hi Jozef, thanks for reporting.
I can't reproduce with Windows7x64.

Please try resetting user profile, sometimes solves strange issues.
https://wiki.documentfoundation.org/UserProfile
Comment 2 Julien Nabet 2014-03-29 17:47:59 UTC
Could you also check the version of the extension numbertext? (Tools/Extension Manager)
Last one is 0.9.5.
Comment 3 Jozef Riha 2014-03-29 21:06:03 UTC
thank you for a hint. i removed libreoffice-extension-numbertext-3.4.5-2 from system and now i get no more crashes. closing.