andrenho / xsw

Create a presentation based on a config file
GNU General Public License v3.0
2 stars 0 forks source link

segfault in xsw2pdf if xsw file name has no dot #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
$ cat<<EOF>sample
slide:
 - "I wanna be a pdf"
EOF

$ xsw2pdf sample
Saving /tmp/xsw-NmYaXp/0.bmp.
segfault

What version of the product are you using? On what operating system?
xsw-0.3.0

Please provide any additional information below.

xsw2pdf sample.xsw   <-- works
xsw2pdf sample.123   <-- works
xsw2pdf sample.12    <-- works
xsw2pdf sample.1     <-- works
xsw2pdf sample.      <-- works
xsw2pdf sample       <-- segfault

Original issue reported on code.google.com by tsat...@googlemail.com on 21 Apr 2009 at 2:21

GoogleCodeExporter commented 9 years ago

Original comment by andre....@gmail.com on 21 Apr 2009 at 5:07

GoogleCodeExporter commented 9 years ago

Original comment by andre....@gmail.com on 22 Apr 2009 at 6:20

GoogleCodeExporter commented 9 years ago

Original comment by andre....@gmail.com on 22 Apr 2009 at 10:53