[Libreoffice-bugs] [Bug 150846] Converting txt files to pdf fails with a ERRCODE_IO_CANTWRITE error code

2022-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150846

Mike Kaganski  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #4 from Mike Kaganski  ---
https://gerrit.libreoffice.org/c/core/+/139613

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150846] Converting txt files to pdf fails with a ERRCODE_IO_CANTWRITE error code

2022-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150846

--- Comment #3 from Julien Nabet  ---
perhaps we should change:
if (!aFilterData.hasElements() && !aFilterOptions.isEmpty())

into this:
if (!aFilterData.hasElements() && !aFilterOptions.isEmpty() &&
aFilterOptions.startsWith("{"))

?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150846] Converting txt files to pdf fails with a ERRCODE_IO_CANTWRITE error code

2022-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150846

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

(gdb) p aFilterOptions
$1 = "UTF8,LF,,,true,true,"

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150846] Converting txt files to pdf fails with a ERRCODE_IO_CANTWRITE error code

2022-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150846

Mike Kaganski  changed:

   What|Removed |Added

 CC||vmik...@collabora.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
   Keywords||bibisected, bisected,
   ||regression
 OS|Linux (All) |All

--- Comment #1 from Mike Kaganski  ---
Regression after commit 0c3b8792b712e939d2ad524d554f96616b4844be.

-- 
You are receiving this mail because:
You are the assignee for the bug.