Bug 352193 - calligraconvert crashes or fails to complete
Summary: calligraconvert crashes or fails to complete
Status: REPORTED
Alias: None
Product: calligracommon
Classification: Applications
Component: general (show other bugs)
Version: 2.9.6
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Calligra Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-03 01:36 UTC by Ben Martin
Modified: 2021-03-09 01:22 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
just a simple odt I was using (2.07 KB, application/vnd.oasis.opendocument.text)
2015-09-03 01:37 UTC, Ben Martin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Martin 2015-09-03 01:36:06 UTC
I have found the following happens when using either the rpms in Fedora 22 or the source compiled locally. Trying to get a pdf output gives a segv dialog box, trying to get an odt output results in a message on the console and no output.

tmp]$ /tmp/../calligraconverter odt-color_1.2.odt out.pdf
tmp]$ /tmp/../calligraconverter \
  --mimetype  application/vnd.oasis.opendocument.text \
   odt-color_1.2.odt out.odt
Legacy integer arithmetics implementation 
calligraconverter(11052)/koffice (filter manager) KoFilterChain::invokeChain: Huh?? Found a null pointer in the chain 
calligraconverter(11052): "*** The conversion failed! ***" 


Reproducible: Always

Steps to Reproduce:
tmp]$ /tmp/../calligraconverter \
  --mimetype  application/vnd.oasis.opendocument.text \
   odt-color_1.2.odt out.odt
Legacy integer arithmetics implementation 
calligraconverter(11052)/koffice (filter manager) KoFilterChain::invokeChain: Huh?? Found a null pointer in the chain 
calligraconverter(11052): "*** The conversion failed! ***" 

tmp]$ /tmp/../calligraconverter odt-color_1.2.odt out.pdf

GUI dialog appears soon after showing crash
#6  0x00007f66b0e9b3c0 in KoView::mainWindow() const (this=0x0) at /usr/include/QtCore/qobject.h:273
#7  0x00007f66b0e9b3c0 in KoView::mainWindow() const (this=0x0) at /usr/include/QtGui/qwidget.h:1036
#8  0x00007f66b0e9b3c0 in KoView::mainWindow() const (this=<optimized out>) at /tmp/calligra/calligra-2.9.6/libs/main/KoView.cpp:372
#9  0x00007f66b0e9b3f9 in KoView::statusBar() const (this=<optimized out>) at /tmp/calligra/calligra-2.9.6/libs/main/KoView.cpp:382
#10 0x00007f66b0e9cbee in KoView::KoView(KoPart*, KoDocument*, QWidget*) (this=0x28837a0, part=0x2754930, document=0x2776510, parent=<optimized out>) at /tmp/calligra/calligra-2.9.6/libs/main/KoView.cpp:179
#11 0x00007f66a4fc1150 in KWView::KWView(KoPart*, KWDocument*, QWidget*) () at /lib64/libwordsprivate.so.14
#12 0x00007f66a5010982 in CAuView::CAuView(KoPart*, KWDocument*, QWidget*) () at /lib64/libwordsprivate.so.14
#13 0x00007f66a5010bae in CAuPart::createViewInstance(KoDocument*, QWidget*) () at /lib64/libwordsprivate.so.14
#14 0x00007f66b0edecb3 in KoPart::createView(KoDocument*, QWidget*) (this=this@entry=0x2754930, document=document@entry=0x2776510,

Actual Results:  
crashes

Expected Results:  
either odt or pdf generated from input files.
Comment 1 Ben Martin 2015-09-03 01:37:07 UTC
Created attachment 94361 [details]
just a simple odt I was using
Comment 2 Justin Zobel 2021-03-09 01:22:43 UTC
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status to resolved.