[Libreoffice-bugs] [Bug 82122] LibreOffice Base crashes when opening form, which has worked correctly since libreoffice 3.x onwards

2015-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82122

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #11 from Julien Nabet serval2...@yahoo.fr ---
No feedback since 4 months, let's close this one.
Tony: don't hesitate to reopen this tracker if you can reproduce this with a
recent LO stable version (last one is 4.3.5).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82122] LibreOffice Base crashes when opening form, which has worked correctly since libreoffice 3.x onwards

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82122

--- Comment #10 from Alex Thurgood ipla...@yahoo.co.uk ---
Adding self to CC if not already on

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82122] LibreOffice Base crashes when opening form, which has worked correctly since libreoffice 3.x onwards

2014-10-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82122

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

   Priority|highest |medium
   Severity|blocker |major

--- Comment #9 from Julien Nabet serval2...@yahoo.fr ---
I reduce the importance since a workaround has been found and it's not a case
that we often encounter.
Tony: would you have some time to provide information asked by Alex?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82122] LibreOffice Base crashes when opening form, which has worked correctly since libreoffice 3.x onwards

2014-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82122

--- Comment #5 from Alex Thurgood ipla...@yahoo.co.uk ---
I don't have any similar problems against a mysql db on Linux Mint 17 (Ubuntu
14.04) with mysql native connector, but that doesn't mean that there isn't one
with mariadb on the same OS, as the client libraries are not the same.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82122] LibreOffice Base crashes when opening form, which has worked correctly since libreoffice 3.x onwards

2014-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82122

--- Comment #6 from Lionel Elie Mamane lio...@mamane.lu ---
(In reply to comment #5)
 I don't have any similar problems against a mysql db on Linux Mint 17
 (Ubuntu 14.04) with mysql native connector, but that doesn't mean that there
 isn't one with mariadb on the same OS, as the client libraries are not the
 same.

The client libraries are (supposed to be) interchangeable. So actually, using
the MySQL vs MariaDB client libraries with the *same* server (be it MySQL or
MariaDB) is a good test to see if the problem is related to (probably a bug in)
a client library or not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82122] LibreOffice Base crashes when opening form, which has worked correctly since libreoffice 3.x onwards

2014-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82122

--- Comment #7 from Tony Smith tony.smith2...@virginmedia.com ---
Hi there

I'd lost my original bug report, so, thanks for replying.I managed to fix the
issue.

Basically, it was fields in the MySQL database that are long text, being
referenced by a text box on the form. I changed the field to formatted field on
the form. Once I'd done this, all was fine :-)

Cheers

Tony

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82122] LibreOffice Base crashes when opening form, which has worked correctly since libreoffice 3.x onwards

2014-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82122

--- Comment #8 from Alex Thurgood ipla...@yahoo.co.uk ---
(In reply to comment #7)


 Basically, it was fields in the MySQL database that are long text, being
 referenced by a text box on the form. I changed the field to formatted field
 on the form. Once I'd done this, all was fine :-)
 

Hmmm, it isn't supposed to crash though with memory corruption, at best your
longtext field data might be truncated in a text field control, but that would
depend on the the character length you'd (or the application default) had set
it.

Can you give me an idea of how much data your longtext fields contained ? From
memory, the default setting for a text control created by the Form wizard
should be zero, i.e. limitless (well, the limit defined in the program code,
whatever that is, 64k at a guess), but in previous versions of LO and OOo, it
somehow got set to 100 characters, which did result in truncation, but not
crashes. 

I'll have a look at this and see if I can reproduce.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82122] LibreOffice Base crashes when opening form, which has worked correctly since libreoffice 3.x onwards

2014-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82122

--- Comment #4 from Lionel Elie Mamane lio...@mamane.lu ---
Could you attach an example ODB where you get the problem, plus:

 - dump of the MariaDB database

If that's not possible, then at least the backtrace would maybe be useful. In
all cases, please also provide the following information:

 - Do you connect with JDBC or with MySQL (JDBC) connection type?
 - What version of the MariaDB JDBC connector do you use, where can it be
downloaded? Is it the one from
https://mariadb.com/kb/en/mariadb/client-libraries/mariadb-java-client/ ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82122] LibreOffice Base crashes when opening form, which has worked correctly since libreoffice 3.x onwards

2014-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82122

Tony Smith tony.smith2...@virginmedia.com changed:

   What|Removed |Added

   Priority|medium  |highest

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82122] LibreOffice Base crashes when opening form, which has worked correctly since libreoffice 3.x onwards

2014-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82122

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---
Do you reproduce this with any file (I mean even with a brand new file)?
Which database do you use? (hsqldb embedded, jdbc, odbc, ...)
What's your env (Windows, MacOs, Linux)?
What's your Java version: 1.6, 1.7, 1.8? 32 or 64 bits?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82122] LibreOffice Base crashes when opening form, which has worked correctly since libreoffice 3.x onwards

2014-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82122

--- Comment #2 from Tony Smith tony.smith2...@virginmedia.com ---
Hi

I've not tried with a new file, although I did re-edit the form, to no avail.

The OS is Linux (in this case 64 Bit Ubuntu 14.04)
Java 1.7
Connecting to MariaDB backend database using the MariaDb jdbc connector

The form is fairly basic in design, simply a form, with a table embedded, no
fancy formatting.

I also, cleared out the ~/home/.config/libreoffice directory, again to no
avail.

On opening some of the forms, I did notice my laptop would almost hang, until
it would eventually become responsive.

To continue using the database, I've had to downgrade back to 4.2.5, where
everything works nice and quickly and behaves exactly as it should. 

I have multiple databases, but my 2 main ones have 30 to 40 forms in them, a
few of which have tables in them.

I hope that all makes sense.

Cheers

Tony

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82122] LibreOffice Base crashes when opening form, which has worked correctly since libreoffice 3.x onwards

2014-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82122

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||ipla...@yahoo.co.uk,
   ||lio...@mamane.lu

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
Thank you for your feedback.

Do you confirm using Java 64 bits? (since you use LO 64 bits)
Also, do you use Java from Oracle, OpenJdk or gcj? (some LO bugs report
problems with gcj).

Finally, would it be possible you retrieve a backtrace by using with link:
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace
?

Lionel/Alex: thought you might be interested in this tracker, so put you in cc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs