[Libreoffice-bugs] [Bug 73349] EDITING - Embedded Firebird - Fieldtype BLOB allows to select MOV but fails to do so causing LO to hang

2014-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73349 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 73349] EDITING - Embedded Firebird - Fieldtype BLOB allows to select MOV but fails to do so causing LO to hang

2014-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73349 --- Comment #10 from Alex Thurgood ipla...@yahoo.co.uk --- With gdb running, I see : warn:legacy.tools:25906:1:vcl/source/gdi/bmpacc.cxx:58: Forbidden Access to empty bitmap! but the blob data still gets inserted into the db (just nothing is

[Libreoffice-bugs] [Bug 73349] EDITING - Embedded Firebird - Fieldtype BLOB allows to select MOV but fails to do so causing LO to hang

2014-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73349 --- Comment #1 from Alex Thurgood ipla...@yahoo.co.uk --- The hang appears to last for as long as it takes LO to completely parse the file stream then reject it. If you have a large MOV file this will cause the app hang mechanism to kick in,

[Libreoffice-bugs] [Bug 73349] EDITING - Embedded Firebird - Fieldtype BLOB allows to select MOV but fails to do so causing LO to hang

2014-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73349 --- Comment #2 from Alex Thurgood ipla...@yahoo.co.uk --- How to reproduce : 1) Create a new embedded Firebird db with the wizard 2) Create a table with two fields : ID : integer, primary key IMG : blob 3) Create a form based on the table 4)

[Libreoffice-bugs] [Bug 73349] EDITING - Embedded Firebird - Fieldtype BLOB allows to select MOV but fails to do so causing LO to hang

2014-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73349 --- Comment #3 from Alex Thurgood ipla...@yahoo.co.uk --- Console output : warn:legacy.tools:29208:1:vcl/source/gdi/bmpacc.cxx:58: Forbidden Access to empty bitmap! warn:legacy.tools:29208:1:vcl/source/gdi/bmpacc.cxx:58: Forbidden

[Libreoffice-bugs] [Bug 73349] EDITING - Embedded Firebird - Fieldtype BLOB allows to select MOV but fails to do so causing LO to hang

2014-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73349 --- Comment #4 from Lionel Elie Mamane lio...@mamane.lu --- We should probably use some async interface for BLOB/CLOB... Or maybe offload the loading work to another thread. -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 73349] EDITING - Embedded Firebird - Fieldtype BLOB allows to select MOV but fails to do so causing LO to hang

2014-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73349 --- Comment #5 from Alex Thurgood ipla...@yahoo.co.uk --- As an example, I tested insertion of a 39.8 Mb MOV video file. I started timing from the moment I clicked on the Previous Record arrow in the toolbar at the bottom of the form. It took LO

[Libreoffice-bugs] [Bug 73349] EDITING - Embedded Firebird - Fieldtype BLOB allows to select MOV but fails to do so causing LO to hang

2014-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73349 --- Comment #6 from Alex Thurgood ipla...@yahoo.co.uk --- Hmm, are there two separate things here then : - incorrect recognition of MOV video files as image media types for the BLOB stream ? - performance of writing BLOBs to disk ? Alex --

[Libreoffice-bugs] [Bug 73349] EDITING - Embedded Firebird - Fieldtype BLOB allows to select MOV but fails to do so causing LO to hang

2014-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73349 --- Comment #7 from Alex Thurgood ipla...@yahoo.co.uk --- With an 81 Mb MOV file, it takes 3 min 48 s to switch to the previous record. Alex -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 73349] EDITING - Embedded Firebird - Fieldtype BLOB allows to select MOV but fails to do so causing LO to hang

2014-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73349 --- Comment #8 from Alex Thurgood ipla...@yahoo.co.uk --- After insertion of such a file, attempting to display the table view from the form via the bottom data navigation toolbar caused LO to crash and trash both the new table and form I had